Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-02-04 16:13:21 +00:00

View File

@@ -30,13 +30,13 @@ export default function LandingPage() {
<NavbarStyleCentered
brandName="Mango"
navItems={[
{ name: "Shop", id: "products" },
{ name: "Shop", id: "/shop" },
{ name: "About", id: "about" },
{ name: "Collections", id: "collections" },
{ name: "Collections", id: "/shop" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Shop Now", href: "products" }}
button={{ text: "Shop Now", href: "/shop" }}
/>
</div>
@@ -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" }}