From 884b17feb06d600d4ae4d236b904e47983db75ed Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 31 May 2026 20:46:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a2cd55..56ad621 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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() { ); -} \ No newline at end of file +}