From 473ab10df5b85af42f0fd73f00f11acff28ae1a3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 08:15:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5433799..09d6f9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,17 +81,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg?_wi=1", imageAlt: "elegant couple fine dining city lights", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-kissing-woman-head_23-2147978608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-kissing-woman-head_23-2147978608.jpg?_wi=1", imageAlt: "happy couple walking park autumn", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-young-businessman-running-street-while-being-late-work_637285-3086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-young-businessman-running-street-while-being-late-work_637285-3086.jpg?_wi=1", imageAlt: "professional woman confident smile", }, { @@ -158,7 +158,7 @@ export default function LandingPage() { imageAlt: "notebook with detailed notes planning", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg?_wi=2", imageAlt: "woman talking therapist office", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { imageAlt: "matchmaker presenting profiles client", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/young-man-kissing-woman-head_23-2147978608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-kissing-woman-head_23-2147978608.jpg?_wi=2", imageAlt: "woman talking therapist office", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { imageAlt: "couple holding hands happily in distance", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-young-businessman-running-street-while-being-late-work_637285-3086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-young-businessman-running-street-while-being-late-work_637285-3086.jpg?_wi=2", imageAlt: "woman talking therapist office", }, ]}