From 1e1fe68c811250f0c214a3ed85875f7b6a0f3ae6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 08:50:29 +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 b5cb9e8..a747d9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,22 +68,22 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/employee-examining-company-performance_482257-121856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/employee-examining-company-performance_482257-121856.jpg?_wi=1", imageAlt: "Dashboard interface", }, { id: "c2", - imageSrc: "http://img.b2bpic.net/free-photo/hand-mechanic-holding-tools_1170-1411.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-mechanic-holding-tools_1170-1411.jpg?_wi=1", imageAlt: "Professional tools", }, { id: "c3", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tablet_23-2148994134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tablet_23-2148994134.jpg?_wi=1", imageAlt: "AI Network", }, { id: "c4", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-smartphone-with-home-automation-app_23-2149036837.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-smartphone-with-home-automation-app_23-2149036837.jpg?_wi=1", imageAlt: "Mobile Booking", }, { @@ -264,7 +264,7 @@ export default function LandingPage() { quote: "I booked an electrician in seconds. Highly recommended.", name: "Mark S.", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/employee-examining-company-performance_482257-121856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/employee-examining-company-performance_482257-121856.jpg?_wi=2", imageAlt: "abstract tech background gradient", }, { @@ -273,7 +273,7 @@ export default function LandingPage() { quote: "The professionals are always on time and professional.", name: "Lisa K.", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/hand-mechanic-holding-tools_1170-1411.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-mechanic-holding-tools_1170-1411.jpg?_wi=2", imageAlt: "abstract tech background gradient", }, { @@ -282,7 +282,7 @@ export default function LandingPage() { quote: "No hidden fees, exactly what I expected.", name: "Peter B.", role: "Real Estate Investor", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tablet_23-2148994134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tablet_23-2148994134.jpg?_wi=2", imageAlt: "abstract tech background gradient", }, { @@ -291,7 +291,7 @@ export default function LandingPage() { quote: "Finally, a platform that actually works for me.", name: "Sarah W.", role: "Interior Designer", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-smartphone-with-home-automation-app_23-2149036837.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-smartphone-with-home-automation-app_23-2149036837.jpg?_wi=2", imageAlt: "abstract tech background gradient", }, ]} -- 2.49.1