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" } ]