From 12b8ee682710fcb34eb4eab6b0cfdbe19927114b Mon Sep 17 00:00:00 2001 From: development Date: Wed, 4 Feb 2026 16:13:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" }}