From 6693406e9231218ceaae882710c966f00ebcbe5f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 31 May 2026 22:59:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, ]}