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() { /> -
- -
-