From 0c89816fa7d90dd956af381f1a73e382c8393465 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:11:02 +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 0076b2e..463e425 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,23 +72,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg?_wi=1", imageAlt: "Professional plumbing in Staten Island", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg?_wi=2", imageAlt: "Expert plumbing services", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg?_wi=3", imageAlt: "24/7 emergency repair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg?_wi=4", imageAlt: "Fast response plumbing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg?_wi=5", imageAlt: "Reliable home plumbing", }, ]} @@ -103,13 +103,13 @@ export default function LandingPage() { { title: "Leak Repairs", description: "Quick detection and repair to prevent costly damage.", - imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-498.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-498.jpg?_wi=1", buttonIcon: "Zap", }, { title: "Drain Cleaning", description: "Professional clearing for smooth flowing pipes.", - imageSrc: "http://img.b2bpic.net/free-vector/creative-plumber-25-flat-icon-pack-such-as-disposal-industrial-water-drain-screwdriver_1142-26830.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/creative-plumber-25-flat-icon-pack-such-as-disposal-industrial-water-drain-screwdriver_1142-26830.jpg?_wi=1", buttonIcon: "Zap", }, { @@ -121,13 +121,13 @@ export default function LandingPage() { { title: "Emergency Service", description: "24/7 rapid response for your urgent plumbing emergencies.", - imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-498.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-498.jpg?_wi=2", buttonIcon: "Zap", }, { title: "Pipe Inspection", description: "Modern camera technology to identify hidden blockages.", - imageSrc: "http://img.b2bpic.net/free-vector/creative-plumber-25-flat-icon-pack-such-as-disposal-industrial-water-drain-screwdriver_1142-26830.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/creative-plumber-25-flat-icon-pack-such-as-disposal-industrial-water-drain-screwdriver_1142-26830.jpg?_wi=2", buttonIcon: "Zap", }, ]} -- 2.49.1