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() {