From 4218a576ab793614722803759fddd6a933ae439f Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 12:47:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 933e973..da98515 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,13 +29,13 @@ export default function LandingPage() { @@ -52,7 +52,7 @@ export default function LandingPage() { showBlur={true} showDimOverlay={false} buttons={[ - { text: "Shop Flowers", href: "products" }, + { text: "Shop Flowers", href: "/shop" }, { text: "Learn More", href: "about" } ]} /> @@ -211,7 +211,7 @@ export default function LandingPage() { columns={[ { items: [ - { label: "Shop Flowers", href: "products" }, + { label: "Shop Flowers", href: "/shop" }, { label: "About Us", href: "about" }, { label: "Testimonials", href: "testimonials" } ]