Files
bewell-in-ua/lib/data.ts

72 lines
1.3 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
}
]