From 7cbc92fe63b03ae220240f273213b74e9b7be6cc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:35:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d8cd78a..711bd23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,13 +52,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721551.jpg", imageAlt: "Modern luxury bathroom plumbing installation" + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721551.jpg?_wi=1", imageAlt: "Modern luxury bathroom plumbing installation" }, { imageSrc: "http://img.b2bpic.net/free-photo/person-washing-carrots-kitchen_23-2150316428.jpg", imageAlt: "Premium kitchen sink and plumbing repair" }, { - imageSrc: "http://img.b2bpic.net/free-photo/brutal-barista-black-sweatshot-thick-wooden-table-fills-small-tranparent-glass-with-water-silver-metal-tap-cafe-shop_346278-481.jpg", imageAlt: "Crystal clear water flow from professional plumbing" + imageSrc: "http://img.b2bpic.net/free-photo/brutal-barista-black-sweatshot-thick-wooden-table-fills-small-tranparent-glass-with-water-silver-metal-tap-cafe-shop_346278-481.jpg?_wi=1", imageAlt: "Crystal clear water flow from professional plumbing" } ]} autoplayDelay={4000} @@ -110,7 +110,7 @@ export default function LandingPage() { }, { title: "Toilet & Bathroom Plumbing", description: "Expert repairs and installations for your bathroom fixtures, ensuring reliable performance and modern aesthetics.", buttonIcon: CheckCircle, - buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721551.jpg", imageAlt: "professional bathroom plumbing installation" + buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721551.jpg?_wi=2", imageAlt: "professional bathroom plumbing installation" }, { title: "Valve & Fixture Repair", description: "Professional valve maintenance and fixture installation to keep your plumbing system running smoothly.", buttonIcon: Shield, @@ -126,7 +126,7 @@ export default function LandingPage() { }, { title: "Water System Installation", description: "New plumbing systems designed, installed, and tested to the highest professional standards.", buttonIcon: CheckCircle, - buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/brutal-barista-black-sweatshot-thick-wooden-table-fills-small-tranparent-glass-with-water-silver-metal-tap-cafe-shop_346278-481.jpg", imageAlt: "professional water system installation" + buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/brutal-barista-black-sweatshot-thick-wooden-table-fills-small-tranparent-glass-with-water-silver-metal-tap-cafe-shop_346278-481.jpg?_wi=2", imageAlt: "professional water system installation" } ]} ariaLabel="Core plumbing services offered by 1st Class Plumbing" -- 2.49.1