From 75a4b21edfefa912eb29613e44e367ca9619f9d9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:02:26 +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 1c7b73c..73ecc29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,11 +57,11 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sporty-top-leggings-sitting-lotus-pose-meditating-yoga-mat-home-with-big-window_574295-602.jpg", imageAlt: "modern zonnestudio interior design"}, { - imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-exercise-using-sports-equipment-with-therapist_1157-38273.jpg", imageAlt: "modern tanning equipment technology"}, + imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-exercise-using-sports-equipment-with-therapist_1157-38273.jpg?_wi=1", imageAlt: "modern tanning equipment technology"}, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-eye-patches_23-2148709323.jpg", imageAlt: "satisfied customer glowing skin"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg", imageAlt: "modern luxury reception studio"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg?_wi=1", imageAlt: "modern luxury reception studio"}, ]} /> @@ -86,7 +86,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Hoogwaardige Zonnebanken", description: "Moderne apparatuur voor een perfect resultaat.", imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-exercise-using-sports-equipment-with-therapist_1157-38273.jpg"}, + title: "Hoogwaardige Zonnebanken", description: "Moderne apparatuur voor een perfect resultaat.", imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-exercise-using-sports-equipment-with-therapist_1157-38273.jpg?_wi=2"}, { title: "Huidverzorging", description: "Producten om uw huid gezond en stralend te houden.", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-blond-woman-with-yellow-flower_23-2148092939.jpg"}, { @@ -134,7 +134,7 @@ export default function LandingPage() { textarea={{ name: "message", placeholder: "Uw wensen of vragen", rows: 4, }} - imageSrc="http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1