From 4de864b192f2516eefb7359d896a192552ace7db Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 16:41:25 +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 1480bdc..aad0da4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,17 +54,17 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg", imageAlt: "Dashboard overview"}, + 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", imageAlt: "Dashboard insights"}, + 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", imageAlt: "Search results"}, + 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", imageAlt: "Export feature"}, + 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", imageAlt: "Credit tracking"}, + 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", imageAlt: "Lead list"}, + imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg?_wi=6", imageAlt: "Lead list"}, ]} /> @@ -132,7 +132,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", 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"}, + id: "1", 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?_wi=1"}, { id: "2", name: "Jane Smith", handle: "@jsmith", testimonial: "Finally, a tool that actually filters results correctly.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-indoors_23-2149915936.jpg"}, { @@ -140,7 +140,7 @@ export default function LandingPage() { { id: "4", name: "Alice White", handle: "@alice", testimonial: "Best lead discovery tool on the market right now.", imageSrc: "http://img.b2bpic.net/free-photo/profile-portrait-young-asian-businessman_1262-1572.jpg"}, { - id: "5", 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"}, + id: "5", 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?_wi=2"}, ]} title="What users say" description="Join hundreds of successful agencies using our tool to find leads." -- 2.49.1