Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-02 19:50:40 +00:00

View File

@@ -30,17 +30,11 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "Collection",
id: "products",
},
name: "Collection", id: "products"},
{
name: "Our Story",
id: "about",
},
name: "Our Story", id: "about"},
]}
brandName="Aura Jewellery"
/>
@@ -52,35 +46,21 @@ export default function LandingPage() {
description="Exquisite handcrafted jewellery designed to capture elegance and timeless grace. Discover our signature emerald collection."
buttons={[
{
text: "View Collection",
href: "#products",
},
text: "View Collection", href: "#products"},
]}
slides={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=1",
imageAlt: "Emerald jewellery set",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=1", imageAlt: "Emerald jewellery set"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=2",
imageAlt: "Close up of emerald ring",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=2", imageAlt: "Close up of emerald ring"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=3",
imageAlt: "Golden necklace with emerald",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=3", imageAlt: "Golden necklace with emerald"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=4",
imageAlt: "Luxury emerald accessories",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=4", imageAlt: "Luxury emerald accessories"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=5",
imageAlt: "Traditional craft detail",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=5", imageAlt: "Traditional craft detail"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=6",
imageAlt: "Elegant display set",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=6", imageAlt: "Elegant display set"},
]}
/>
</div>
@@ -93,50 +73,25 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Emerald Necklace",
price: "POA",
variant: "Gold & Emerald",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=7",
},
id: "1", name: "Emerald Necklace", price: "POA", variant: "Gold & Emerald", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=7"},
{
id: "2",
name: "Emerald Earrings",
price: "POA",
variant: "Gold & Emerald",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=8",
},
id: "2", name: "Emerald Earrings", price: "POA", variant: "Gold & Emerald", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=8"},
{
id: "3",
name: "Emerald Ring",
price: "POA",
variant: "Gold & Emerald",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=9",
},
id: "3", name: "Emerald Ring", price: "POA", variant: "Gold & Emerald", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=9"},
{
id: "4",
name: "Jewellery Set",
price: "POA",
variant: "Gold & Emerald",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=10",
},
id: "4", name: "Jewellery Set", price: "POA", variant: "Gold & Emerald", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=10"},
{
id: "5",
name: "Matching Pendant",
price: "POA",
variant: "Gold & Emerald",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=11",
},
id: "5", name: "Matching Pendant", price: "POA", variant: "Gold & Emerald", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=11"},
{
id: "6",
name: "Statement Piece",
price: "POA",
variant: "Gold & Emerald",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=12",
},
id: "6", name: "Statement Piece", price: "POA", variant: "Gold & Emerald", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=12"},
]}
title="Exquisite Pieces"
description="Each piece is meticulously crafted with premium stones and refined gold settings."
buttons={[
{
text: "Inquire About Pricing", href: "mailto:hello@example.com"
}
]}
/>
</div>
@@ -148,18 +103,12 @@ export default function LandingPage() {
description="For generations, we have dedicated ourselves to the art of fine jewellery. Our pieces combine traditional techniques with modern aesthetic, resulting in wearable art that stands the test of time."
bulletPoints={[
{
title: "Premium Materials",
description: "Authentic gold and ethically sourced stones.",
},
title: "Premium Materials", description: "Authentic gold and ethically sourced stones."},
{
title: "Artisan Craft",
description: "Handmade with attention to every detail.",
},
title: "Artisan Craft", description: "Handmade with attention to every detail."},
{
title: "Timeless Design",
description: "Classic aesthetics for modern elegance.",
},
]}
title: "Timeless Design", description: "Classic aesthetics for modern elegance."},
],
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiQ5IUfcxmbc7Oz4DfW9QPX6xy/uploaded-1775159255775-jcdvgs2h.jpg?_wi=13"
mediaAnimation="slide-up"
/>
@@ -172,12 +121,7 @@ export default function LandingPage() {
title="Trusted by Connoisseurs"
description="Our collections have been featured and celebrated in leading fashion and lifestyle publications worldwide."
names={[
"Vogue",
"Harper's Bazaar",
"Elle",
"Tatler",
"Jewellery Monthly",
]}
"Vogue", "Harper's Bazaar", "Elle", "Tatler", "Jewellery Monthly"]}
/>
</div>
@@ -191,29 +135,19 @@ export default function LandingPage() {
features={[
{
icon: Diamond,
title: "Conflict-Free Stones",
description: "Every emerald is traced to its ethical source.",
},
title: "Conflict-Free Stones", description: "Every emerald is traced to its ethical source."},
{
icon: ShieldCheck,
title: "Authenticity Guaranteed",
description: "Certification provided with every single purchase.",
},
title: "Authenticity Guaranteed", description: "Certification provided with every single purchase."},
{
icon: Crown,
title: "Bespoke Services",
description: "Custom designs tailored to your unique vision.",
},
title: "Bespoke Services", description: "Custom designs tailored to your unique vision."},
{
icon: Truck,
title: "Global Insured Shipping",
description: "Secure delivery to your doorstep, worldwide.",
},
title: "Global Insured Shipping", description: "Secure delivery to your doorstep, worldwide."},
{
icon: Clock,
title: "Lifetime Care",
description: "Complimentary cleaning and maintenance for life.",
},
title: "Lifetime Care", description: "Complimentary cleaning and maintenance for life."},
]}
/>
</div>
@@ -227,4 +161,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}