Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-30 05:21:25 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Shop",
id: "products",
},
name: "Shop", id: "products"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="MILIND FOOTWEAR"
/>
@@ -55,13 +47,9 @@ export default function LandingPage() {
description="Discover the perfect fusion of style, comfort, and durability at Milind Footwear. From the track to the boardroom, we have you covered."
buttons={[
{
text: "Shop Sports Shoes",
href: "#products",
},
text: "Shop Sports Shoes", href: "#products"},
{
text: "Shop Formal Shoes",
href: "#products",
},
text: "Shop Formal Shoes", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/training-composition-with-space-left_23-2147692069.jpg?_wi=1"
imageAlt="Milind Footwear Collection"
@@ -76,44 +64,20 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Milind Sport",
name: "Performance Trainer",
price: "$120",
rating: 5,
reviewCount: "42",
imageSrc: "http://img.b2bpic.net/free-photo/crop-women-lunging-stairs_23-2147786963.jpg",
},
id: "p1", brand: "Milind Sport", name: "Pro Athlete Trainer", price: "$120", rating: 5,
reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/sport-shoe_1203-128.jpg"},
{
id: "p2",
brand: "Milind Elite",
name: "Classic Oxford",
price: "$180",
rating: 5,
reviewCount: "89",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-shoes-bow_8353-9667.jpg?_wi=1",
},
id: "p2", brand: "Milind Elite", name: "Executive Oxford", price: "$180", rating: 5,
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/formal-leather-shoes_1203-129.jpg"},
{
id: "p3",
brand: "Milind Casual",
name: "Urban Walker",
price: "$95",
rating: 4,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-tying-her-shoelaces-before-exercising_23-2148891942.jpg",
},
id: "p3", brand: "Milind Sport", name: "Rapid Runner", price: "$95", rating: 4,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/running-shoe_1203-130.jpg"},
{
id: "p4",
brand: "Milind Elite",
name: "Leather Derby",
price: "$160",
rating: 5,
reviewCount: "56",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-shoes-bow_8353-9667.jpg?_wi=2",
},
id: "p4", brand: "Milind Elite", name: "Classic Derby", price: "$160", rating: 5,
reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/classic-shoe_1203-131.jpg"},
]}
title="Our Collection"
description="Explore our curated selection of high-performance sports footwear and timeless formal elegance."
title="Our Footwear"
description="Premium performance gear for the track and sophisticated styles for the office."
/>
</div>
@@ -123,8 +87,7 @@ export default function LandingPage() {
title="Quality You Can Trust"
buttons={[
{
text: "Learn More",
},
text: "Learn More"},
]}
/>
</div>
@@ -136,59 +99,16 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah",
role: "Athlete",
company: "Pro",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-sitting-restaurant_8353-7822.jpg?_wi=1",
},
id: "1", name: "Sarah", role: "Athlete", company: "Pro", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-sitting-restaurant_8353-7822.jpg?_wi=1"},
{
id: "2",
name: "Raj",
role: "Manager",
company: "Tech",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/simple-customer-review-with-comment-blog-graphics_23-2149748888.jpg",
},
{
id: "3",
name: "Priya",
role: "Architect",
company: "Design",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/wonderful-young-woman-casual-jacket-expressing-good-emotions_197531-7640.jpg",
},
{
id: "4",
name: "Amit",
role: "Coach",
company: "Gym",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-using-mobile-phone-while-sitting_23-2148295855.jpg",
},
{
id: "5",
name: "Elena",
role: "Designer",
company: "Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-sitting-restaurant_8353-7822.jpg?_wi=2",
},
id: "2", name: "Raj", role: "Manager", company: "Tech", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/simple-customer-review-with-comment-blog-graphics_23-2149748888.jpg"},
]}
kpiItems={[
{
value: "10k+",
label: "Happy Clients",
},
{
value: "500+",
label: "Models",
},
{
value: "15+",
label: "Years",
},
{ value: "10k+", label: "Happy Clients" },
{ value: "500+", label: "Models" },
{ value: "15+", label: "Years" },
]}
title="Voices of Style"
description="See why customers love Milind Footwear."
@@ -198,9 +118,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Contact"
title="Stay Updated"
description="Join our newsletter for the latest arrivals and exclusive offers."
@@ -213,37 +131,15 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Menu",
items: [
{
label: "Home",
href: "#hero",
},
{
label: "Shop",
href: "#products",
},
{
label: "About",
href: "#about",
},
title: "Menu", items: [
{ label: "Home", href: "#hero" },
{ label: "Shop", href: "#products" },
{ label: "About", href: "#about" },
],
},
{
title: "Support",
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms",
href: "#",
},
title: "Support", items: [
{ label: "Contact", href: "#contact" },
],
},
]}
@@ -254,4 +150,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}