From b53f469266248561e8114c75ccb9fc8dbe3fe7cf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 17:48:46 +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 85a3cbe..3f078b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Request a Free Quote", href: "#contact" } ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1" imageAlt="Professional emergency plumber at work" frameStyle="card" mediaAnimation="slide-up" @@ -72,19 +72,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Durban Central", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { id: "2", name: "Michael Chen", role: "Business Owner", company: "Phoenix Commercial", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Michael Chen" }, { id: "3", name: "Emily Rodriguez", role: "Property Manager", company: "Umhlanga Estates", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Emily Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, { id: "4", name: "David Kim", role: "Homeowner", company: "Chatsworth", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kim" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "David Kim" }, { id: "5", name: "Lisa Thompson", role: "Facilities Manager", company: "Westville Business Hub", rating: 5, @@ -92,7 +92,7 @@ export default function LandingPage() { }, { id: "6", name: "James Ntombela", role: "Homeowner", company: "Bluff Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Ntombela" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5", imageAlt: "James Ntombela" } ]} /> @@ -105,10 +105,10 @@ export default function LandingPage() { tag="Emergency Available" features={[ { - id: "emergency", title: "Emergency Plumbing", description: "24/7 rapid response to burst pipes, water leaks, and urgent plumbing emergencies. We prioritize your emergency needs.", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency burst pipe repair" + id: "emergency", title: "Emergency Plumbing", description: "24/7 rapid response to burst pipes, water leaks, and urgent plumbing emergencies. We prioritize your emergency needs.", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2", imageAlt: "Emergency burst pipe repair" }, { - id: "burst-pipes", title: "Burst Pipes", description: "Professional diagnosis and fast repair of burst pipes to prevent water damage to your property.", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Burst pipe repair work" + id: "burst-pipes", title: "Burst Pipes", description: "Professional diagnosis and fast repair of burst pipes to prevent water damage to your property.", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=3", imageAlt: "Burst pipe repair work" }, { id: "blocked-drains", title: "Blocked Drains", description: "Drain cleaning and unblocking services using professional equipment and proven techniques.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Drain cleaning service" @@ -184,7 +184,7 @@ export default function LandingPage() { buttonAnimation="slide-up" products={[ { - id: "cta-1", name: "24/7 Emergency Service", price: "Available Now", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency service ready" + id: "cta-1", name: "24/7 Emergency Service", price: "Available Now", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=4", imageAlt: "Emergency service ready" } ]} gridVariant="one-large-right-three-stacked-left" -- 2.49.1