From 5aabe07b4a0e9aa56712988b3a066a176f5655a9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:24: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 7f7288f..0c50804 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,10 +102,10 @@ export default function LandingPage() { title: "Exceptional Sparkle", description: "Our moissanite stones deliver superior brilliance and fire, perfect for making a statement in streetwear culture.", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/macro-photograph-set-diamond_91008-522.jpg", imageAlt: "Moissanite sparkle detail" + imageSrc: "http://img.b2bpic.net/free-photo/macro-photograph-set-diamond_91008-522.jpg?_wi=1", imageAlt: "Moissanite sparkle detail" }, { - imageSrc: "http://img.b2bpic.net/free-photo/macro-photograph-set-diamond_91008-522.jpg", imageAlt: "Diamond shine comparison" + imageSrc: "http://img.b2bpic.net/free-photo/macro-photograph-set-diamond_91008-522.jpg?_wi=2", imageAlt: "Diamond shine comparison" } ] }, @@ -113,10 +113,10 @@ export default function LandingPage() { title: "Artisan Craftsmanship", description: "Each piece is meticulously crafted by our expert jewelers using premium materials and precise techniques.", icon: Award, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/jeweler-working-his-workshop-cutting-gold-ring-with-saw_181624-55539.jpg", imageAlt: "Jewelry craftsmanship" + imageSrc: "http://img.b2bpic.net/free-photo/jeweler-working-his-workshop-cutting-gold-ring-with-saw_181624-55539.jpg?_wi=1", imageAlt: "Jewelry craftsmanship" }, { - imageSrc: "http://img.b2bpic.net/free-photo/jeweler-working-his-workshop-cutting-gold-ring-with-saw_181624-55539.jpg", imageAlt: "Artisan jeweler at work" + imageSrc: "http://img.b2bpic.net/free-photo/jeweler-working-his-workshop-cutting-gold-ring-with-saw_181624-55539.jpg?_wi=2", imageAlt: "Artisan jeweler at work" } ] } -- 2.49.1