diff --git a/src/app/page.tsx b/src/app/page.tsx index 32c1c81..32abf5c 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" } ] }