Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
205
src/app/page.tsx
205
src/app/page.tsx
@@ -34,21 +34,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Collections", id: "#products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Aura Couture"
|
||||
/>
|
||||
@@ -57,19 +49,14 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="AURA COUTURE"
|
||||
description="Timeless elegance meets traditional craftsmanship. Experience luxury desi fashion curated for the modern soul."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Collection", href: "#products"},
|
||||
{
|
||||
text: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
text: "About Us", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-embroidered-shirt_23-2149302546.jpg"
|
||||
imageAlt="Luxurious ethnic fashion backdrop"
|
||||
@@ -84,19 +71,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Years of Tradition",
|
||||
value: "25+",
|
||||
},
|
||||
label: "Years of Tradition", value: "25+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Artisans Employed",
|
||||
value: "150+",
|
||||
},
|
||||
label: "Artisans Employed", value: "150+"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Designs Created",
|
||||
value: "5000+",
|
||||
},
|
||||
label: "Designs Created", value: "5000+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -109,25 +90,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Handmade Excellence",
|
||||
author: "Master Craftsmen",
|
||||
description: "Each piece is meticulously crafted by skilled artisans, ensuring heritage quality in every thread.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-dreamcatcher_23-2149281473.jpg",
|
||||
id: "1", title: "Handmade Excellence", author: "Master Craftsmen", description: "Each piece is meticulously crafted by skilled artisans, ensuring heritage quality in every thread.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-dreamcatcher_23-2149281473.jpg", tags: ["Artisan", "Heritage"]
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Sustainable Luxury",
|
||||
author: "Eco-Conscious",
|
||||
description: "We believe in ethical fashion, sourcing natural fabrics and using traditional dyeing techniques.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-posing_23-2148105852.jpg",
|
||||
id: "2", title: "Sustainable Luxury", author: "Eco-Conscious", description: "We believe in ethical fashion, sourcing natural fabrics and using traditional dyeing techniques.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-posing_23-2148105852.jpg", tags: ["Ethical", "Eco-Friendly"]
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Bespoke Elegance",
|
||||
author: "Personalized Style",
|
||||
description: "Tailored to perfection, our designs offer a unique blend of modern silhouettes and traditional motifs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-man-suit-using-smartphone_171337-19117.jpg",
|
||||
id: "3", title: "Bespoke Elegance", author: "Personalized Style", description: "Tailored to perfection, our designs offer a unique blend of modern silhouettes and traditional motifs.", imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-man-suit-using-smartphone_171337-19117.jpg", tags: ["Bespoke", "Modern"]
|
||||
},
|
||||
]}
|
||||
title="Why Choose Aura"
|
||||
@@ -143,41 +112,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Lehenga",
|
||||
price: "$850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400883.jpg",
|
||||
},
|
||||
id: "p1", name: "Classic Lehenga", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400883.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Designer Salwar",
|
||||
price: "$320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sideways-woman-posing-green-house_23-2148261255.jpg",
|
||||
},
|
||||
id: "p2", name: "Designer Salwar", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/sideways-woman-posing-green-house_23-2148261255.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Festive Kurta",
|
||||
price: "$180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-swim-wear-by-ocean_1303-15395.jpg",
|
||||
},
|
||||
id: "p3", name: "Festive Kurta", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-swim-wear-by-ocean_1303-15395.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Silk Saree",
|
||||
price: "$450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90222.jpg",
|
||||
},
|
||||
id: "p4", name: "Silk Saree", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90222.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Fusion Sharara",
|
||||
price: "$390",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-shawl-connects-bride-s-parents-dressed-indian-wedding_8353-741.jpg",
|
||||
},
|
||||
id: "p5", name: "Fusion Sharara", price: "$390", imageSrc: "http://img.b2bpic.net/free-photo/red-shawl-connects-bride-s-parents-dressed-indian-wedding_8353-741.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Gold Embroidered Saree",
|
||||
price: "$950",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-handmade-textured-surface_23-2148383658.jpg",
|
||||
},
|
||||
id: "p6", name: "Gold Embroidered Saree", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/colorful-handmade-textured-surface_23-2148383658.jpg"},
|
||||
]}
|
||||
title="Latest Collection"
|
||||
description="Discover our signature seasonal looks."
|
||||
@@ -191,20 +136,11 @@ export default function LandingPage() {
|
||||
tag="Trusted Quality"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "12,000",
|
||||
description: "Happy Clients",
|
||||
},
|
||||
id: "m1", value: "12,000", description: "Happy Clients"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "85+",
|
||||
description: "Design Awards",
|
||||
},
|
||||
id: "m2", value: "85+", description: "Design Awards"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15",
|
||||
description: "Boutique Locations",
|
||||
},
|
||||
id: "m3", value: "15", description: "Boutique Locations"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -215,14 +151,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Vogue India",
|
||||
"Elle India",
|
||||
"Harper's Bazaar",
|
||||
"Lifestyle Asia",
|
||||
"Femina",
|
||||
"Grazia",
|
||||
"Cosmopolitan",
|
||||
]}
|
||||
"Vogue India", "Elle India", "Harper's Bazaar", "Lifestyle Asia", "Femina", "Grazia", "Cosmopolitan"]}
|
||||
title="Featured In"
|
||||
description="Recognized by top fashion magazines and platforms worldwide."
|
||||
/>
|
||||
@@ -233,30 +162,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ayesha Khan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautyful-thai-woman-wearing-thai-dress_1150-16097.jpg",
|
||||
},
|
||||
id: "t1", name: "Ayesha Khan", imageSrc: "http://img.b2bpic.net/free-photo/beautyful-thai-woman-wearing-thai-dress_1150-16097.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-bride-posing_23-2149860836.jpg",
|
||||
},
|
||||
id: "t2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-bride-posing_23-2149860836.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Meera Joshi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rich-woman-with-sunglasses_23-2149684345.jpg",
|
||||
},
|
||||
id: "t3", name: "Meera Joshi", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rich-woman-with-sunglasses_23-2149684345.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sunita Rao",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-getting-married_23-2150753659.jpg",
|
||||
},
|
||||
id: "t4", name: "Sunita Rao", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-getting-married_23-2150753659.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Ananya Desai",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sits-stairs-house-looks-up_8353-11393.jpg",
|
||||
},
|
||||
id: "t5", name: "Ananya Desai", imageSrc: "http://img.b2bpic.net/free-photo/woman-sits-stairs-house-looks-up_8353-11393.jpg"},
|
||||
]}
|
||||
cardTitle="Client Stories"
|
||||
cardTag="Reviews"
|
||||
@@ -270,20 +184,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer customization?",
|
||||
content: "Yes, we offer bespoke tailoring for special occasions.",
|
||||
},
|
||||
id: "f1", title: "Do you offer customization?", content: "Yes, we offer bespoke tailoring for special occasions."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What fabrics do you use?",
|
||||
content: "We prioritize premium natural fibers like silk, cotton, and organza.",
|
||||
},
|
||||
id: "f2", title: "What fabrics do you use?", content: "We prioritize premium natural fibers like silk, cotton, and organza."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I visit a boutique?",
|
||||
content: "We have 15 boutique locations across major cities.",
|
||||
},
|
||||
id: "f3", title: "Can I visit a boutique?", content: "We have 15 boutique locations across major cities."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get answers about our collection and services."
|
||||
@@ -295,8 +200,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Keep in Touch"
|
||||
title="Join Our Mailing List"
|
||||
description="Receive updates on new collections and exclusive events."
|
||||
@@ -309,54 +213,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#products",
|
||||
},
|
||||
label: "New Arrivals", href: "#products"},
|
||||
{
|
||||
label: "Lehengas",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lehengas", href: "#"},
|
||||
{
|
||||
label: "Sarees",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sarees", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Process",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Process", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Shipping Info",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping Info", href: "#"},
|
||||
{
|
||||
label: "Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Returns", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user