From e84c68fe3b7cdfd3aaf8c00e8e8e25b405ffb36b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 20:31:46 +0000 Subject: [PATCH 1/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 76e335f..61ef67a 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -30,7 +30,7 @@ export default function BlogPage() { navItems={[ { name: "Home", id: "/" }, { name: "About", id: "about" }, - { name: "Menu", id: "menu" }, + { name: "Menu", id: "/menu" }, { name: "Team", id: "team" }, { name: "Contact", id: "contact" } ]} @@ -63,10 +63,10 @@ export default function BlogPage() { columns={[ { title: "Navigate", items: [ - { label: "Home", href: "#hero" }, - { label: "About", href: "#about" }, - { label: "Menu", href: "#menu" }, - { label: "Team", href: "#team" } + { label: "Home", href: "/" }, + { label: "About", href: "about" }, + { label: "Menu", href: "/menu" }, + { label: "Team", href: "team" } ] }, { @@ -79,8 +79,8 @@ export default function BlogPage() { }, { title: "Discover", items: [ - { label: "Our Story", href: "#about" }, - { label: "Chef's Menu", href: "#menu" }, + { label: "Our Story", href: "about" }, + { label: "Chef's Menu", href: "/menu" }, { label: "Events", href: "#" }, { label: "Catering", href: "#" } ] -- 2.49.1 From bdd2f658a4f4bed801197d9c60ed431fac3609f7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 20:31:47 +0000 Subject: [PATCH 2/5] Add src/app/menu/page.tsx --- src/app/menu/page.tsx | 121 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 src/app/menu/page.tsx diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx new file mode 100644 index 0000000..2090ffd --- /dev/null +++ b/src/app/menu/page.tsx @@ -0,0 +1,121 @@ +"use client" + +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { UtensilsCrossed } from "lucide-react"; +import ReactLenis from "lenis/react"; + +export default function MenuPage() { + return ( + + + + + + + + + + ); +} \ No newline at end of file -- 2.49.1 From 786cffa31380503e6719d8852820883fee84b6f8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 20:31:47 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 43 ++++++++++++++++++++++++++++++++----------- 1 file changed, 32 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4ed823..5682829 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,9 +30,9 @@ export default function SababaKitchenPage() { Date: Sun, 15 Feb 2026 20:31:48 +0000 Subject: [PATCH 4/5] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 63 +++++++++++++++++++++++--------------- 1 file changed, 39 insertions(+), 24 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 322f48a..3a0094d 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -86,7 +86,10 @@ export default function ProductPage({ params }: ProductPageProps) { 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" @@ -102,23 +105,25 @@ export default function ProductPage({ params }: ProductPageProps) { { 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: "#" } ] } ]} @@ -151,7 +156,10 @@ export default function ProductPage({ params }: ProductPageProps) { 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" @@ -175,23 +183,25 @@ export default function ProductPage({ params }: ProductPageProps) { { 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: "#" } ] } ]} @@ -223,7 +233,10 @@ export default function ProductPage({ params }: ProductPageProps) { 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" @@ -272,23 +285,25 @@ export default function ProductPage({ params }: ProductPageProps) { { 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: "#" } ] } ]} -- 2.49.1 From ffa2a0fcf2c4d658c680626ccee07b7da5dc49f8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 20:31:49 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 42 ++++++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 16 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 30a5f19..3fa7cbd 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -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: "#" } ] } ]} -- 2.49.1