Shop-Storefront/config/nam.vibentec.design.json

291 lines
8.5 KiB
JSON

[
{
"AnnouncementBanner": {
"props": {
"className": "bg-[#E6EFFC] text-[#285A86] flex items-center text-xs"
},
"children": [
{
"Div": {
"props": {
"className": "flex items-center h-full gap-8 "
},
"children": [
{
"Text": {
"props": {
"className": "text-sm font-medium",
"label": "Über Uns"
}
}
},
{
"Text": {
"props": {
"className": "text-sm font-medium",
"label": "Kontaktieren Uns"
}
}
}
]
}
},
{
"Div": {
"props": {
"className": "flex items-center h-full gap-6"
},
"children": [
{
"Text": {
"props": {
"className": "text-sm font-medium",
"label": "Einsparung durch Digitalisierung in der Arztpraxis"
}
}
},
{
"Button": {
"props": {
"className": "text-xs font-medium",
"label": "Mehr Info"
}
}
}
]
}
},
{
"Div": {
"props": {
"className": "flex items-center h-full gap-4"
},
"children": [
{
"DropdownMenus": {
"props": {
"label": "EURO",
"className": "hover:underline flex items-center gap-2",
"data-testid": "nav-categories-link",
"isShowArrow": true
},
"children": [
{
"DropdownMenuItems": {
"props": {
"label": "USD",
"className": "",
"data-testid": "nav-all-categories-link"
}
}
},
{
"DropdownMenuItems": {
"props": {
"label": "VND",
"className": "hover:underline flex items-center gap-2",
"data-testid": "nav-new-arrivals-link"
}
}
},
{
"DropdownMenuItems": {
"props": {
"label": "EURO",
"className": "hover:underline flex items-center gap-2",
"data-testid": "nav-best-sellers-link"
}
}
}
]
}
},
{
"DropdownMenus": {
"props": {
"label": "DE",
"className": "hover:underline flex items-center gap-2",
"data-testid": "nav-categories-link",
"isShowArrow": true
},
"children": [
{
"DropdownMenuItems": {
"props": {
"label": "EN",
"className": "",
"data-testid": "nav-all-categories-link"
}
}
},
{
"DropdownMenuItems": {
"props": {
"label": "KR",
"className": "hover:underline flex items-center gap-2",
"data-testid": "nav-new-arrivals-link"
}
}
},
{
"DropdownMenuItems": {
"props": {
"label": "DE",
"className": "hover:underline flex items-center gap-2",
"data-testid": "nav-best-sellers-link"
}
}
}
]
}
}
]
}
}
]
}
},
{
"Nav": {
"props": {
"className": "bg-white text-black text-sm pr-16"
},
"children": [
{
"Div": {
"props": {
"className": "flex items-center h-full"
},
"children": [
{
"Image": {
"props": {
"src": "/VibentecIT-logo.svg",
"alt": "Medusa Store",
"width": 150,
"height": 80,
"className": "cursor-pointer ml-14"
}
}
},
{
"Div": {
"props": {
"className": "flex items-center h-full gap-8 ml-16"
},
"children": [
{
"LocalizedClientLink": {
"props": {
"href": "/",
"label": "Home",
"className": "hover:underline flex items-center gap-2",
"data-testid": "nav-home-link"
}
}
},
{
"LocalizedClientLink": {
"props": {
"href": "/collections/all",
"label": "Shop",
"className": "hover:underline flex items-center gap-2",
"data-testid": "nav-collections-link"
}
}
},
{
"LocalizedClientLink": {
"props": {
"href": "/pages/about-us",
"label": "Sale",
"className": "hover:underline flex items-center gap-2",
"data-testid": "nav-about-link"
}
}
}
]
}
}
]
}
},
{
"Div": {
"props": {
"className": "flex items-center gap-x-6 h-full justify-end"
},
"children": [
{
"InputSearchButton": {
"props": {
"className": "flex items-center",
"data-testid": "nav-account-link"
}
}
},
{
"UserButton": {
"props": {
"className": "hover:underline hover:text-black flex items-center",
"data-testid": "nav-account-link"
}
}
},
{
"FavoriteButton": {
"props": {
"className": "hover:underline hover:text-black flex items-center",
"data-testid": "nav-account-link"
}
}
},
{
"Suspense": {
"props": {
"fallback": [
{
"LocalizedClientLink": {
"props": {
"href": "/cart",
"label": "Cart (0)",
"className": "hover:underline flex gap-2",
"data-testid": "nav-cart-link"
}
}
}
]
},
"children": [
{
"CartButton": {}
}
]
}
}
]
}
}
]
}
},
{
"CartMismatchBanner": {
"show": true
}
},
{
"FreeShippingPriceNudge": {
"variant": "popup"
}
},
{
"PropsChildren": {}
},
{
"Footer": {
"copyrightText": "© 2025 MyShop"
}
}
]