Merge version_1 into main #2
209
src/app/page.tsx
209
src/app/page.tsx
@@ -25,8 +25,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "Collections", href: "/shop" },
|
||||
{ label: "New Arrivals", href: "/shop?filter=new" },
|
||||
{ label: "Best Sellers", href: "/shop?filter=bestsellers" },
|
||||
@@ -34,8 +33,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -43,8 +41,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Customer Care",
|
||||
items: [
|
||||
title: "Customer Care", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "AI Assistant", href: "/contact" },
|
||||
{ label: "FAQs", href: "#faq" },
|
||||
@@ -52,8 +49,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Shipping Info", href: "/shipping" },
|
||||
@@ -69,7 +65,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -91,53 +87,28 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collections",
|
||||
href: "/shop",
|
||||
},
|
||||
text: "Shop Collections", href: "/shop"},
|
||||
{
|
||||
text: "Ask AI Assistant",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Ask AI Assistant", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Priya Sharma",
|
||||
handle: "@priya_fashion",
|
||||
testimonial: "Ethnic Aura has transformed how I celebrate my heritage. The quality and authenticity are unmatched!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7c1r4n",
|
||||
imageAlt: "Priya Sharma customer testimonial",
|
||||
},
|
||||
name: "Priya Sharma", handle: "@priya_fashion", testimonial: "Ethnic Aura has transformed how I celebrate my heritage. The quality and authenticity are unmatched!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7c1r4n", imageAlt: "Priya Sharma customer testimonial"},
|
||||
{
|
||||
name: "Amira Khan",
|
||||
handle: "@amira_style",
|
||||
testimonial: "Every piece feels like wearable art. The attention to detail and cultural respect is evident in everything.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cn0xyc",
|
||||
imageAlt: "Amira Khan customer testimonial",
|
||||
},
|
||||
name: "Amira Khan", handle: "@amira_style", testimonial: "Every piece feels like wearable art. The attention to detail and cultural respect is evident in everything.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cn0xyc", imageAlt: "Amira Khan customer testimonial"},
|
||||
{
|
||||
name: "Deepa Nair",
|
||||
handle: "@deepa_chic",
|
||||
testimonial: "Finally found a place that honors tradition while embracing contemporary style. Simply wonderful!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=umk07c",
|
||||
imageAlt: "Deepa Nair customer testimonial",
|
||||
},
|
||||
name: "Deepa Nair", handle: "@deepa_chic", testimonial: "Finally found a place that honors tradition while embracing contemporary style. Simply wonderful!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=umk07c", imageAlt: "Deepa Nair customer testimonial"},
|
||||
{
|
||||
name: "Neha Patel",
|
||||
handle: "@neha_ethnic",
|
||||
testimonial: "The AI assistant helped me find the perfect outfit for my wedding. Incredible service and products!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=03o1xe",
|
||||
imageAlt: "Neha Patel customer testimonial",
|
||||
},
|
||||
name: "Neha Patel", handle: "@neha_ethnic", testimonial: "The AI assistant helped me find the perfect outfit for my wedding. Incredible service and products!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=03o1xe", imageAlt: "Neha Patel customer testimonial"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
background={{
|
||||
variant: "aurora",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p6qd32"
|
||||
imageAlt="Ethnic Aura Clothing Store Banner"
|
||||
/>
|
||||
@@ -147,19 +118,12 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="About Ethnic Aura"
|
||||
description={[
|
||||
"Ethnic Aura is more than a clothing store—it's a celebration of cultural heritage and artisanal craftsmanship. Founded with a passion for preserving traditional clothing styles while embracing modern design sensibilities, we curate each piece to tell a unique story.",
|
||||
"Our commitment to quality means working directly with skilled artisans and traditional weavers who bring authenticity to every garment. We believe in sustainable practices, fair trade partnerships, and honoring the cultural significance of each design.",
|
||||
"With our innovative AI receptionist, we provide personalized styling guidance and shopping assistance available 24/7. Your journey into cultural fashion is our priority.",
|
||||
]}
|
||||
"Ethnic Aura is more than a clothing store—it's a celebration of cultural heritage and artisanal craftsmanship. Founded with a passion for preserving traditional clothing styles while embracing modern design sensibilities, we curate each piece to tell a unique story.", "Our commitment to quality means working directly with skilled artisans and traditional weavers who bring authenticity to every garment. We believe in sustainable practices, fair trade partnerships, and honoring the cultural significance of each design.", "With our innovative AI receptionist, we provide personalized styling guidance and shopping assistance available 24/7. Your journey into cultural fashion is our priority."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collections",
|
||||
href: "/shop",
|
||||
},
|
||||
text: "Explore Collections", href: "/shop"},
|
||||
{
|
||||
text: "Chat with AI Assistant",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Chat with AI Assistant", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
showBorder={false}
|
||||
@@ -176,40 +140,22 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Collections",
|
||||
href: "/shop",
|
||||
},
|
||||
text: "View All Collections", href: "/shop"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Traditional Wear",
|
||||
description: "Authentic ethnic clothing honoring time-honored traditions and cultural heritage.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1&_wi=1",
|
||||
imageAlt: "Traditional ethnic wear collection",
|
||||
},
|
||||
title: "Traditional Wear", description: "Authentic ethnic clothing honoring time-honored traditions and cultural heritage.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1", imageAlt: "Traditional ethnic wear collection"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Contemporary Fusion",
|
||||
description: "Modern interpretations of traditional styles for the contemporary fashion enthusiast.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514&_wi=1",
|
||||
imageAlt: "Contemporary fusion clothing collection",
|
||||
},
|
||||
title: "Contemporary Fusion", description: "Modern interpretations of traditional styles for the contemporary fashion enthusiast.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514", imageAlt: "Contemporary fusion clothing collection"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Fusion Elegance",
|
||||
description: "Perfect blend of traditional craftsmanship and modern design aesthetics.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1v51t2&_wi=1",
|
||||
imageAlt: "Fusion elegance clothing collection",
|
||||
},
|
||||
title: "Fusion Elegance", description: "Perfect blend of traditional craftsmanship and modern design aesthetics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1v51t2", imageAlt: "Fusion elegance clothing collection"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Accessories & Ornaments",
|
||||
description: "Handcrafted accessories that complement and enhance your ethnic wardrobe.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4qz0x&_wi=1",
|
||||
imageAlt: "Ethnic accessories collection",
|
||||
},
|
||||
title: "Accessories & Ornaments", description: "Handcrafted accessories that complement and enhance your ethnic wardrobe.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4qz0x", imageAlt: "Ethnic accessories collection"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -225,65 +171,27 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Full Store",
|
||||
href: "/shop",
|
||||
},
|
||||
text: "Browse Full Store", href: "/shop"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "prod-001",
|
||||
name: "Silk Saree - Peacock Blue",
|
||||
price: "$189.99",
|
||||
variant: "Traditional",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1&_wi=2",
|
||||
imageAlt: "Silk Saree Peacock Blue",
|
||||
isFavorited: false,
|
||||
id: "prod-001", name: "Silk Saree - Peacock Blue", price: "$189.99", variant: "Traditional", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1", imageAlt: "Silk Saree Peacock Blue", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "prod-002",
|
||||
name: "Lehenga - Rose Gold",
|
||||
price: "$249.99",
|
||||
variant: "Fusion",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514&_wi=2",
|
||||
imageAlt: "Lehenga Rose Gold",
|
||||
isFavorited: false,
|
||||
id: "prod-002", name: "Lehenga - Rose Gold", price: "$249.99", variant: "Fusion", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514", imageAlt: "Lehenga Rose Gold", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "prod-003",
|
||||
name: "Anarkali Kurta - Emerald",
|
||||
price: "$159.99",
|
||||
variant: "Contemporary",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1v51t2&_wi=2",
|
||||
imageAlt: "Anarkali Kurta Emerald",
|
||||
isFavorited: false,
|
||||
id: "prod-003", name: "Anarkali Kurta - Emerald", price: "$159.99", variant: "Contemporary", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1v51t2", imageAlt: "Anarkali Kurta Emerald", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "prod-004",
|
||||
name: "Ethnic Jewelry Set",
|
||||
price: "$119.99",
|
||||
variant: "Accessories",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4qz0x&_wi=2",
|
||||
imageAlt: "Ethnic Jewelry Set",
|
||||
isFavorited: false,
|
||||
id: "prod-004", name: "Ethnic Jewelry Set", price: "$119.99", variant: "Accessories", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4qz0x", imageAlt: "Ethnic Jewelry Set", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "prod-005",
|
||||
name: "Handwoven Dupatta",
|
||||
price: "$89.99",
|
||||
variant: "Accessories",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1&_wi=3",
|
||||
imageAlt: "Handwoven Dupatta",
|
||||
isFavorited: false,
|
||||
id: "prod-005", name: "Handwoven Dupatta", price: "$89.99", variant: "Accessories", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1", imageAlt: "Handwoven Dupatta", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "prod-006",
|
||||
name: "Banarasi Saree - Gold",
|
||||
price: "$299.99",
|
||||
variant: "Traditional",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514&_wi=3",
|
||||
imageAlt: "Banarasi Saree Gold",
|
||||
isFavorited: false,
|
||||
id: "prod-006", name: "Banarasi Saree - Gold", price: "$299.99", variant: "Traditional", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514", imageAlt: "Banarasi Saree Gold", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -297,15 +205,7 @@ export default function HomePage() {
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
names={[
|
||||
"Fashion Forward Magazine",
|
||||
"Cultural Heritage Awards",
|
||||
"Artisan Excellence Network",
|
||||
"Sustainable Fashion Coalition",
|
||||
"Traditional Textiles Guild",
|
||||
"Global Ethnic Fashion Council",
|
||||
"Designer Collective Network",
|
||||
"Premium Quality Standards Organization",
|
||||
]}
|
||||
"Fashion Forward Magazine", "Cultural Heritage Awards", "Artisan Excellence Network", "Sustainable Fashion Coalition", "Traditional Textiles Guild", "Global Ethnic Fashion Council", "Designer Collective Network", "Premium Quality Standards Organization"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Ethnic Aura is recognized and endorsed by leading cultural fashion organizations and industry experts worldwide."
|
||||
textboxLayout="default"
|
||||
@@ -324,42 +224,22 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Chat with AI Assistant",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Chat with AI Assistant", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-001",
|
||||
title: "What makes Ethnic Aura different from other clothing stores?",
|
||||
content: "Ethnic Aura is dedicated to preserving and celebrating cultural heritage through authentic ethnic clothing. We work directly with artisans, focus on sustainable practices, and offer personalized AI-powered styling assistance. Each piece is carefully curated for quality and cultural significance.",
|
||||
},
|
||||
id: "faq-001", title: "What makes Ethnic Aura different from other clothing stores?", content: "Ethnic Aura is dedicated to preserving and celebrating cultural heritage through authentic ethnic clothing. We work directly with artisans, focus on sustainable practices, and offer personalized AI-powered styling assistance. Each piece is carefully curated for quality and cultural significance."},
|
||||
{
|
||||
id: "faq-002",
|
||||
title: "How does your AI receptionist work?",
|
||||
content: "Our AI receptionist is available 24/7 to assist you with product recommendations, styling advice, order tracking, and customer support. Simply chat with our AI to find the perfect ethnic wear for any occasion or get answers to your questions.",
|
||||
},
|
||||
id: "faq-002", title: "How does your AI receptionist work?", content: "Our AI receptionist is available 24/7 to assist you with product recommendations, styling advice, order tracking, and customer support. Simply chat with our AI to find the perfect ethnic wear for any occasion or get answers to your questions."},
|
||||
{
|
||||
id: "faq-003",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards, digital wallets, and secure payment methods including PayPal, Apple Pay, and Google Pay. All transactions are encrypted and secure.",
|
||||
},
|
||||
id: "faq-003", title: "What payment methods do you accept?", content: "We accept all major credit cards, digital wallets, and secure payment methods including PayPal, Apple Pay, and Google Pay. All transactions are encrypted and secure."},
|
||||
{
|
||||
id: "faq-004",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes! We ship worldwide with competitive rates. Shipping times vary by location, and you can track your order in real-time. International customers enjoy the same quality and customer service.",
|
||||
},
|
||||
id: "faq-004", title: "Do you offer international shipping?", content: "Yes! We ship worldwide with competitive rates. Shipping times vary by location, and you can track your order in real-time. International customers enjoy the same quality and customer service."},
|
||||
{
|
||||
id: "faq-005",
|
||||
title: "What is your return and exchange policy?",
|
||||
content: "We offer a 30-day return and exchange policy for unworn items in original condition. If you're not completely satisfied, we'll make it right. Contact our AI assistant for hassle-free returns.",
|
||||
},
|
||||
id: "faq-005", title: "What is your return and exchange policy?", content: "We offer a 30-day return and exchange policy for unworn items in original condition. If you're not completely satisfied, we'll make it right. Contact our AI assistant for hassle-free returns."},
|
||||
{
|
||||
id: "faq-006",
|
||||
title: "How are your products made sustainably?",
|
||||
content: "We partner with ethical artisans who use traditional, sustainable methods. We prioritize natural fabrics, minimize waste, and ensure fair wages. Our commitment to sustainability is woven into every piece.",
|
||||
},
|
||||
id: "faq-006", title: "How are your products made sustainably?", content: "We partner with ethical artisans who use traditional, sustainable methods. We prioritize natural fabrics, minimize waste, and ensure fair wages. Our commitment to sustainability is woven into every piece."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -375,17 +255,12 @@ export default function HomePage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start AI Chat",
|
||||
href: "#ai-chat",
|
||||
},
|
||||
text: "Start AI Chat", href: "#ai-chat"},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:hello@ethnicaura.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:hello@ethnicaura.com"},
|
||||
]}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user