From f46d75b0a0b6bb364ad34f41fb234549446feef6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 03:46:18 +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 5496471..7095b8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,10 +55,10 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "plain" }} carouselItems={[ - { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg", imageAlt: "Professional pipe repair" }, + { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg?_wi=1", imageAlt: "Professional pipe repair" }, { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/sink_74190-1965.jpg", imageAlt: "Fixture installation" }, - { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/building-construction-work-site_23-2149184910.jpg", imageAlt: "Commercial plumbing" }, - { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721577.jpg", imageAlt: "Emergency service" }, + { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/building-construction-work-site_23-2149184910.jpg?_wi=1", imageAlt: "Commercial plumbing" }, + { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721577.jpg?_wi=1", imageAlt: "Emergency service" }, { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg", imageAlt: "Gas plumbing work" }, { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-waitress-cafe_637285-8070.jpg", imageAlt: "Satisfied customer" } ]} @@ -137,9 +137,9 @@ export default function LandingPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" products={[ - { id: "1", name: "Residential Plumbing", price: "Starting at $150", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg", imageAlt: "Residential plumbing repair" }, - { id: "2", name: "Commercial Plumbing", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/building-construction-work-site_23-2149184910.jpg", imageAlt: "Commercial plumbing systems" }, - { id: "3", name: "24/7 Emergency Service", price: "Rapid Response", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721577.jpg", imageAlt: "Emergency plumbing available" } + { id: "1", name: "Residential Plumbing", price: "Starting at $150", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg?_wi=2", imageAlt: "Residential plumbing repair" }, + { id: "2", name: "Commercial Plumbing", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/building-construction-work-site_23-2149184910.jpg?_wi=2", imageAlt: "Commercial plumbing systems" }, + { id: "3", name: "24/7 Emergency Service", price: "Rapid Response", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721577.jpg?_wi=2", imageAlt: "Emergency plumbing available" } ]} /> -- 2.49.1