From 37a1ada2e3a169c869690010af20d5640e2b91f1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:22:09 +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 c3710ee..e7f6b5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,14 +28,14 @@ export default function LandingPage() { @@ -51,8 +51,8 @@ export default function LandingPage() { ]} avatarText="Trusted by 142+ satisfied customers • 5.0 stars" buttons={[ - { text: "Get Directions Now", href: "contact" }, - { text: "Learn More", href: "about" } + { text: "Get Directions Now", href: "#contact" }, + { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" ariaLabel="Hero section for Lotus Food Market" @@ -98,7 +98,7 @@ export default function LandingPage() { animationType="blur-reveal" textboxLayout="default" useInvertedBackground={true} - buttons={[{ text: "Visit Store", href: "contact" }]} + buttons={[{ text: "Visit Store", href: "#contact" }]} buttonAnimation="slide-up" /> @@ -163,7 +163,7 @@ export default function LandingPage() { animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} - buttons={[{ text: "Contact Us", href: "contact" }]} + buttons={[{ text: "Contact Us", href: "#contact" }]} buttonAnimation="slide-up" />