diff --git a/src/app/page.tsx b/src/app/page.tsx index 5797564..d108c2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,11 +62,11 @@ export default function LandingPage() { description="Experience the perfect harmony of comfort and performance with Plena & Fit's latest athletic collection." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/female-sitting-studio-near-gray-wall_158538-3601.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-sitting-studio-near-gray-wall_158538-3601.jpg?_wi=1", imageAlt: "Model in activewear", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sportswear-posing_23-2148759038.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sportswear-posing_23-2148759038.jpg?_wi=1", imageAlt: "Gym setup", }, { @@ -295,7 +295,7 @@ export default function LandingPage() { button: { text: "Go Pro", }, - imageSrc: "http://img.b2bpic.net/free-photo/female-sitting-studio-near-gray-wall_158538-3601.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-sitting-studio-near-gray-wall_158538-3601.jpg?_wi=2", imageAlt: "fitness apparel woman training gym equipment", }, { @@ -311,7 +311,7 @@ export default function LandingPage() { button: { text: "Join VIP", }, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sportswear-posing_23-2148759038.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sportswear-posing_23-2148759038.jpg?_wi=2", imageAlt: "fitness apparel woman training gym equipment", }, ]}