Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
220
src/app/page.tsx
220
src/app/page.tsx
@@ -34,70 +34,41 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Collection",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collection", id: "products"},
|
||||
{
|
||||
name: "Philosophy",
|
||||
id: "about",
|
||||
},
|
||||
name: "Philosophy", id: "about"},
|
||||
{
|
||||
name: "Craftsmanship",
|
||||
id: "features",
|
||||
},
|
||||
name: "Craftsmanship", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Lumina"
|
||||
brandName="Ivaculous"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Timeless Elegance, Modern Expression"
|
||||
description="Discover curated jewellery that defines luxury and exclusivity."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Collection", href: "#products"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "h1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599246.jpg",
|
||||
imageAlt: "Luxurious diamond necklace",
|
||||
},
|
||||
id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599246.jpg", imageAlt: "Luxurious diamond necklace"},
|
||||
{
|
||||
id: "h2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-high-angle_23-2149846567.jpg",
|
||||
imageAlt: "Geometric gold earrings",
|
||||
},
|
||||
id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-high-angle_23-2149846567.jpg", imageAlt: "Geometric gold earrings"},
|
||||
{
|
||||
id: "h3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509269.jpg",
|
||||
imageAlt: "Diamond ring detail",
|
||||
},
|
||||
id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509269.jpg", imageAlt: "Diamond ring detail"},
|
||||
{
|
||||
id: "h4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-mask-stands-street_1157-33287.jpg",
|
||||
imageAlt: "Gemstone gold bracelet",
|
||||
},
|
||||
id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/woman-mask-stands-street_1157-33287.jpg", imageAlt: "Gemstone gold bracelet"},
|
||||
{
|
||||
id: "h5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-167338.jpg",
|
||||
imageAlt: "Luxury gold watch",
|
||||
},
|
||||
id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-167338.jpg", imageAlt: "Luxury gold watch"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,9 +79,7 @@ export default function LandingPage() {
|
||||
title="Crafting Stories in Gold and Stone"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Philosophy",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Philosophy", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,20 +91,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
title: "Artisan Craftsmanship",
|
||||
description: "Hand-forged by master jewellers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-using-blow-torch-workshop_107420-65293.jpg",
|
||||
},
|
||||
title: "Artisan Craftsmanship", description: "Hand-forged by master jewellers.", imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-using-blow-torch-workshop_107420-65293.jpg"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Uncompromised Quality"
|
||||
description="Excellence in every detail."
|
||||
@@ -150,41 +110,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Gold Pendant",
|
||||
price: "$1,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635264.jpg",
|
||||
},
|
||||
id: "p1", name: "Gold Pendant", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635264.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Geometric Ring",
|
||||
price: "$850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329646.jpg",
|
||||
},
|
||||
id: "p2", name: "Geometric Ring", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329646.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Minimal Earrings",
|
||||
price: "$600",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/model-demonstrating-silver-earrings_7502-7054.jpg",
|
||||
},
|
||||
id: "p3", name: "Minimal Earrings", price: "$600", imageSrc: "http://img.b2bpic.net/free-photo/model-demonstrating-silver-earrings_7502-7054.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Classic Bracelet",
|
||||
price: "$1,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409292.jpg",
|
||||
},
|
||||
id: "p4", name: "Classic Bracelet", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409292.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Diamond Band",
|
||||
price: "$2,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/render-diamond-crown-expensive-grind_1232-3549.jpg",
|
||||
},
|
||||
id: "p5", name: "Diamond Band", price: "$2,200", imageSrc: "http://img.b2bpic.net/free-photo/render-diamond-crown-expensive-grind_1232-3549.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Artistic Necklace",
|
||||
price: "$1,900",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-elegant-gold-chain_23-2149635323.jpg",
|
||||
},
|
||||
id: "p6", name: "Artistic Necklace", price: "$1,900", imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-elegant-gold-chain_23-2149635323.jpg"},
|
||||
]}
|
||||
title="Curated Collections"
|
||||
description="Hand-picked pieces for the modern visionary."
|
||||
@@ -196,30 +132,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Julian K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-gold-watch-adjusts-tie_8353-31.jpg",
|
||||
},
|
||||
id: "t5", name: "Julian K.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-gold-watch-adjusts-tie_8353-31.jpg"},
|
||||
]}
|
||||
cardTitle="Client Experiences"
|
||||
cardTag="Testimonials"
|
||||
@@ -234,23 +155,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Award,
|
||||
title: "Design Awards",
|
||||
value: "15+",
|
||||
},
|
||||
id: "m1", icon: Award,
|
||||
title: "Design Awards", value: "15+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Shield,
|
||||
title: "Expert Artisans",
|
||||
value: "40",
|
||||
},
|
||||
id: "m2", icon: Shield,
|
||||
title: "Expert Artisans", value: "40"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Star,
|
||||
title: "Happy Collectors",
|
||||
value: "2k+",
|
||||
},
|
||||
id: "m3", icon: Star,
|
||||
title: "Happy Collectors", value: "2k+"},
|
||||
]}
|
||||
title="Legacy by Numbers"
|
||||
description="Refining luxury through expertise."
|
||||
@@ -262,14 +174,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Vogue",
|
||||
"Harper's Bazaar",
|
||||
"Forbes Life",
|
||||
"GQ",
|
||||
"Wallpaper*",
|
||||
"Elle",
|
||||
"Tatler",
|
||||
]}
|
||||
"Vogue", "Harper's Bazaar", "Forbes Life", "GQ", "Wallpaper*", "Elle", "Tatler"]}
|
||||
title="Featured In"
|
||||
description="Recognized by industry leaders for excellence in design."
|
||||
/>
|
||||
@@ -281,20 +186,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How is the quality assured?",
|
||||
content: "Each piece undergoes a 12-point rigorous quality check.",
|
||||
},
|
||||
id: "f1", title: "How is the quality assured?", content: "Each piece undergoes a 12-point rigorous quality check."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are materials sustainable?",
|
||||
content: "We exclusively use recycled gold and ethically sourced stones.",
|
||||
},
|
||||
id: "f2", title: "Are materials sustainable?", content: "We exclusively use recycled gold and ethically sourced stones."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I custom design?",
|
||||
content: "Our atelier offers private consultations for custom requests.",
|
||||
},
|
||||
id: "f3", title: "Can I custom design?", content: "Our atelier offers private consultations for custom requests."},
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Answers to your jewellery journey."
|
||||
@@ -306,8 +202,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Inquire"
|
||||
title="Begin Your Private Consultation"
|
||||
description="Connect with our atelier for bespoke inquiries."
|
||||
@@ -318,45 +213,30 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Lumina"
|
||||
logoText="Ivaculous"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#",
|
||||
},
|
||||
label: "New Arrivals", href: "#"},
|
||||
{
|
||||
label: "Bestsellers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Bestsellers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Care Guide",
|
||||
href: "#",
|
||||
},
|
||||
label: "Care Guide", href: "#"},
|
||||
{
|
||||
label: "Shipping",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Story", href: "#"},
|
||||
{
|
||||
label: "Atelier",
|
||||
href: "#",
|
||||
},
|
||||
label: "Atelier", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -365,4 +245,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user