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() { /> -
- -
-
+
+ + +
+ +
+ + +
+ + ); +} diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 91bea81..0bfe2e2 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -66,8 +66,7 @@ export default function ProductsPage() { navItems={[ { name: "Home", id: "/" }, { name: "Products", id: "/products" }, - { name: "About", id: "about" }, - { name: "Testimonials", id: "testimonials" }, + { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "contact" }, ]} button={{