Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-31 20:46:48 +00:00

View File

@@ -136,21 +136,21 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "acc-1", name: "Elegant Gold Necklace", price: "$85.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ESdxs13TPrZMhkTBmCRRLe0Sbe/uploaded-1780260255415-6xp8tuvr.jpg", imageAlt: "Elegant Gold Necklace", priceButtonProps: {
text: "Add to Cart"},
id: "ring-1", name: "Delicate Diamond Ring", price: "$450.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ESdxs13TPrZMhkTBmCRRLe0Sbe/uploaded-1701389278783-d34a47t4.jpg", imageAlt: "Delicate Diamond Ring", priceButtonProps: { text: "Add to Cart" },
},
{
id: "acc-2", name: "Chic Leather Handbag", price: "$199.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ESdxs13TPrZMhkTBmCRRLe0Sbe/uploaded-1780260255415-nibb2r0y.jpg", imageAlt: "Chic Leather Handbag", priceButtonProps: {
text: "Add to Cart"},
id: "ring-2", name: "Minimalist Silver Band", price: "$120.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ESdxs13TPrZMhkTBmCRRLe0Sbe/uploaded-1701389278783-p9o7e1q8.jpg", imageAlt: "Minimalist Silver Band", priceButtonProps: { text: "Add to Cart" },
},
{
id: "acc-3", name: "Stylish Aviator Sunglasses", price: "$60.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ESdxs13TPrZMhkTBmCRRLe0Sbe/uploaded-1780260255415-nvvd5br8.jpg", imageAlt: "Stylish Aviator Sunglasses", priceButtonProps: {
text: "Add to Cart"},
id: "ring-3", name: "Vintage Emerald Ring", price: "$780.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ESdxs13TPrZMhkTBmCRRLe0Sbe/uploaded-1701389278783-j2k5m6n9.jpg", imageAlt: "Vintage Emerald Ring", priceButtonProps: { text: "Add to Cart" },
},
{
id: "ring-4", name: "Bold Statement Ring", price: "$220.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ESdxs13TPrZMhkTBmCRRLe0Sbe/uploaded-1701389278783-x7z3w8y2.jpg", imageAlt: "Bold Statement Ring", priceButtonProps: { text: "Add to Cart" },
},
]}
title="Our Accessories"
description="Complete your look with our exquisite range of accessories. From elegant jewelry to stylish bags, find the perfect complement to any outfit."
tag="New Accessories"
title="Our Exquisite Ring Collection"
description="Discover timeless beauty with our hand-picked selection of rings. Perfect for every occasion, crafted with precision and passion."
tag="Rings"
/>
</div>
@@ -196,7 +196,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Vogue Collective", "Haute Couture", "Trendsetters Inc.", "Fabric & Form", "Global Threads", "Style Innovators", "Design House Co."]}
"Vogue Collective", "Haute Couture", ""Trendsetters Inc.", "Fabric & Form", "Global Threads", "Style Innovators", "Design House Co."]}
title="Trusted by Leading Fashion Partners"
description="We collaborate with industry leaders and innovative brands to bring you the best in fashion and quality."
tag="Our Network"
@@ -316,4 +316,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}