From 52c6ef419b81e46ebefc3dda452f0c88a55f3524 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 16:32:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 59 ++++++------------------------------------------ 1 file changed, 7 insertions(+), 52 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef205a5..4c6234a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,14 +30,13 @@ export default function LandingPage() { @@ -49,8 +48,8 @@ export default function LandingPage() { tag="Premium Flowers" tagIcon={Sparkles} buttons={[ - { text: "Shop Now", href: "#products" }, - { text: "Learn More", href: "#about" }, + { text: "Shop Now", href: "/products" }, + { text: "View Pricing", href: "/pricing" }, ]} carouselItems={[ { @@ -104,7 +103,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground="noInvert" buttons={[ - { text: "View All Collections", href: "#products" }, + { text: "View All Collections", href: "/products" }, ]} /> @@ -175,50 +174,6 @@ export default function LandingPage() { /> -
- -
-