From 62b33a9c86bf489c35931f16704db5392519deb8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:08:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a93d2f2..8c9ccda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,9 +52,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg", imageAlt: "Salon Interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Nail Services"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=1", imageAlt: "Nail Services"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-having-peeling-with-gloves-turkish-hamam_140725-1694.jpg", imageAlt: "Moroccan Bath"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-having-peeling-with-gloves-turkish-hamam_140725-1694.jpg?_wi=1", imageAlt: "Moroccan Bath"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -64,10 +64,10 @@ export default function LandingPage() {