From afac10c11f501bd297c8731cc745aa2439882653 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 18:20:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c177b5..ccef483 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { handle: "Construction Co", testimonial: "LUMVER transformed our lead intake. First to respond, first to close.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913919.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913919.jpg?_wi=1", imageAlt: "minimalist data flow line art dark", }, { @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "Luxury Yachting", testimonial: "Instant notifications meant we captured our biggest lead of the year.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/coronavirus-outbreak-update-phone-application_53876-167269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coronavirus-outbreak-update-phone-application_53876-167269.jpg?_wi=1", imageAlt: "minimalist phone notification UI", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "SaaS Enterprise", testimonial: "The speed of this system is unmatched. We saw a 300% increase in discovery bookings.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blue-technology-background_1017-3288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-technology-background_1017-3288.jpg?_wi=1", imageAlt: "glowing network node architecture", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "Legal Consulting", testimonial: "Clients are impressed by our responsiveness. It changes the entire tone of the first meeting.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913919.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913919.jpg?_wi=2", imageAlt: "minimalist data flow line art dark", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "Real Estate Group", testimonial: "LUMVER pays for itself within the first week of operation. Absolute necessity.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/coronavirus-outbreak-update-phone-application_53876-167269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coronavirus-outbreak-update-phone-application_53876-167269.jpg?_wi=2", imageAlt: "minimalist phone notification UI", }, ]} @@ -101,7 +101,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913919.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913919.jpg?_wi=3" mediaAnimation="blur-reveal" avatars={[ { @@ -182,7 +182,7 @@ export default function LandingPage() { tags: [ "Instant", ], - imageSrc: "http://img.b2bpic.net/free-photo/blue-technology-background_1017-3288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-technology-background_1017-3288.jpg?_wi=2", imageAlt: "glowing network node architecture", }, { @@ -191,7 +191,7 @@ export default function LandingPage() { tags: [ "API", ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913919.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913919.jpg?_wi=4", imageAlt: "minimalist data flow line art dark", }, { @@ -200,7 +200,7 @@ export default function LandingPage() { tags: [ "Automated", ], - imageSrc: "http://img.b2bpic.net/free-photo/coronavirus-outbreak-update-phone-application_53876-167269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coronavirus-outbreak-update-phone-application_53876-167269.jpg?_wi=3", imageAlt: "minimalist phone notification UI", }, ]} -- 2.49.1