diff --git a/src/app/page.tsx b/src/app/page.tsx index 89ac033..6f6a702 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,11 +65,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-plastic-foil_23-2148864918.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-plastic-foil_23-2148864918.jpg?_wi=1", imageAlt: "Neon Saree Design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490489.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490489.jpg?_wi=1", imageAlt: "Gold Jewellery", }, { @@ -77,11 +77,11 @@ export default function LandingPage() { imageAlt: "Cyberpunk Jacket", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-plastic-foil_23-2148864918.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-plastic-foil_23-2148864918.jpg?_wi=2", imageAlt: "Neon Saree Design Alt", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490489.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490489.jpg?_wi=2", imageAlt: "Gold Jewellery Alt", }, ]}