From 792fff94f283e1117c513daa31a99d605d3554f1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:46:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e3ed72..8a13492 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,13 +57,13 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Homeowner", testimonial: "Outstanding service! Highly professional and responsive. Couldn't ask for better.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg?_wi=1"}, { name: "James Rodriguez", handle: "Business Owner", testimonial: "Reliable, affordable, and they showed up on time. Exactly what I needed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2887.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2887.jpg?_wi=1"}, { name: "Emma Thompson", handle: "Property Manager", testimonial: "Professional team with attention to detail. Will definitely call again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1"}, ]} testimonialRotationInterval={5000} background={{ variant: "sparkles-gradient" }} @@ -136,13 +136,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Residential Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg?_wi=2"}, { id: "2", name: "James Rodriguez", role: "Business Owner", company: "Commercial Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2887.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2887.jpg?_wi=2"}, { id: "3", name: "Emma Thompson", role: "Property Manager", company: "Portfolio Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2"}, { id: "4", name: "Michael Chen", role: "Corporate Director", company: "Enterprise Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg"}, -- 2.49.1