diff --git a/src/app/page.tsx b/src/app/page.tsx index e9b2a59..91f2be4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,13 +30,13 @@ export default function LandingPage() { @@ -48,7 +48,7 @@ export default function LandingPage() { title="Discover Your Style with Mango" description="Explore our curated collection of premium fashion pieces designed for the modern lifestyle. From casual wear to elegant statements, find everything you need to express yourself." buttons={[ - { text: "Shop Collection", href: "products" }, + { text: "Shop Collection", href: "/shop" }, { text: "Learn More", href: "about" } ]} dashboard={{ @@ -229,7 +229,7 @@ export default function LandingPage() { title="Find Your Perfect Outfit Today" description="Browse our full collection and discover pieces that reflect your unique style. Free shipping on orders over $100!" buttons={[ - { text: "Start Shopping", href: "products" }, + { text: "Start Shopping", href: "/shop" }, { text: "View Lookbooks", href: "#" } ]} background={{ variant: "gradient-bars" }}