From ff5ad0f15da307fa0e79dbb0d9979d1ff75ca826 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:14:55 +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 f4627be..ea35879 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,11 +51,11 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Martinez", handle: "Homeowner, Orlando", testimonial: "Prompt service and staff members who are happy to help educate customers. Excellent work!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pilates-instructor-gym_1303-23267.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/pilates-instructor-gym_1303-23267.jpg?_wi=1" }, { name: "James Wilson", handle: "Property Manager", testimonial: "Great job totally satisfied with the quality of work and the price. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -78,7 +78,7 @@ export default function LandingPage() { { value: "4.7★", title: "Customer Rating from 12+ Reviews" }, { value: "24/7", title: "Emergency Response Available" } ]} - imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358986.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358986.jpg?_wi=1" imageAlt="Professional plumbing installation" mediaAnimation="slide-up" useInvertedBackground={true} @@ -110,7 +110,7 @@ export default function LandingPage() { title: "Water Heater Service", description: "Repair and installation of water heaters", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721546.jpg", imageAlt: "Water heater installation", buttonIcon: Zap }, { - title: "Bathroom & Kitchen Plumbing", description: "Complete plumbing installations and renovations", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358986.jpg", imageAlt: "Bathroom plumbing", buttonIcon: Home + title: "Bathroom & Kitchen Plumbing", description: "Complete plumbing installations and renovations", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358986.jpg?_wi=2", imageAlt: "Bathroom plumbing", buttonIcon: Home }, { title: "Commercial Plumbing", description: "Large-scale commercial plumbing solutions", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53973.jpg", imageAlt: "Commercial plumbing", buttonIcon: Building2 @@ -133,11 +133,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Martinez", role: "Homeowner", company: "Orlando, FL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pilates-instructor-gym_1303-23267.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/pilates-instructor-gym_1303-23267.jpg?_wi=2" }, { id: "2", name: "James Wilson", role: "Property Manager", company: "Downtown Orlando", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=2" }, { id: "3", name: "Michael Chen", role: "Business Owner", company: "Local Restaurant", rating: 5, -- 2.49.1