Merge version_2 into main #2
209
src/app/page.tsx
209
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collection", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Mumbai Streets"
|
||||
/>
|
||||
@@ -55,45 +47,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Mumbai Streets"
|
||||
description="Street Style. Elevated. Premium-looking footwear designed to upgrade your style without overspending."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Collection", href: "#products"},
|
||||
{
|
||||
text: "Visit Store",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Store", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/feeling-good-young-housewife-decided-glue-wallpaper-her-new-house-room_146671-15980.jpg?_wi=1",
|
||||
imageAlt: "Street Style",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/feeling-good-young-housewife-decided-glue-wallpaper-her-new-house-room_146671-15980.jpg?_wi=1", imageAlt: "Street Style"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-wearing-black-dress-boots_23-2149884569.jpg?_wi=1",
|
||||
imageAlt: "Elevated Boots",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-wearing-black-dress-boots_23-2149884569.jpg?_wi=1", imageAlt: "Elevated Boots"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830387.jpg",
|
||||
imageAlt: "Trendy Sneakers",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830387.jpg", imageAlt: "Trendy Sneakers"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-blue-suit-posing-with-mirror-outdoors_23-2149445029.jpg",
|
||||
imageAlt: "Everyday Luxury",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-blue-suit-posing-with-mirror-outdoors_23-2149445029.jpg", imageAlt: "Everyday Luxury"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-orange-sports-wear-posing-street_1303-31736.jpg",
|
||||
imageAlt: "Premium Quality",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-orange-sports-wear-posing-street_1303-31736.jpg", imageAlt: "Premium Quality"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-loving-couple-kissing-seafront_23-2147738350.jpg",
|
||||
imageAlt: "Urban Vibes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-loving-couple-kissing-seafront_23-2147738350.jpg", imageAlt: "Urban Vibes"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,25 +81,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100%",
|
||||
description: "Quality Checked",
|
||||
},
|
||||
id: "1", value: "100%", description: "Quality Checked"},
|
||||
{
|
||||
id: "2",
|
||||
value: "Honest",
|
||||
description: "Transparent Pricing",
|
||||
},
|
||||
id: "2", value: "Honest", description: "Transparent Pricing"},
|
||||
{
|
||||
id: "3",
|
||||
value: "1000+",
|
||||
description: "Happy Customers",
|
||||
},
|
||||
id: "3", value: "1000+", description: "Happy Customers"},
|
||||
{
|
||||
id: "4",
|
||||
value: "Daily",
|
||||
description: "Instant Comfort",
|
||||
},
|
||||
id: "4", value: "Daily", description: "Instant Comfort"},
|
||||
]}
|
||||
title="Why Trust Us"
|
||||
description="We believe in honest pricing and quality you can feel."
|
||||
@@ -139,44 +102,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic White Sneakers",
|
||||
price: "₹1,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-pair-white-sneakers-isolated-white_93675-135206.jpg",
|
||||
},
|
||||
id: "p1", name: "Classic White Sneakers", price: "₹1,499", imageSrc: "http://img.b2bpic.net/free-photo/new-pair-white-sneakers-isolated-white_93675-135206.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Chelsea Boots",
|
||||
price: "₹2,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leather-boots_1203-8125.jpg",
|
||||
},
|
||||
id: "p2", name: "Chelsea Boots", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/leather-boots_1203-8125.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Casual Minimalist Slippers",
|
||||
price: "₹499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-shorts-red-flip-flops_23-2148107805.jpg",
|
||||
},
|
||||
id: "p3", name: "Casual Minimalist Slippers", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/summer-shorts-red-flip-flops_23-2148107805.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Trendy Foam Casuals",
|
||||
price: "₹899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shoe-sole_1194-2248.jpg",
|
||||
},
|
||||
id: "p4", name: "Trendy Foam Casuals", price: "₹899", imageSrc: "http://img.b2bpic.net/free-photo/shoe-sole_1194-2248.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Leather High-Tops",
|
||||
price: "₹1,899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-wearing-crocodile-patterned-brown-elegant-heel-decorated-with-belts_181624-32294.jpg",
|
||||
},
|
||||
id: "p5", name: "Leather High-Tops", price: "₹1,899", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-wearing-crocodile-patterned-brown-elegant-heel-decorated-with-belts_181624-32294.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Urban Daily Trainers",
|
||||
price: "₹1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-composition-indoors-high-angle_23-2149678919.jpg",
|
||||
},
|
||||
id: "p6", name: "Urban Daily Trainers", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-composition-indoors-high-angle_23-2149678919.jpg"},
|
||||
]}
|
||||
title="Featured Collections"
|
||||
description="Premium-inspired designs crafted for the modern individual."
|
||||
description="Experience Affordable Luxury with premium-inspired designs crafted for the modern individual."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -187,23 +126,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Style That Turns Heads",
|
||||
description: "Premium-inspired designs meant for the streets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-posing_150588-179.jpg",
|
||||
imageAlt: "african american woman posing",
|
||||
},
|
||||
title: "Style That Turns Heads", description: "Premium-inspired designs meant for the streets.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-posing_150588-179.jpg", imageAlt: "african american woman posing"},
|
||||
{
|
||||
title: "Instant Comfort",
|
||||
description: "Comfort from the very first step.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/feeling-good-young-housewife-decided-glue-wallpaper-her-new-house-room_146671-15980.jpg?_wi=2",
|
||||
imageAlt: "african american woman posing",
|
||||
},
|
||||
title: "Instant Comfort", description: "Comfort from the very first step.", imageSrc: "http://img.b2bpic.net/free-photo/feeling-good-young-housewife-decided-glue-wallpaper-her-new-house-room_146671-15980.jpg?_wi=2", imageAlt: "african american woman posing"},
|
||||
{
|
||||
title: "Reasonable Prices",
|
||||
description: "Style without the overprice tag.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-wearing-black-dress-boots_23-2149884569.jpg?_wi=2",
|
||||
imageAlt: "african american woman posing",
|
||||
},
|
||||
title: "Reasonable Prices", description: "Style without the overprice tag.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-wearing-black-dress-boots_23-2149884569.jpg?_wi=2", imageAlt: "african american woman posing"},
|
||||
]}
|
||||
title="No Fake Promises. Just Real Value."
|
||||
description="We carefully source our products to give you the best balance of style, quality, and affordability. What you see is what you get."
|
||||
@@ -217,40 +144,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rahul V.",
|
||||
role: "Student",
|
||||
testimonial: "Super stylish and pairs with almost anything. Great quality!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-smiling-woman-with-broad-smile-has-delighted-expression-rests-against-cafe-interior-alone-being-good-mood-has-break-after-hard-working-day-positive-emotions-concept_273609-2387.jpg",
|
||||
},
|
||||
id: "t1", name: "Rahul V.", role: "Student", testimonial: "Super stylish and pairs with almost anything. Great quality!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-smiling-woman-with-broad-smile-has-delighted-expression-rests-against-cafe-interior-alone-being-good-mood-has-break-after-hard-working-day-positive-emotions-concept_273609-2387.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Priya S.",
|
||||
role: "Creative",
|
||||
testimonial: "Very comfortable, I didn't even need breaking in. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-headband-standing-outside_23-2147654978.jpg",
|
||||
},
|
||||
id: "t2", name: "Priya S.", role: "Creative", testimonial: "Very comfortable, I didn't even need breaking in. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-headband-standing-outside_23-2147654978.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Arjun M.",
|
||||
role: "Professional",
|
||||
testimonial: "The owner explains everything clearly and the pricing is very honest.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-friends-looking-clothes-store_1301-6716.jpg",
|
||||
},
|
||||
id: "t3", name: "Arjun M.", role: "Professional", testimonial: "The owner explains everything clearly and the pricing is very honest.", imageSrc: "http://img.b2bpic.net/free-photo/two-young-friends-looking-clothes-store_1301-6716.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sneha K.",
|
||||
role: "Blogger",
|
||||
testimonial: "Best price for the style. My go-to place for everyday wear now.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-women-business-woman-walking_1303-2358.jpg",
|
||||
},
|
||||
id: "t4", name: "Sneha K.", role: "Blogger", testimonial: "Best price for the style. My go-to place for everyday wear now.", imageSrc: "http://img.b2bpic.net/free-photo/city-women-business-woman-walking_1303-2358.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Vikram D.",
|
||||
role: "Designer",
|
||||
testimonial: "Really clean look, gets compliments everywhere I go.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-happy-curly-haired-woman-wears-stylish-pink-sunglasses-headband-jacket-carries-paper-shopping-bags_273609-55537.jpg",
|
||||
},
|
||||
id: "t5", name: "Vikram D.", role: "Designer", testimonial: "Really clean look, gets compliments everywhere I go.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-happy-curly-haired-woman-wears-stylish-pink-sunglasses-headband-jacket-carries-paper-shopping-bags_273609-55537.jpg"},
|
||||
]}
|
||||
title="Customer Love"
|
||||
description="Hear from those who stepped up their style."
|
||||
@@ -264,19 +166,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Community",
|
||||
value: "1K+",
|
||||
},
|
||||
label: "Community", value: "1K+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Styles",
|
||||
value: "100+",
|
||||
},
|
||||
label: "Styles", value: "100+"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Store",
|
||||
value: "1",
|
||||
},
|
||||
label: "Store", value: "1"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -286,18 +182,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Come Experience It Yourself. Located in Salem, open 7 days a week."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Directions", href: "#"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:0000000000",
|
||||
},
|
||||
text: "Call Now", href: "tel:0000000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -307,29 +198,19 @@ export default function LandingPage() {
|
||||
logoText="Mumbai Streets"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Shop", href: "#products"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -339,4 +220,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user