Merge version_1_1782083470151 into main #2
@@ -11,251 +11,113 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardTiltedCarousel
|
||||
tag="Elegance Redefined"
|
||||
title="Timeless Jewelry for Modern Icons"
|
||||
description="Discover a curation of handcrafted masterpieces that capture the essence of luxury and grace."
|
||||
primaryButton={{
|
||||
text: "View Collection",
|
||||
href: "#products",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
items={[
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/abstract-ferromagnetic-mirrored-metal-with-blurred-elements_23-2148253535.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-ferromagnetic-mirrored-metal-with-blurred-elements_23-2148253535.jpg?_wi=2",
|
||||
imageAlt: "luxury jewelry video background dark",
|
||||
},
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/transparent-prism-with-jewels_23-2147960092.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/transparent-prism-with-jewels_23-2147960092.jpg?_wi=2",
|
||||
imageAlt: "luxury jewelry video background dark",
|
||||
},
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/golden-wedding-rings-lie-transparent-table_8353-738.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-wedding-rings-lie-transparent-table_8353-738.jpg?_wi=2",
|
||||
imageAlt: "luxury jewelry video background dark",
|
||||
},
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/fashion-woman-with-feathers_1122-433.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-with-feathers_1122-433.jpg?_wi=2",
|
||||
imageAlt: "luxury jewelry video background dark",
|
||||
},
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509270.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509270.jpg?_wi=2",
|
||||
imageAlt: "luxury jewelry video background dark",
|
||||
},
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-silver-rings-leather-surface_181624-3587.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-silver-rings-leather-surface_181624-3587.jpg?_wi=2",
|
||||
imageAlt: "luxury jewelry video background dark",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Elegance Redefined"
|
||||
title="Timeless Jewelry for Modern Icons"
|
||||
description="Discover a curation of handcrafted masterpieces that capture the essence of luxury and grace."
|
||||
primaryButton={{ text: "View Collection", href: "#products" }}
|
||||
secondaryButton={{ text: "Book Consultation", href: "#contact" }}
|
||||
items={[
|
||||
{ videoSrc: "http://img.b2bpic.net/free-photo/abstract-ferromagnetic-mirrored-metal-with-blurred-elements_23-2148253535.jpg" },
|
||||
{ videoSrc: "http://img.b2bpic.net/free-photo/transparent-prism-with-jewels_23-2147960092.jpg" },
|
||||
{ videoSrc: "http://img.b2bpic.net/free-photo/golden-wedding-rings-lie-transparent-table_8353-738.jpg" },
|
||||
{ videoSrc: "http://img.b2bpic.net/free-photo/fashion-woman-with-feathers_1122-433.jpg" },
|
||||
{ videoSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509270.jpg" },
|
||||
{ videoSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-silver-rings-leather-surface_181624-3587.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutMediaOverlay
|
||||
tag="Our Heritage"
|
||||
title="Three Decades of Artistry"
|
||||
description="From our founding in 1994, Lumière has been dedicated to crafting jewelry that tells a story. Every piece is born in our atelier, where tradition meets innovation."
|
||||
primaryButton={{
|
||||
text: "Read Our Story",
|
||||
href: "#",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600784.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Heritage"
|
||||
title="Three Decades of Artistry"
|
||||
description="From our founding in 1994, Lumière has been dedicated to crafting jewelry that tells a story. Every piece is born in our atelier, where tradition meets innovation."
|
||||
primaryButton={{ text: "Read Our Story", href: "#" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600784.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<SectionErrorBoundary name="products">
|
||||
<div id="products" data-section="products">
|
||||
<SectionErrorBoundary name="products">
|
||||
<FeaturesImageBento
|
||||
tag="Signature Collections"
|
||||
title="Curated Masterpieces"
|
||||
description="Explore our iconic designs, each meticulously crafted from conflict-free diamonds and recycled precious metals."
|
||||
items={[
|
||||
{
|
||||
title: "Golden Radiance",
|
||||
description: "18k gold handcrafted bangles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347034.jpg",
|
||||
},
|
||||
{
|
||||
title: "Diamond Essence",
|
||||
description: "Minimalist diamond stud collection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-thimble-silk_23-2148897938.jpg",
|
||||
},
|
||||
{
|
||||
title: "Azure Sapphire",
|
||||
description: "Rare blue gemstone necklaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-female-wearing-silver-necklace-with-beautiful-lock-pendant_181624-27833.jpg",
|
||||
},
|
||||
{
|
||||
title: "Pearl Sovereignty",
|
||||
description: "Modern pearl and gold rings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-with-rock_23-2149846563.jpg",
|
||||
},
|
||||
{
|
||||
title: "Eternal Stack",
|
||||
description: "Signature gold designer rings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-golden-wedding-rings-lie-ray-light_8353-8127.jpg",
|
||||
},
|
||||
{
|
||||
title: "Grand Link",
|
||||
description: "Intricate link bracelet series.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409288.jpg",
|
||||
},
|
||||
{
|
||||
title: "Star Pendant",
|
||||
description: "Celestial diamond pendant design.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-with-necklace-looking-away-medium-shot_23-2148346154.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Signature Collections"
|
||||
title="Curated Masterpieces"
|
||||
description="Explore our iconic designs, each meticulously crafted from conflict-free diamonds and recycled precious metals."
|
||||
items={[
|
||||
{ title: "Golden Radiance", description: "18k gold handcrafted bangles.", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347034.jpg" },
|
||||
{ title: "Diamond Essence", description: "Minimalist diamond stud collection.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-thimble-silk_23-2148897938.jpg" },
|
||||
{ title: "Azure Sapphire", description: "Rare blue gemstone necklaces.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-female-wearing-silver-necklace-with-beautiful-lock-pendant_181624-27833.jpg" },
|
||||
{ title: "Pearl Sovereignty", description: "Modern pearl and gold rings.", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-with-rock_23-2149846563.jpg" },
|
||||
{ title: "Eternal Stack", description: "Signature gold designer rings.", imageSrc: "http://img.b2bpic.net/free-photo/two-golden-wedding-rings-lie-ray-light_8353-8127.jpg" },
|
||||
{ title: "Grand Link", description: "Intricate link bracelet series.", imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409288.jpg" },
|
||||
{ title: "Star Pendant", description: "Celestial diamond pendant design.", imageSrc: "http://img.b2bpic.net/free-photo/senior-with-necklace-looking-away-medium-shot_23-2148346154.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsIconCards
|
||||
tag="Our Impact"
|
||||
title="By The Numbers"
|
||||
description="Excellence defined through decades of service and satisfied collectors worldwide."
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
title: "Design Awards",
|
||||
value: "45+",
|
||||
},
|
||||
{
|
||||
icon: Diamond,
|
||||
title: "Carats Sourced",
|
||||
value: "12k",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Happy Clients",
|
||||
value: "8,000+",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Impact"
|
||||
title="By The Numbers"
|
||||
description="Excellence defined through decades of service and satisfied collectors worldwide."
|
||||
metrics={[
|
||||
{ icon: "Award", title: "Design Awards", value: "45+" },
|
||||
{ icon: "Diamond", title: "Carats Sourced", value: "12k" },
|
||||
{ icon: "Users", title: "Happy Clients", value: "8,000+" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialMarqueeOverlayCards
|
||||
tag="Collector Reviews"
|
||||
title="Voices of Elegance"
|
||||
description="Hear what our distinguished clients say about their pieces from Lumière."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Art Curator",
|
||||
company: "Global Fine Arts",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/very-elegant-woman-looking-away_329181-7317.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Thorne",
|
||||
role: "Entrepreneur",
|
||||
company: "Thorne Capital",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-looking-time_549566-386.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rossi",
|
||||
role: "Fashion Icon",
|
||||
company: "Vogue Italy",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-evening-dress-posing-holding-champaign-glass_176420-3753.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Chan",
|
||||
role: "CEO",
|
||||
company: "Chan Developments",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Olivia Smith",
|
||||
role: "Socialite",
|
||||
company: "Society Monthly",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-feeling-save-her-man-s-arms_329181-10109.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Collector Reviews"
|
||||
title="Voices of Elegance"
|
||||
description="Hear what our distinguished clients say about their pieces from Lumière."
|
||||
testimonials={[
|
||||
{ name: "Sarah Miller", role: "Art Curator", company: "Global Fine Arts", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/very-elegant-woman-looking-away_329181-7317.jpg" },
|
||||
{ name: "Marcus Thorne", role: "Entrepreneur", company: "Thorne Capital", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-looking-time_549566-386.jpg" },
|
||||
{ name: "Elena Rossi", role: "Fashion Icon", company: "Vogue Italy", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-evening-dress-posing-holding-champaign-glass_176420-3753.jpg" },
|
||||
{ name: "David Chan", role: "CEO", company: "Chan Developments", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg" },
|
||||
{ name: "Olivia Smith", role: "Socialite", company: "Society Monthly", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-feeling-save-her-man-s-arms_329181-10109.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqTabbedAccordion
|
||||
tag="Common Questions"
|
||||
title="Concierge Support"
|
||||
description="We are here to assist with every inquiry, from bespoke commissions to care instructions."
|
||||
categories={[
|
||||
{
|
||||
name: "Care & Repair",
|
||||
items: [
|
||||
{
|
||||
question: "How should I clean my gold jewelry?",
|
||||
answer: "Use a soft microfiber cloth and lukewarm water for gold pieces. Avoid harsh chemicals.",
|
||||
},
|
||||
{
|
||||
question: "Can you resize rings?",
|
||||
answer: "Yes, we offer complimentary resizing on all signature gold rings.",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Shipping",
|
||||
items: [
|
||||
{
|
||||
question: "Is insurance included?",
|
||||
answer: "Every shipment is fully insured for the purchase value of the jewelry.",
|
||||
},
|
||||
{
|
||||
question: "Do you ship internationally?",
|
||||
answer: "We provide secure, white-glove international shipping to over 50 countries.",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Common Questions"
|
||||
title="Concierge Support"
|
||||
description="We are here to assist with every inquiry, from bespoke commissions to care instructions."
|
||||
categories={[
|
||||
{ name: "Care & Repair", items: [{ question: "How should I clean my gold jewelry?", answer: "Use a soft microfiber cloth and lukewarm water for gold pieces. Avoid harsh chemicals." }, { question: "Can you resize rings?", answer: "Yes, we offer complimentary resizing on all signature gold rings." }] },
|
||||
{ name: "Shipping", items: [{ question: "Is insurance included?", answer: "Every shipment is fully insured for the purchase value of the jewelry." }, { question: "Do you ship internationally?", answer: "We provide secure, white-glove international shipping to over 50 countries." }] }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Private Consultation"
|
||||
text="Experience private concierge service. Book an appointment with our master artisans."
|
||||
primaryButton={{
|
||||
text: "Schedule Visit",
|
||||
href: "#",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Call Concierge",
|
||||
href: "tel:+18005550199",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Private Consultation"
|
||||
text="Experience private concierge service. Book an appointment with our master artisans."
|
||||
primaryButton={{ text: "Schedule Visit", href: "#" }}
|
||||
secondaryButton={{ text: "Call Concierge", href: "tel:+18005550199" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user