Update src/app/shop/page.tsx
This commit is contained in:
@@ -36,7 +36,10 @@ export default function ShopPage() {
|
||||
brandName="Sababa Kitchen"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
bottomLeftText="Tel Aviv, Israel"
|
||||
bottomRightText="reservations@sababa.com"
|
||||
@@ -51,23 +54,25 @@ export default function ShopPage() {
|
||||
{
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Shop", href: "/shop" }
|
||||
{ label: "About", href: "about" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "Team", href: "team" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Reservations", href: "tel:+972-3-123-4567" },
|
||||
{ label: "Email", href: "mailto:reservations@sababa.com" },
|
||||
{ label: "Location", href: "/contacts" },
|
||||
{ label: "Hours", href: "/contacts" }
|
||||
{ label: "Location", href: "#" },
|
||||
{ label: "Hours", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Discover", items: [
|
||||
{ label: "Our Story", href: "/" },
|
||||
{ label: "Chef's Menu", href: "/" },
|
||||
{ label: "Events", href: "/contacts" },
|
||||
{ label: "Catering", href: "/contacts" }
|
||||
{ label: "Our Story", href: "about" },
|
||||
{ label: "Chef's Menu", href: "/menu" },
|
||||
{ label: "Events", href: "#" },
|
||||
{ label: "Catering", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -99,7 +104,10 @@ export default function ShopPage() {
|
||||
brandName="Sababa Kitchen"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
bottomLeftText="Tel Aviv, Israel"
|
||||
bottomRightText="reservations@sababa.com"
|
||||
@@ -122,23 +130,25 @@ export default function ShopPage() {
|
||||
{
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Shop", href: "/shop" }
|
||||
{ label: "About", href: "about" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "Team", href: "team" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Reservations", href: "tel:+972-3-123-4567" },
|
||||
{ label: "Email", href: "mailto:reservations@sababa.com" },
|
||||
{ label: "Location", href: "/contacts" },
|
||||
{ label: "Hours", href: "/contacts" }
|
||||
{ label: "Location", href: "#" },
|
||||
{ label: "Hours", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Discover", items: [
|
||||
{ label: "Our Story", href: "/" },
|
||||
{ label: "Chef's Menu", href: "/" },
|
||||
{ label: "Events", href: "/contacts" },
|
||||
{ label: "Catering", href: "/contacts" }
|
||||
{ label: "Our Story", href: "about" },
|
||||
{ label: "Chef's Menu", href: "/menu" },
|
||||
{ label: "Events", href: "#" },
|
||||
{ label: "Catering", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user