From 85e19557d9ad32939d5eafcfaa99d24ef1ce76b9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:06:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ae42e8..1b8b91e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,13 +53,13 @@ export default function LandingPage() { testimonials={[ { name: "James Mitchell", handle: "Homeowner", testimonial: "Responded to my emergency in 45 minutes. Professional and efficient!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1"}, { name: "Sarah Johnson", handle: "Property Manager", testimonial: "Reliable service for all our rental properties. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1"}, { name: "Robert Chen", handle: "Business Owner", testimonial: "Fixed our heating system quickly. Great attention to detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2"}, ]} buttons={[ { text: "Call Now", href: "contact" }, @@ -95,7 +95,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Heating System Installation & Repair", description: "Professional installation, maintenance, and repair of furnaces, boilers, heat pumps, and radiant heating systems. We ensure your home stays warm throughout winter.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Heating system installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=1", imageAlt: "Heating system installation"}, items: [ { icon: CheckCircle, text: "Furnace installation and repair" }, { icon: CheckCircle, text: "Boiler services and maintenance" }, @@ -117,7 +117,7 @@ export default function LandingPage() { }, { id: "3", title: "Maintenance & Preventive Care", description: "Regular maintenance extends the life of your systems and prevents costly emergency repairs. Our preventive care plans keep everything running smoothly.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "System maintenance and inspection"}, + imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=2", imageAlt: "System maintenance and inspection"}, items: [ { icon: CheckCircle, text: "Annual system inspections" }, { icon: CheckCircle, text: "Preventive maintenance plans" }, @@ -163,16 +163,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "James Mitchell", role: "Homeowner", company: "Residential", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3"}, { id: "2", name: "Sarah Johnson", role: "Property Manager", company: "Real Estate Management", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2"}, { id: "3", name: "Robert Chen", role: "Business Owner", company: "Commercial", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4"}, { id: "4", name: "Emily Rodriguez", role: "Homeowner", company: "Residential", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=3"}, ]} />