From 337bfa62563607d6892e5ea7670061315d7ef80c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 13:40:36 +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 a1d1a75..403bdfc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,22 +65,22 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-white-screen-white-background_9975-133657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-white-screen-white-background_9975-133657.jpg?_wi=1", imageAlt: "Mobile UI 1", }, { id: "c2", - imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913297.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913297.jpg?_wi=1", imageAlt: "Mobile UI 2", }, { id: "c3", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app-concept_23-2149880608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app-concept_23-2149880608.jpg?_wi=1", imageAlt: "Mobile UI 3", }, { id: "c4", - imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg?_wi=1", imageAlt: "Mobile UI 4", }, { @@ -250,7 +250,7 @@ export default function LandingPage() { quote: "Reward after 10 months.", name: "Founding", role: "Partner", - imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-white-screen-white-background_9975-133657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-white-screen-white-background_9975-133657.jpg?_wi=2", imageAlt: "Modern Smartphone with Blank Screen on White Background", }, { @@ -259,7 +259,7 @@ export default function LandingPage() { quote: "VIP support forever.", name: "Founding", role: "Partner", - imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913297.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913297.jpg?_wi=2", imageAlt: "Modern Smartphone with Blank Screen on White Background", }, { @@ -268,7 +268,7 @@ export default function LandingPage() { quote: "The system evolves with you.", name: "Founding", role: "Partner", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app-concept_23-2149880608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app-concept_23-2149880608.jpg?_wi=2", imageAlt: "Modern Smartphone with Blank Screen on White Background", }, { @@ -277,7 +277,7 @@ export default function LandingPage() { quote: "Never pay more for setup.", name: "Founding", role: "Partner", - imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg?_wi=2", imageAlt: "Modern Smartphone with Blank Screen on White Background", }, ]} -- 2.49.1