From ac948c1990079aa2b6facadb65b1ab973e5c34de Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 08:05:10 +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 44a4390..8357cd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,15 +60,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "@sarah_m", testimonial: "Cleaning Pro transformed my office. The team is professional, thorough, and reliable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-white_1368-6366.jpg", imageAlt: "professional woman portrait smiling" + imageSrc: "http://img.b2bpic.net/free-photo/happy-man-white_1368-6366.jpg?_wi=1", imageAlt: "professional woman portrait smiling" }, { name: "John Davis", handle: "@john_d", testimonial: "Best cleaning service in town. They handle everything perfectly and on time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", imageAlt: "professional man portrait smiling" + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg?_wi=1", imageAlt: "professional man portrait smiling" }, { name: "Emily Rodriguez", handle: "@emily_r", testimonial: "I trust Cleaning Pro with my home. Quality results, friendly staff, fair pricing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-smiling-sincerely-young-natural-looking-lady-student-age-wearing-blue-cotton-shirt_285396-4376.jpg", imageAlt: "happy woman customer portrait smiling" + imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-smiling-sincerely-young-natural-looking-lady-student-age-wearing-blue-cotton-shirt_285396-4376.jpg?_wi=1", imageAlt: "happy woman customer portrait smiling" } ]} testimonialRotationInterval={5000} @@ -180,13 +180,13 @@ export default function LandingPage() { animationType="blur-reveal" testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Office Manager", testimonial: "Cleaning Pro transformed our office environment. The team is professional, punctual, and thorough. Our clients notice the difference immediately.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-white_1368-6366.jpg", imageAlt: "professional woman portrait smiling" + id: "1", name: "Sarah Mitchell", role: "Office Manager", testimonial: "Cleaning Pro transformed our office environment. The team is professional, punctual, and thorough. Our clients notice the difference immediately.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-white_1368-6366.jpg?_wi=2", imageAlt: "professional woman portrait smiling" }, { - id: "2", name: "Michael Chen", role: "Homeowner", testimonial: "I've used many cleaning services, but Cleaning Pro is by far the best. The attention to detail is remarkable, and they respect our home.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", imageAlt: "professional man portrait smiling" + id: "2", name: "Michael Chen", role: "Homeowner", testimonial: "I've used many cleaning services, but Cleaning Pro is by far the best. The attention to detail is remarkable, and they respect our home.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg?_wi=2", imageAlt: "professional man portrait smiling" }, { - id: "3", name: "Jessica Brown", role: "Restaurant Owner", testimonial: "For commercial cleaning, you need reliable professionals. Cleaning Pro Services delivers every single time. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-smiling-sincerely-young-natural-looking-lady-student-age-wearing-blue-cotton-shirt_285396-4376.jpg", imageAlt: "happy woman customer portrait smiling" + id: "3", name: "Jessica Brown", role: "Restaurant Owner", testimonial: "For commercial cleaning, you need reliable professionals. Cleaning Pro Services delivers every single time. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-smiling-sincerely-young-natural-looking-lady-student-age-wearing-blue-cotton-shirt_285396-4376.jpg?_wi=2", imageAlt: "happy woman customer portrait smiling" }, { id: "4", name: "David Kim", role: "Building Manager", testimonial: "Managing multiple properties became much easier with Cleaning Pro. Their consistency and reliability are unmatched in our market.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3236.jpg", imageAlt: "happy man customer portrait smiling" -- 2.49.1