diff --git a/src/app/page.tsx b/src/app/page.tsx index 47b348a..dfa836d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-female-wearing-beautiful-silver-necklace-with-diamond-pendant_181624-21106.jpg" + imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-female-wearing-beautiful-silver-necklace-with-diamond-pendant_181624-21106.jpg?_wi=1" imageAlt="Elegant diamond necklace" mediaAnimation="slide-up" avatars={[ @@ -164,7 +164,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-female-wearing-beautiful-silver-necklace-with-diamond-pendant_181624-21106.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-female-wearing-beautiful-silver-necklace-with-diamond-pendant_181624-21106.jpg?_wi=2", imageAlt: "jeweler working on ring hand tools", }, { @@ -196,7 +196,7 @@ export default function LandingPage() { title: "Personalized Experience", description: "From custom designs to expert consultations, we offer a tailored journey to find or create your perfect piece of jewelry.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-shine-diamonds-digital-art_23-2151695018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-shine-diamonds-digital-art_23-2151695018.jpg?_wi=1", imageAlt: "Couple choosing an engagement ring", }, items: [ @@ -213,7 +213,7 @@ export default function LandingPage() { text: "Cherished memories", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-displayed-white-coral-background_23-2150347050.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-displayed-white-coral-background_23-2150347050.jpg?_wi=1", imageAlt: "jeweler working on ring hand tools", }, ]} @@ -233,14 +233,14 @@ export default function LandingPage() { id: "1", name: "Diamond Solitaire Ring", price: "$2,500", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-shine-diamonds-digital-art_23-2151695018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-shine-diamonds-digital-art_23-2151695018.jpg?_wi=2", imageAlt: "Diamond engagement ring", }, { id: "2", name: "Gold Hoop Earrings", price: "$450", - imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-displayed-white-coral-background_23-2150347050.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-displayed-white-coral-background_23-2150347050.jpg?_wi=2", imageAlt: "Gold hoop earrings", }, {