From fe6a4e81b0de368b56fa1080c32509100278a86f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 23:55:57 +0000 Subject: [PATCH 1/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index b010e2e..5db69c6 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -32,6 +32,8 @@ export default function BlogPage() { { name: "Menu", id: "products" }, { name: "About", id: "about" }, { name: "Reviews", id: "testimonials" }, + { name: "Blog", id: "/blog" }, + { name: "Shop", id: "/shop" }, { name: "Contact", id: "contact" } ]} /> @@ -62,9 +64,12 @@ export default function BlogPage() { columns={[ { title: "Navigation", items: [ - { label: "Menu", href: "#products" }, - { label: "About Us", href: "#about" }, - { label: "Contact", href: "#contact" } + { label: "Home", href: "/" }, + { label: "Menu", href: "products" }, + { label: "Blog", href: "/blog" }, + { label: "Shop", href: "/shop" }, + { label: "About Us", href: "about" }, + { label: "Contact", href: "contact" } ] }, { @@ -87,4 +92,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} -- 2.49.1 From ae9b2413e554a1cc9e6bf65ad66013e29e4abcfe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 23:55:58 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 84887c4..29bd955 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1406,4 +1406,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From b28aed4f7338921af08b596835754ca84bd3d56a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 23:55:59 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f814f3..0e20258 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,9 +30,12 @@ export default function LandingPage() { @@ -44,8 +47,8 @@ export default function LandingPage() { description="Crafted with passion, served with care. Experience the finest specialty coffee and artisan pastries in our cozy neighborhood café." background={{ variant: "radial-gradient" }} buttons={[ - { text: "View Menu", href: "#products" }, - { text: "Reserve Table", href: "#contact" } + { text: "View Menu", href: "products" }, + { text: "Reserve Table", href: "contact" } ]} buttonAnimation="slide-up" layoutOrder="default" @@ -80,15 +83,15 @@ export default function LandingPage() { features={[ { title: "Precision Espresso", description: "Professional-grade machines and expertly trained baristas pull the perfect shot every time", imageSrc: "https://img.b2bpic.net/free-photo/man-hands-working-with-coffee-machine-restaurant-close-up-barista-hands-preparing-making-coffee-coffee-shop_574295-514.jpg", imageAlt: "Professional espresso machine in action", buttonIcon: Coffee, - buttonHref: "#products" + buttonHref: "products" }, { title: "Latte Art Mastery", description: "Watch our skilled baristas create beautiful designs in your cappuccino or latte", imageSrc: "https://img.b2bpic.net/free-photo/coffee-with-latte-art-decoration_1150-6325.jpg", imageAlt: "Latte with intricate latte art", buttonIcon: Sparkles, - buttonHref: "#products" + buttonHref: "products" }, { title: "Fresh Pastries Daily", description: "Baked fresh each morning by our in-house bakery team using premium ingredients", imageSrc: "https://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg", imageAlt: "Assorted fresh pastries on a plate", buttonIcon: Utensils, - buttonHref: "#products" + buttonHref: "products" }, { title: "Cozy Atmosphere", description: "A welcoming space designed for connection, creativity, and quality time with friends and family", imageSrc: "https://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg", imageAlt: "Comfortable seating area in the coffee shop", buttonIcon: Heart, @@ -214,9 +217,12 @@ export default function LandingPage() { columns={[ { title: "Navigation", items: [ - { label: "Menu", href: "#products" }, - { label: "About Us", href: "#about" }, - { label: "Contact", href: "#contact" } + { label: "Home", href: "/" }, + { label: "Menu", href: "products" }, + { label: "Blog", href: "/blog" }, + { label: "Shop", href: "/shop" }, + { label: "About Us", href: "about" }, + { label: "Contact", href: "contact" } ] }, { @@ -238,4 +244,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From d0bf863d509a2d0534a7e7631152550364047e7b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 23:56:00 +0000 Subject: [PATCH 4/5] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 3fd72ad..b084a47 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -97,8 +97,9 @@ function ProductPageContent({ params }: ProductPageProps) { {"name":"Menu","id":"products"}, {"name":"About","id":"about"}, {"name":"Reviews","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Blog","id":"/blog"}, + {"name":"Shop","id":"/shop"}, + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -109,7 +110,7 @@ function ProductPageContent({ params }: ProductPageProps) {