From a7684a3b2308211372831ea5050c1132cc4460f5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 19:55:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2aa6487..b82364f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,10 +71,10 @@ export default function LandingPage() { id: "1", name: "Eternal Diamond Solitaire Ring", price: "$8,500", variant: "18K White Gold", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfxZK4lAOn8BYIyA6deqAmAdFR/uploaded-1772999295113-ppb5pxhs.png", imageAlt: "Luxury diamond engagement ring" }, { - id: "2", name: "Serene Gold Pendant Necklace", price: "$4,200", variant: "22K Yellow Gold", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfxZK4lAOn8BYIyA6deqAmAdFR/uploaded-1772999295114-iers8lde.png", imageAlt: "Fine jewelry gold pendant" + id: "2", name: "Serene Gold Pendant Necklace", price: "$4,200", variant: "22K Yellow Gold", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfxZK4lAOn8BYIyA6deqAmAdFR/uploaded-1772999295114-iers8lde.png?_wi=1", imageAlt: "Fine jewelry gold pendant" }, { - id: "3", name: "Luminous Diamond Stud Earrings", price: "$6,800", variant: "Platinum Setting", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfxZK4lAOn8BYIyA6deqAmAdFR/uploaded-1772999295114-55nm6w97.png", imageAlt: "Premium diamond earrings" + id: "3", name: "Luminous Diamond Stud Earrings", price: "$6,800", variant: "Platinum Setting", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfxZK4lAOn8BYIyA6deqAmAdFR/uploaded-1772999295114-55nm6w97.png?_wi=1", imageAlt: "Premium diamond earrings" }, ]} gridVariant="three-columns-all-equal-width" @@ -110,10 +110,10 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "25+", title: "Years of Excellence", description: "Crafting jewelry with precision and passion", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfxZK4lAOn8BYIyA6deqAmAdFR/uploaded-1772999295114-iers8lde.png", imageAlt: "Jewelry craftsmanship heritage" + id: "1", value: "25+", title: "Years of Excellence", description: "Crafting jewelry with precision and passion", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfxZK4lAOn8BYIyA6deqAmAdFR/uploaded-1772999295114-iers8lde.png?_wi=2", imageAlt: "Jewelry craftsmanship heritage" }, { - id: "2", value: "5,000+", title: "Satisfied Customers", description: "Trusted by collectors worldwide", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfxZK4lAOn8BYIyA6deqAmAdFR/uploaded-1772999295114-55nm6w97.png", imageAlt: "Customer satisfaction" + id: "2", value: "5,000+", title: "Satisfied Customers", description: "Trusted by collectors worldwide", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfxZK4lAOn8BYIyA6deqAmAdFR/uploaded-1772999295114-55nm6w97.png?_wi=2", imageAlt: "Customer satisfaction" }, ]} /> -- 2.49.1