From c900b8cca3ed94175664359d2213961c12146b60 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 15:21:09 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 31dea49..f6c50c4 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -14,21 +14,21 @@ export default function BlogPage() { const navbarProps = { brandName: "Bean Haven", navItems: [ { name: "Home", id: "/" }, - { name: "Menu", id: "menu" }, - { name: "About", id: "about" }, - { name: "Features", id: "features" }, - { name: "Testimonials", id: "testimonials" }, + { name: "Menu", id: "/#product" }, + { name: "About", id: "/#about" }, + { name: "Features", id: "/#features" }, + { name: "Testimonials", id: "/#testimonials" }, ], - button: { text: "Order Now", href: "#contact" }, + button: { text: "Order Now", href: "/#contact" }, }; const footerProps = { imageSrc: "https://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg", imageAlt: "Cozy interior of a coffee shop with warm lighting", columns: [ { title: "Quick Links", items: [ - { label: "Menu", href: "#menu" }, - { label: "About Us", href: "#about" }, - { label: "Locations", href: "#contact" }, + { label: "Menu", href: "/#product" }, + { label: "About Us", href: "/#about" }, + { label: "Locations", href: "/#contact" }, ], }, { -- 2.49.1 From 8116d12ac48fc0706149662552608a98bd01c8c4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 15:21:11 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c38a972..08c4408 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { {name: "Features", id: "features"}, {name: "Testimonials", id: "testimonials"} ]} - button={{text: "Order Now", href: "#contact"}} + button={{text: "Order Now", href: "contact"}} /> @@ -48,8 +48,8 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - {text: "Explore Menu", href: "#product"}, - {text: "Find Us", href: "#contact"} + {text: "Explore Menu", href: "product"}, + {text: "Find Us", href: "contact"} ]} buttonAnimation="slide-up" imageSrc="https://img.b2bpic.net/free-photo/cup-well-made-latte-with-art-foam_181624-285.jpg" @@ -113,7 +113,7 @@ export default function LandingPage() {