72 lines
1.3 KiB
TypeScript
72 lines
1.3 KiB
TypeScript
export const data = {
|
||
headerMenus: [
|
||
{
|
||
name: 'Про нас',
|
||
href: '/about-us'
|
||
},
|
||
{
|
||
name: "Цікаво про здоров'я",
|
||
href: '/search?tag='
|
||
},
|
||
{
|
||
name: 'Програма лояльності',
|
||
href: '/search?tag='
|
||
},
|
||
{
|
||
name: 'Доставка і повернення',
|
||
href: '/search?tag='
|
||
},
|
||
{
|
||
name: 'Контакти',
|
||
href: '/search?tag='
|
||
}
|
||
],
|
||
|
||
headerMenusRus: [
|
||
{
|
||
name: 'О нас',
|
||
href: '/about-us'
|
||
},
|
||
{
|
||
name: 'Интересно о здоровье',
|
||
href: '/search?tag='
|
||
},
|
||
{
|
||
name: 'Программа лояльности',
|
||
href: '/search?tag='
|
||
},
|
||
{
|
||
name: 'Доставка и возврат',
|
||
href: '/search?tag='
|
||
},
|
||
{
|
||
name: 'Контакты',
|
||
href: '/search?tag='
|
||
}
|
||
]
|
||
}
|
||
|
||
export const carousels = [
|
||
{
|
||
title: 'The Children of the Serpent',
|
||
buttonCaption: 'Shop Now',
|
||
image: '/images/main-1.jpg',
|
||
url: '#',
|
||
isPublished: true
|
||
},
|
||
{
|
||
title: 'The Pirates of the Windows',
|
||
buttonCaption: 'Shop Now',
|
||
image: '/images/947-vistabon_mobi_1.jpg',
|
||
url: '#',
|
||
isPublished: true
|
||
},
|
||
{
|
||
title: 'The Slaves of the Healer',
|
||
buttonCaption: 'Shop Now',
|
||
image: '/images/og-abxbm8wqowl65w86drm8my4xr6aia1km.png',
|
||
url: '#',
|
||
isPublished: true
|
||
}
|
||
]
|