From a4340489a55cd82916d32d5ba354542d6e2c1c75 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 03:57:45 +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 229f3ee..8930e3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,11 +52,11 @@ export default function LandingPage() { testimonials={[ { name: "Michael Thompson", handle: "Homeowner, Springfield", testimonial: "Absolutely transformed our home! Professional and efficient.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-talking-phone_23-2150409994.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/person-talking-phone_23-2150409994.jpg?_wi=1" }, { name: "Sarah Martinez", handle: "Property Manager, Metro Area", testimonial: "Best contractors we've worked with. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg?_wi=1" } ]} buttons={[ @@ -118,7 +118,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576467.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576467.jpg?_wi=1" imageAlt="Professional handyman at work" bulletPoints={[ { @@ -164,7 +164,7 @@ export default function LandingPage() { id: "2", value: "98%", title: "Customer Satisfaction", description: "High satisfaction rate and repeat business clients", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-painting-wall_23-2148903531.jpg", imageAlt: "Professional drywall work" }, { - id: "3", value: "15+", title: "Years Experience", description: "Over a decade of proven expertise and excellence", imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576467.jpg", imageAlt: "Expert handyman services" + id: "3", value: "15+", title: "Years Experience", description: "Over a decade of proven expertise and excellence", imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576467.jpg?_wi=2", imageAlt: "Expert handyman services" } ]} /> @@ -182,10 +182,10 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "John Anderson", role: "Homeowner", company: "Maple Street, Springfield", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-talking-phone_23-2150409994.jpg" + id: "1", name: "John Anderson", role: "Homeowner", company: "Maple Street, Springfield", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-talking-phone_23-2150409994.jpg?_wi=2" }, { - id: "2", name: "Emily Rodriguez", role: "Property Manager", company: "Metro Residential Management", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg" + id: "2", name: "Emily Rodriguez", role: "Property Manager", company: "Metro Residential Management", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg?_wi=2" }, { id: "3", name: "David Chen", role: "Business Owner", company: "Downtown Commercial District", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg" -- 2.49.1