migrate on nuxt3
This commit is contained in:
36
layouts/UiFooter/_data/footer-navigation.data.ts
Normal file
36
layouts/UiFooter/_data/footer-navigation.data.ts
Normal file
@ -0,0 +1,36 @@
|
||||
const footerNavigation = [
|
||||
{
|
||||
name: 'Главная',
|
||||
path: '/',
|
||||
},
|
||||
{
|
||||
name: 'Книга I',
|
||||
path: '/books/1',
|
||||
},
|
||||
{
|
||||
name: 'Книга II',
|
||||
path: '/books/2',
|
||||
},
|
||||
{
|
||||
name: 'Отзывы',
|
||||
path: '/feedback',
|
||||
},
|
||||
{
|
||||
name: 'Корзина',
|
||||
path: '/cart',
|
||||
},
|
||||
{
|
||||
name: 'Оплата',
|
||||
path: '/buy',
|
||||
},
|
||||
{
|
||||
name: 'Вопрос-ответ',
|
||||
path: '/question',
|
||||
},
|
||||
{
|
||||
name: 'Политика конфидинциальности',
|
||||
path: '/privacy',
|
||||
},
|
||||
]
|
||||
|
||||
export default footerNavigation
|
Reference in New Issue
Block a user