Merge version_1 into main #2
202
src/app/page.tsx
202
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="MBA Kapde Wala"
|
||||
/>
|
||||
@@ -60,38 +45,14 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="MBA Kapde Wala Bisalpur"
|
||||
description="Premium ethnic and contemporary wear for the modern individual. Experience the finest fabrics and authentic craftsmanship at Bisalpur's premier clothing destination."
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Collection",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg?_wi=1"
|
||||
buttons={[{ text: "Browse Collection", href: "#products" }, { text: "Visit Us", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-flannel-shirt-detail_23-2149575318.jpg",
|
||||
alt: "Customer profile 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-asian-woman-posing-autumn-clothes_23-2149071347.jpg",
|
||||
alt: "Customer profile 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/warm-fabric-texture-background_23-2151903254.jpg",
|
||||
alt: "Customer profile 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/warm-fabric-texture-background_23-2151903253.jpg",
|
||||
alt: "Customer profile 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-female-scandinavian-viking_23-2151707105.jpg",
|
||||
alt: "Customer profile 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-flannel-shirt-detail_23-2149575318.jpg", alt: "Customer profile 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-asian-woman-posing-autumn-clothes_23-2149071347.jpg", alt: "Customer profile 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/warm-fabric-texture-background_23-2151903254.jpg", alt: "Customer profile 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/warm-fabric-texture-background_23-2151903253.jpg", alt: "Customer profile 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-female-scandinavian-viking_23-2151707105.jpg", alt: "Customer profile 5" }
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ local fashion enthusiasts"
|
||||
/>
|
||||
@@ -103,20 +64,11 @@ export default function LandingPage() {
|
||||
title="Our Legacy"
|
||||
description="At MBA Kapde Wala, we bridge tradition and modernity. With years of expertise in fabrics, we curate apparel that defines class, comfort, and culture."
|
||||
metrics={[
|
||||
{
|
||||
value: "10k+",
|
||||
title: "Happy Customers",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Styles",
|
||||
},
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
{ value: "10k+", title: "Happy Customers" },
|
||||
{ value: "500+", title: "Styles" },
|
||||
{ value: "15+", title: "Years Experience" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-clothing-store-holding-denim-fur-jacket-hand_23-2148175670.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-clothing-store-holding-denim-fur-jacket-hand_23-2148175670.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -129,42 +81,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Cotton Kurta",
|
||||
price: "₹1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-say-no-fast-fashion_23-2149669563.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Designer Silk Shirt",
|
||||
price: "₹1,899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vivid-colors-navratri-celebration-festival_23-2151262818.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ethnic Festive Set",
|
||||
price: "₹2,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-blurred-effect_23-2148164750.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Modern Chinos",
|
||||
price: "₹999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colored-fabric-texture_23-2147625760.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Formal Blazer",
|
||||
price: "₹3,599",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-choosing-shirt-hanging-rail-shop_23-2148175629.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Casual Summer Tee",
|
||||
price: "₹499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-people-market_23-2151205693.jpg",
|
||||
},
|
||||
{ id: "1", name: "Classic Cotton Kurta", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/still-life-say-no-fast-fashion_23-2149669563.jpg" },
|
||||
{ id: "2", name: "Designer Silk Shirt", price: "₹1,899", imageSrc: "http://img.b2bpic.net/free-photo/vivid-colors-navratri-celebration-festival_23-2151262818.jpg" },
|
||||
{ id: "3", name: "Ethnic Festive Set", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-blurred-effect_23-2148164750.jpg" },
|
||||
{ id: "4", name: "Modern Chinos", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/colored-fabric-texture_23-2147625760.jpg" },
|
||||
{ id: "5", name: "Formal Blazer", price: "₹3,599", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-choosing-shirt-hanging-rail-shop_23-2148175629.jpg" },
|
||||
{ id: "6", name: "Casual Summer Tee", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/portrait-people-market_23-2151205693.jpg" }
|
||||
]}
|
||||
title="Our Collections"
|
||||
description="Explore our curated range of premium ethnic and daily wear designed for every occasion."
|
||||
@@ -178,29 +100,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Fabric",
|
||||
description: "Handpicked quality materials for maximum comfort.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3318.jpg",
|
||||
imageAlt: "portrait of satisfied buyer",
|
||||
title: "Premium Fabric", description: "Handpicked quality materials for maximum comfort.", bentoComponent: "reveal-icon", icon: Shield
|
||||
},
|
||||
{
|
||||
title: "Modern Designs",
|
||||
description: "Contemporary styles meeting traditional roots.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg?_wi=2",
|
||||
imageAlt: "portrait of satisfied buyer",
|
||||
title: "Modern Designs", description: "Contemporary styles meeting traditional roots.", bentoComponent: "reveal-icon", icon: Zap
|
||||
},
|
||||
{
|
||||
title: "Affordable Luxury",
|
||||
description: "Accessible pricing for premium apparel.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-clothing-store-holding-denim-fur-jacket-hand_23-2148175670.jpg?_wi=2",
|
||||
imageAlt: "portrait of satisfied buyer",
|
||||
},
|
||||
title: "Affordable Luxury", description: "Accessible pricing for premium apparel.", bentoComponent: "reveal-icon", icon: Award
|
||||
}
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="We are committed to quality and style, ensuring every stitch tells a story of perfection."
|
||||
@@ -214,26 +121,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Ankit Kumar"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-bags_23-2149241354.jpg",
|
||||
alt: "Ankit",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-portrait-young-screaming-lady-holding-hands-her-head-closing-eyes_574295-273.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-paper-bags-near-clothes-rail_23-2147786766.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_1170-797.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-having-happy-excited-smile-while-standing-fashionable-summer-clothes-enjoying-sale-prices-shopping-city-mall-style-fashion-consumerism-purchase-concept_273609-820.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-bags_23-2149241354.jpg", alt: "Ankit" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/vertical-portrait-young-screaming-lady-holding-hands-her-head-closing-eyes_574295-273.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-with-paper-bags-near-clothes-rail_23-2147786766.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_1170-797.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/stylish-woman-having-happy-excited-smile-while-standing-fashionable-summer-clothes-enjoying-sale-prices-shopping-city-mall-style-fashion-consumerism-purchase-concept_273609-820.jpg", alt: "Customer 5" }
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -245,21 +137,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you provide custom tailoring?",
|
||||
content: "Yes, we offer basic fitting services for our products at the store.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are your store timings?",
|
||||
content: "We are open from 10:00 AM to 9:00 PM, seven days a week.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you accept digital payments?",
|
||||
content: "Absolutely! We accept all major UPI, cards, and digital wallet payments.",
|
||||
},
|
||||
{ id: "f1", title: "Do you provide custom tailoring?", content: "Yes, we offer basic fitting services for our products at the store." },
|
||||
{ id: "f2", title: "What are your store timings?", content: "We are open from 10:00 AM to 9:00 PM, seven days a week." },
|
||||
{ id: "f3", title: "Do you accept digital payments?", content: "Absolutely! We accept all major UPI, cards, and digital wallet payments." }
|
||||
]}
|
||||
title="FAQs"
|
||||
description="Common questions about our collections and services."
|
||||
@@ -270,9 +150,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
text="Visit us at our Bisalpur store today. Experience premium fashion in person."
|
||||
/>
|
||||
</div>
|
||||
@@ -280,14 +158,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="MBA Kapde Wala Bisalpur"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Terms of Service", href: "#" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user