Merge version_1 into main #2
@@ -30,13 +30,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
brandName="Mango"
|
brandName="Mango"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Shop", id: "products" },
|
{ name: "Shop", id: "/shop" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Collections", id: "collections" },
|
{ name: "Collections", id: "/shop" },
|
||||||
{ name: "Reviews", id: "testimonials" },
|
{ name: "Reviews", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Shop Now", href: "products" }}
|
button={{ text: "Shop Now", href: "/shop" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
title="Discover Your Style with Mango"
|
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."
|
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={[
|
buttons={[
|
||||||
{ text: "Shop Collection", href: "products" },
|
{ text: "Shop Collection", href: "/shop" },
|
||||||
{ text: "Learn More", href: "about" }
|
{ text: "Learn More", href: "about" }
|
||||||
]}
|
]}
|
||||||
dashboard={{
|
dashboard={{
|
||||||
@@ -229,7 +229,7 @@ export default function LandingPage() {
|
|||||||
title="Find Your Perfect Outfit Today"
|
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!"
|
description="Browse our full collection and discover pieces that reflect your unique style. Free shipping on orders over $100!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Shopping", href: "products" },
|
{ text: "Start Shopping", href: "/shop" },
|
||||||
{ text: "View Lookbooks", href: "#" }
|
{ text: "View Lookbooks", href: "#" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user