From 8248b2015d8f7c94da0fc06b529099665da902a5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:27:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e0ebd7..cd4c023 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,27 +65,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg?_wi=1", imageAlt: "Professional plumbing service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg?_wi=2", imageAlt: "Emergency repair services", }, { - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg?_wi=3", imageAlt: "Trusted plumbing experts", }, { - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg?_wi=4", imageAlt: "Residential plumbing fix", }, { - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg?_wi=5", imageAlt: "Professional tools in use", }, { - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg?_wi=6", imageAlt: "24/7 service on call", }, ]} @@ -101,19 +101,19 @@ export default function LandingPage() { { title: "24/7 Emergency Response", description: "No waiting for business hours when your home is flooding.", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg?_wi=7", imageAlt: "Emergency response icon", }, { title: "Holiday Coverage", description: "We are ready to fix critical issues, even on Christmas Day.", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg?_wi=8", imageAlt: "Holiday service icon", }, { title: "Reliable Arrival Times", description: "Know exactly when our licensed professional will arrive at your door.", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg?_wi=9", imageAlt: "Prompt service icon", }, ]} @@ -143,19 +143,19 @@ export default function LandingPage() { { title: "Zero Hidden Fees", description: "Transparent quotes from start to finish.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg?_wi=1", imageAlt: "Transparent pricing", }, { title: "Home Maintenance Education", description: "We show you how to maintain your systems to prevent future costs.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg?_wi=2", imageAlt: "Maintenance advice", }, { title: "No-Pressure Consultations", description: "Expert advice without the pushy sales tactics.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg?_wi=3", imageAlt: "No pressure service", }, ]} -- 2.49.1