2 Commits

Author SHA1 Message Date
b71f888d25 Merge version_2 into main
Merge version_2 into main
2026-05-09 12:41:57 +00:00
2ff0a0ce64 Update src/app/page.tsx 2026-05-09 12:41:54 +00:00

View File

@@ -32,60 +32,39 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Collections", name: "Collections", id: "products"},
id: "products",
},
{ {
name: "Features", name: "Features", id: "features"},
id: "features",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Ethereal Wear" brandName="Radhika NX"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardGallery <HeroBillboardGallery
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
title="Timeless Elegance, Modern Tailoring" title="Timeless Elegance, Modern Tailoring"
description="Redefining premium quality with fabrics that breathe and cuts that command attention." description="Redefining premium quality with fabrics that breathe and cuts that command attention."
buttons={[ buttons={[
{ {
text: "Shop New Arrivals", text: "Shop New Arrivals", href: "#products"},
href: "#products",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-flannel-shirt-detail_23-2149575374.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-flannel-shirt-detail_23-2149575374.jpg", imageAlt: "Luxury wool coat texture"},
imageAlt: "Luxury wool coat texture",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/realistic-satin-silk-red-color-ai-generated-image_511042-663.jpg", imageSrc: "http://img.b2bpic.net/free-photo/realistic-satin-silk-red-color-ai-generated-image_511042-663.jpg", imageAlt: "Artistic silk fabric drape"},
imageAlt: "Artistic silk fabric drape",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/small-spangles-man-shoulder_23-2147982135.jpg", imageSrc: "http://img.b2bpic.net/free-photo/small-spangles-man-shoulder_23-2147982135.jpg", imageAlt: "Tailored suit craftsmanship"},
imageAlt: "Tailored suit craftsmanship",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-4259.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-4259.jpg", imageAlt: "Minimalist premium fashion"},
imageAlt: "Minimalist premium fashion",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower_23-2149357113.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower_23-2149357113.jpg", imageAlt: "Leather accessory detail"},
imageAlt: "Leather accessory detail",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -98,17 +77,11 @@ export default function LandingPage() {
description="Every thread tells a story of heritage meets innovation, ensuring your wardrobe remains a collection of excellence." description="Every thread tells a story of heritage meets innovation, ensuring your wardrobe remains a collection of excellence."
metrics={[ metrics={[
{ {
value: "100+", value: "100+", title: "Expert Artisans"},
title: "Expert Artisans",
},
{ {
value: "12", value: "12", title: "Global Workshops"},
title: "Global Workshops",
},
{ {
value: "99%", value: "99%", title: "Material Purity"},
title: "Material Purity",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/tailoring-items-arrangement-still-life_23-2149647261.jpg" imageSrc="http://img.b2bpic.net/free-photo/tailoring-items-arrangement-still-life_23-2149647261.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -125,65 +98,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "1", id: "1", brand: "Radhika NX", name: "Signature Hoodie", price: "$120", rating: 5,
brand: "Ethereal", reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-gray-background_89887-988.jpg", imageAlt: "Premium beige hoodie"},
name: "Signature Hoodie",
price: "$120",
rating: 5,
reviewCount: "45",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-gray-background_89887-988.jpg",
imageAlt: "Premium beige hoodie",
},
{ {
id: "2", id: "2", brand: "Radhika NX", name: "Wool Trousers", price: "$180", rating: 5,
brand: "Ethereal", reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt-jean-mobile-phone-wooden-background-watch-sunglasses-shoes-wood-table_1921-79.jpg", imageAlt: "Tailored trousers"},
name: "Wool Trousers",
price: "$180",
rating: 5,
reviewCount: "32",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt-jean-mobile-phone-wooden-background-watch-sunglasses-shoes-wood-table_1921-79.jpg",
imageAlt: "Tailored trousers",
},
{ {
id: "3", id: "3", brand: "Radhika NX", name: "Cashmere Overcoat", price: "$450", rating: 5,
brand: "Ethereal", reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-trendy-coat-outside_1303-21537.jpg", imageAlt: "Elegant wool overcoat"},
name: "Cashmere Overcoat",
price: "$450",
rating: 5,
reviewCount: "18",
imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-trendy-coat-outside_1303-21537.jpg",
imageAlt: "Elegant wool overcoat",
},
{ {
id: "4", id: "4", brand: "Radhika NX", name: "Silk Blouse", price: "$210", rating: 4,
brand: "Ethereal", reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-sandals-near-shopping-bags_23-2148238183.jpg", imageAlt: "Minimalist silk blouse"},
name: "Silk Blouse",
price: "$210",
rating: 4,
reviewCount: "56",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-sandals-near-shopping-bags_23-2148238183.jpg",
imageAlt: "Minimalist silk blouse",
},
{ {
id: "5", id: "5", brand: "Radhika NX", name: "Premium Belt", price: "$80", rating: 5,
brand: "Ethereal", reviewCount: "21", imageSrc: "http://img.b2bpic.net/free-photo/backpacker-map-wooden-outback-smartphone-phone_1428-743.jpg", imageAlt: "Luxury leather belt"},
name: "Premium Belt",
price: "$80",
rating: 5,
reviewCount: "21",
imageSrc: "http://img.b2bpic.net/free-photo/backpacker-map-wooden-outback-smartphone-phone_1428-743.jpg",
imageAlt: "Luxury leather belt",
},
{ {
id: "6", id: "6", brand: "Radhika NX", name: "Knit Sweater", price: "$160", rating: 5,
brand: "Ethereal", reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wool-texture-details_23-2149503208.jpg", imageAlt: "Fine knit sweater"},
name: "Knit Sweater",
price: "$160",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wool-texture-details_23-2149503208.jpg",
imageAlt: "Fine knit sweater",
},
]} ]}
title="Curated Collections" title="Curated Collections"
description="Discover seasonal essentials designed for the discerning individual." description="Discover seasonal essentials designed for the discerning individual."
@@ -197,25 +128,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "AI Size Assistant", title: "AI Size Assistant", description: "Our smart sizing engine guarantees a perfect fit, every time.", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-home-sofa-working-laptop_23-2148740698.jpg", imageAlt: "AI measurement tool"},
description: "Our smart sizing engine guarantees a perfect fit, every time.",
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-home-sofa-working-laptop_23-2148740698.jpg",
imageAlt: "AI measurement tool",
},
{ {
title: "Sustainable Fabrics", title: "Sustainable Fabrics", description: "Ethically sourced materials designed for longevity and impact.", imageSrc: "http://img.b2bpic.net/free-photo/male-suit-close-up-holding-coffee-hand_1303-10298.jpg", imageAlt: "Natural fabric texture"},
description: "Ethically sourced materials designed for longevity and impact.",
imageSrc: "http://img.b2bpic.net/free-photo/male-suit-close-up-holding-coffee-hand_1303-10298.jpg",
imageAlt: "Natural fabric texture",
},
{ {
title: "Global Shipping", title: "Global Shipping", description: "Premium delivery service to your doorstep anywhere in the world.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-walking-posing_1328-605.jpg", imageAlt: "Premium shipping box"},
description: "Premium delivery service to your doorstep anywhere in the world.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-walking-posing_1328-605.jpg",
imageAlt: "Premium shipping box",
},
]} ]}
title="Why Choose Ethereal" title="Why Choose Radhika NX"
description="Experience clothing that aligns with your lifestyle and values." description="Experience clothing that aligns with your lifestyle and values."
/> />
</div> </div>
@@ -227,20 +146,11 @@ export default function LandingPage() {
tag="Excellence" tag="Excellence"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "50K+", description: "Satisfied Customers"},
value: "50K+",
description: "Satisfied Customers",
},
{ {
id: "m2", id: "m2", value: "15+", description: "Exclusive Regions"},
value: "15+",
description: "Exclusive Regions",
},
{ {
id: "m3", id: "m3", value: "100%", description: "Satisfaction Rate"},
value: "100%",
description: "Satisfaction Rate",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -252,48 +162,18 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", title: "Pure Quality", quote: "The quality is simply unmatched. It feels like high-end luxury.", name: "Sarah J.", role: "Fashion Editor", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-shopper-applying-dress-with-hanger-looking-mirror-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11792.jpg"},
title: "Pure Quality",
quote: "The quality is simply unmatched. It feels like high-end luxury.",
name: "Sarah J.",
role: "Fashion Editor",
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-shopper-applying-dress-with-hanger-looking-mirror-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11792.jpg",
},
{ {
id: "2", id: "2", title: "Perfect Fit", quote: "The AI assistant nailed my measurements perfectly. Amazing experience.", name: "Michael C.", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/elder-woman-writing-notebook_23-2148346222.jpg"},
title: "Perfect Fit",
quote: "The AI assistant nailed my measurements perfectly. Amazing experience.",
name: "Michael C.",
role: "Entrepreneur",
imageSrc: "http://img.b2bpic.net/free-photo/elder-woman-writing-notebook_23-2148346222.jpg",
},
{ {
id: "3", id: "3", title: "Elegant Style", quote: "I have never received so many compliments on my clothes.", name: "Emily R.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-white-green-striped-silk-shirt-leans-her-knees-looks-into-camera_197531-33616.jpg"},
title: "Elegant Style",
quote: "I have never received so many compliments on my clothes.",
name: "Emily R.",
role: "Architect",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-white-green-striped-silk-shirt-leans-her-knees-looks-into-camera_197531-33616.jpg",
},
{ {
id: "4", id: "4", title: "Sustainable Choice", quote: "Love that I can dress well and be eco-conscious at the same time.", name: "David K.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/people-leisure-modern-lifestyle-concept-portrait-handsome-young-man-with-thick-beard-wearing-black-hat-having-rest-indoors-alone_273609-1770.jpg"},
title: "Sustainable Choice",
quote: "Love that I can dress well and be eco-conscious at the same time.",
name: "David K.",
role: "Designer",
imageSrc: "http://img.b2bpic.net/free-photo/people-leisure-modern-lifestyle-concept-portrait-handsome-young-man-with-thick-beard-wearing-black-hat-having-rest-indoors-alone_273609-1770.jpg",
},
{ {
id: "5", id: "5", title: "Beyond Expectations", quote: "Everything from the delivery to the packaging felt truly premium.", name: "Jenny L.", role: "Marketing", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg"},
title: "Beyond Expectations",
quote: "Everything from the delivery to the packaging felt truly premium.",
name: "Jenny L.",
role: "Marketing",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg",
},
]} ]}
title="Client Perspectives" title="Client Perspectives"
description="Read what our community has to say about the Ethereal experience." description="Read what our community has to say about the Radhika NX experience."
/> />
</div> </div>
@@ -303,20 +183,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "How does the AI sizing work?", content: "Our AI assistant uses your measurements to suggest the best possible fit from our catalog."},
title: "How does the AI sizing work?",
content: "Our AI assistant uses your measurements to suggest the best possible fit from our catalog.",
},
{ {
id: "f2", id: "f2", title: "Can I return items?", content: "Yes, we offer hassle-free returns within 30 days of your purchase."},
title: "Can I return items?",
content: "Yes, we offer hassle-free returns within 30 days of your purchase.",
},
{ {
id: "f3", id: "f3", title: "Are materials sustainable?", content: "We prioritize organic and ethically sourced fabrics in every single item."},
title: "Are materials sustainable?",
content: "We prioritize organic and ethically sourced fabrics in every single item.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Quick answers to help you with your order and sizing needs." description="Quick answers to help you with your order and sizing needs."
@@ -331,8 +202,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Join Us" tag="Join Us"
title="Stay Updated" title="Stay Updated"
description="Subscribe for early access to new collections and styling tips." description="Subscribe for early access to new collections and styling tips."
@@ -341,45 +211,30 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
logoText="Ethereal Wear" logoText="Radhika NX"
columns={[ columns={[
{ {
title: "Shop", title: "Shop", items: [
items: [
{ {
label: "All Products", label: "All Products", href: "#products"},
href: "#products",
},
{ {
label: "New Arrivals", label: "New Arrivals", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "FAQs", label: "FAQs", href: "#faq"},
href: "#faq",
},
{ {
label: "Contact Us", label: "Contact Us", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "Our Story", label: "Our Story", href: "#about"},
href: "#about",
},
{ {
label: "Privacy", label: "Privacy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -388,4 +243,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }