From a4355700446be072599f0c5fcc412704b6635cea Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 16:40:18 +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 32da923..722c3ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,27 +65,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg?_wi=1", imageAlt: "Dashboard overview", }, { - imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg?_wi=2", imageAlt: "Dashboard insights", }, { - imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg?_wi=3", imageAlt: "Search results", }, { - imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg?_wi=4", imageAlt: "Export feature", }, { - imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg?_wi=5", imageAlt: "Credit tracking", }, { - imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg?_wi=6", imageAlt: "Lead list", }, ]} @@ -190,7 +190,7 @@ export default function LandingPage() { name: "John Doe", handle: "@jdoe", testimonial: "Increased my lead conversion rate by 50% using this tool.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg?_wi=1", }, { id: "2", @@ -218,7 +218,7 @@ export default function LandingPage() { name: "David Miller", handle: "@dmiller", testimonial: "The credit system is transparent and saves us a ton of time.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg?_wi=2", }, ]} title="What users say" -- 2.49.1