From 4bbd36fd5e2779722b121d6314593df62b205c8f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 02:45:19 +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 9e7141f..38a5dfc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/luxury-holiday-home_23-2151918265.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxury-holiday-home_23-2151918265.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -129,21 +129,21 @@ export default function LandingPage() { name: "Jake R.", role: "Phoenix", testimonial: "Showed up on time, super professional, and we haven’t seen a single scorpion since.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg?_wi=1", }, { id: "2", name: "Sarah M.", role: "Scottsdale", testimonial: "Way more thorough than any company we’ve used before.", - imageSrc: "http://img.b2bpic.net/free-photo/casual-teenager-talking-phone_23-2148804684.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/casual-teenager-talking-phone_23-2148804684.jpg?_wi=1", }, { id: "3", name: "David K.", role: "Tempe", testimonial: "Professional, clean, and reliable. Finally, a service that respects my home.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-his-girlfriend_23-2148243181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-his-girlfriend_23-2148243181.jpg?_wi=1", }, { id: "4", @@ -184,7 +184,7 @@ export default function LandingPage() { description: "Keep your home arachnid-free year round.", bentoComponent: "reveal-icon", icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/luxury-holiday-home_23-2151918265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-holiday-home_23-2151918265.jpg?_wi=2", imageAlt: "minimalist roach icon design", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { description: "Stop infestations before they start.", bentoComponent: "reveal-icon", icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg?_wi=2", imageAlt: "minimalist roach icon design", }, { @@ -200,7 +200,7 @@ export default function LandingPage() { description: "Thorough elimination of common desert roaches.", bentoComponent: "reveal-icon", icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/casual-teenager-talking-phone_23-2148804684.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/casual-teenager-talking-phone_23-2148804684.jpg?_wi=2", imageAlt: "minimalist roach icon design", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { description: "Advanced barrier technology for your peace of mind.", bentoComponent: "reveal-icon", icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-his-girlfriend_23-2148243181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-his-girlfriend_23-2148243181.jpg?_wi=2", imageAlt: "minimalist roach icon design", }, ]} -- 2.49.1