diff --git a/src/app/page.tsx b/src/app/page.tsx index dfea4ba..f5418b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,11 +82,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg?_wi=1", imageAlt: "Serene spa treatment room", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-having-her-hair-washed-salon_657883-576.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-having-her-hair-washed-salon_657883-576.jpg?_wi=1", imageAlt: "Woman getting hair styled in salon", }, { @@ -187,7 +187,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg?_wi=2", imageAlt: "healthy glossy hair treatment", }, { @@ -212,7 +212,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/woman-having-her-hair-washed-salon_657883-576.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-having-her-hair-washed-salon_657883-576.jpg?_wi=2", imageAlt: "healthy glossy hair treatment", }, ]}