3 Commits

Author SHA1 Message Date
390ccc3452 Update src/app/page.tsx 2026-04-22 13:07:29 +00:00
b0b0dfe9e5 Merge version_1 into main
Merge version_1 into main
2026-04-22 13:05:59 +00:00
859de6c984 Merge version_1 into main
Merge version_1 into main
2026-04-22 13:05:56 +00:00

View File

@@ -34,70 +34,41 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Collection", name: "Collection", id: "products"},
id: "products",
},
{ {
name: "Philosophy", name: "Philosophy", id: "about"},
id: "about",
},
{ {
name: "Craftsmanship", name: "Craftsmanship", id: "features"},
id: "features",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Lumina" brandName="Ivaculous"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
title="Timeless Elegance, Modern Expression" title="Timeless Elegance, Modern Expression"
description="Discover curated jewellery that defines luxury and exclusivity." description="Discover curated jewellery that defines luxury and exclusivity."
buttons={[ buttons={[
{ {
text: "Explore Collection", text: "Explore Collection", href: "#products"},
href: "#products",
},
]} ]}
carouselItems={[ carouselItems={[
{ {
id: "h1", id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599246.jpg", imageAlt: "Luxurious diamond necklace"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599246.jpg",
imageAlt: "Luxurious diamond necklace",
},
{ {
id: "h2", id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-high-angle_23-2149846567.jpg", imageAlt: "Geometric gold earrings"},
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-high-angle_23-2149846567.jpg",
imageAlt: "Geometric gold earrings",
},
{ {
id: "h3", id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509269.jpg", imageAlt: "Diamond ring detail"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509269.jpg",
imageAlt: "Diamond ring detail",
},
{ {
id: "h4", id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/woman-mask-stands-street_1157-33287.jpg", imageAlt: "Gemstone gold bracelet"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-mask-stands-street_1157-33287.jpg",
imageAlt: "Gemstone gold bracelet",
},
{ {
id: "h5", id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-167338.jpg", imageAlt: "Luxury gold watch"},
imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-167338.jpg",
imageAlt: "Luxury gold watch",
},
{ {
id: "h6", id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/copper-pipes-burst-from-cold-break-copper-pipes-from-cold-closeup_169016-65199.jpg", imageAlt: "Polished gold clasp"},
imageSrc: "http://img.b2bpic.net/free-photo/copper-pipes-burst-from-cold-break-copper-pipes-from-cold-closeup_169016-65199.jpg",
imageAlt: "Polished gold clasp",
},
]} ]}
/> />
</div> </div>
@@ -108,9 +79,7 @@ export default function LandingPage() {
title="Crafting Stories in Gold and Stone" title="Crafting Stories in Gold and Stone"
buttons={[ buttons={[
{ {
text: "Our Philosophy", text: "Our Philosophy", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -122,20 +91,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Premium Materials", title: "Premium Materials", description: "18k gold and conflict-free diamonds.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-underwater_23-2149836406.jpg"},
description: "18k gold and conflict-free diamonds.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-underwater_23-2149836406.jpg",
},
{ {
title: "Artisan Craftsmanship", title: "Artisan Craftsmanship", description: "Hand-forged by master jewellers.", imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-using-blow-torch-workshop_107420-65293.jpg"},
description: "Hand-forged by master jewellers.",
imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-using-blow-torch-workshop_107420-65293.jpg",
},
{ {
title: "Exclusive Designs", title: "Exclusive Designs", description: "Limited edition pieces for the bold.", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-human-hand-stand-display_23-2150347074.jpg"},
description: "Limited edition pieces for the bold.",
imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-human-hand-stand-display_23-2150347074.jpg",
},
]} ]}
title="Uncompromised Quality" title="Uncompromised Quality"
description="Excellence in every detail." description="Excellence in every detail."
@@ -150,41 +110,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Gold Pendant", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635264.jpg"},
name: "Gold Pendant",
price: "$1,200",
imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635264.jpg",
},
{ {
id: "p2", id: "p2", name: "Geometric Ring", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329646.jpg"},
name: "Geometric Ring",
price: "$850",
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329646.jpg",
},
{ {
id: "p3", id: "p3", name: "Minimal Earrings", price: "$600", imageSrc: "http://img.b2bpic.net/free-photo/model-demonstrating-silver-earrings_7502-7054.jpg"},
name: "Minimal Earrings",
price: "$600",
imageSrc: "http://img.b2bpic.net/free-photo/model-demonstrating-silver-earrings_7502-7054.jpg",
},
{ {
id: "p4", id: "p4", name: "Classic Bracelet", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409292.jpg"},
name: "Classic Bracelet",
price: "$1,500",
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409292.jpg",
},
{ {
id: "p5", id: "p5", name: "Diamond Band", price: "$2,200", imageSrc: "http://img.b2bpic.net/free-photo/render-diamond-crown-expensive-grind_1232-3549.jpg"},
name: "Diamond Band",
price: "$2,200",
imageSrc: "http://img.b2bpic.net/free-photo/render-diamond-crown-expensive-grind_1232-3549.jpg",
},
{ {
id: "p6", id: "p6", name: "Artistic Necklace", price: "$1,900", imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-elegant-gold-chain_23-2149635323.jpg"},
name: "Artistic Necklace",
price: "$1,900",
imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-elegant-gold-chain_23-2149635323.jpg",
},
]} ]}
title="Curated Collections" title="Curated Collections"
description="Hand-picked pieces for the modern visionary." description="Hand-picked pieces for the modern visionary."
@@ -196,30 +132,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Anna S.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-fashion-stylish-brunette-woman-model-with-evening-makeup-red-lips-white-jacket_158538-11531.jpg"},
name: "Anna S.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-fashion-stylish-brunette-woman-model-with-evening-makeup-red-lips-white-jacket_158538-11531.jpg",
},
{ {
id: "t2", id: "t2", name: "Marcus D.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sitting-near-dark-studio_158538-11298.jpg"},
name: "Marcus D.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sitting-near-dark-studio_158538-11298.jpg",
},
{ {
id: "t3", id: "t3", name: "Elena V.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-fashion-stylish-brunette-woman-model-with-evening-makeup-red-lips-white-jacket_158538-11536.jpg"},
name: "Elena V.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-fashion-stylish-brunette-woman-model-with-evening-makeup-red-lips-white-jacket_158538-11536.jpg",
},
{ {
id: "t4", id: "t4", name: "Sophia L.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-caucasian-brunette-woman-black-blouse-with-closed-eyes-keeps-hand-face-smiling-purple-background_197531-32085.jpg"},
name: "Sophia L.",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-caucasian-brunette-woman-black-blouse-with-closed-eyes-keeps-hand-face-smiling-purple-background_197531-32085.jpg",
},
{ {
id: "t5", id: "t5", name: "Julian K.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-gold-watch-adjusts-tie_8353-31.jpg"},
name: "Julian K.",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-gold-watch-adjusts-tie_8353-31.jpg",
},
]} ]}
cardTitle="Client Experiences" cardTitle="Client Experiences"
cardTag="Testimonials" cardTag="Testimonials"
@@ -234,23 +155,14 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", icon: Award,
icon: Award, title: "Design Awards", value: "15+"},
title: "Design Awards",
value: "15+",
},
{ {
id: "m2", id: "m2", icon: Shield,
icon: Shield, title: "Expert Artisans", value: "40"},
title: "Expert Artisans",
value: "40",
},
{ {
id: "m3", id: "m3", icon: Star,
icon: Star, title: "Happy Collectors", value: "2k+"},
title: "Happy Collectors",
value: "2k+",
},
]} ]}
title="Legacy by Numbers" title="Legacy by Numbers"
description="Refining luxury through expertise." description="Refining luxury through expertise."
@@ -262,14 +174,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Vogue", "Vogue", "Harper's Bazaar", "Forbes Life", "GQ", "Wallpaper*", "Elle", "Tatler"]}
"Harper's Bazaar",
"Forbes Life",
"GQ",
"Wallpaper*",
"Elle",
"Tatler",
]}
title="Featured In" title="Featured In"
description="Recognized by industry leaders for excellence in design." description="Recognized by industry leaders for excellence in design."
/> />
@@ -281,20 +186,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "How is the quality assured?", content: "Each piece undergoes a 12-point rigorous quality check."},
title: "How is the quality assured?",
content: "Each piece undergoes a 12-point rigorous quality check.",
},
{ {
id: "f2", id: "f2", title: "Are materials sustainable?", content: "We exclusively use recycled gold and ethically sourced stones."},
title: "Are materials sustainable?",
content: "We exclusively use recycled gold and ethically sourced stones.",
},
{ {
id: "f3", id: "f3", title: "Can I custom design?", content: "Our atelier offers private consultations for custom requests."},
title: "Can I custom design?",
content: "Our atelier offers private consultations for custom requests.",
},
]} ]}
title="Frequently Asked" title="Frequently Asked"
description="Answers to your jewellery journey." description="Answers to your jewellery journey."
@@ -306,8 +202,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
tag="Inquire" tag="Inquire"
title="Begin Your Private Consultation" title="Begin Your Private Consultation"
description="Connect with our atelier for bespoke inquiries." description="Connect with our atelier for bespoke inquiries."
@@ -318,45 +213,30 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseCard
logoText="Lumina" logoText="Ivaculous"
columns={[ columns={[
{ {
title: "Shop", title: "Shop", items: [
items: [
{ {
label: "New Arrivals", label: "New Arrivals", href: "#"},
href: "#",
},
{ {
label: "Bestsellers", label: "Bestsellers", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "Care Guide", label: "Care Guide", href: "#"},
href: "#",
},
{ {
label: "Shipping", label: "Shipping", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "Our Story", label: "Our Story", href: "#"},
href: "#",
},
{ {
label: "Atelier", label: "Atelier", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -365,4 +245,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }