From 75fcae9ba6b2c53cc4e4e2143d5619927d271ba7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:20:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff990f9..a37b0d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,15 +47,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Johnson", handle: "Local Customer", testimonial: "Pays attention to detail and gets the job done right every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "customer testimonial satisfied client portrait professional" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "customer testimonial satisfied client portrait professional" }, { name: "Michael Chen", handle: "Regular Client", testimonial: "Great job for a reasonable price. You won't find better service in White Hall.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "customer testimonial satisfied client portrait professional" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "customer testimonial satisfied client portrait professional" }, { name: "Emily Rodriguez", handle: "Wrecker Service User", testimonial: "Provides wrecker service and prices won't break the bank.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "customer testimonial satisfied client portrait professional" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "customer testimonial satisfied client portrait professional" } ]} buttons={[ @@ -73,10 +73,10 @@ export default function LandingPage() { cardTag="Local Trust & Integrity" cardTagIcon={Award} testimonials={[ - { id: "1", name: "David Martinez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "customer testimonial satisfied client portrait professional" }, - { id: "2", name: "Jennifer Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "customer testimonial satisfied client portrait professional" }, - { id: "3", name: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "customer testimonial satisfied client portrait professional" }, - { id: "4", name: "Patricia Anderson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "customer testimonial satisfied client portrait professional" } + { id: "1", name: "David Martinez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "customer testimonial satisfied client portrait professional" }, + { id: "2", name: "Jennifer Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5", imageAlt: "customer testimonial satisfied client portrait professional" }, + { id: "3", name: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6", imageAlt: "customer testimonial satisfied client portrait professional" }, + { id: "4", name: "Patricia Anderson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=7", imageAlt: "customer testimonial satisfied client portrait professional" } ]} cardAnimation="slide-up" useInvertedBackground={false}