From 8116d12ac48fc0706149662552608a98bd01c8c4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 15:21:11 +0000 Subject: [PATCH] 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() {