From 17e5d827be0f2a79121ab86555d2b72639145f3a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 03:26:41 +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 2aad18a..1f12340 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,9 +61,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-restroom-wall-hung-toilet-matte-black-fixtures_169016-68901.jpg", imageAlt: "Luxury bathroom renovation"}, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-restroom-wall-hung-toilet-matte-black-fixtures_169016-68901.jpg?_wi=1", imageAlt: "Luxury bathroom renovation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-working-logistic_23-2148886823.jpg", imageAlt: "Professional plumbing work"} + imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-working-logistic_23-2148886823.jpg?_wi=1", imageAlt: "Professional plumbing work"} ]} mediaAnimation="slide-up" rating={5} @@ -102,7 +102,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "General Repairs", description: "Leaking taps, burst pipes, and everyday plumbing faults handled quickly.", imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-kitchen-interior_169016-19739.jpg", imageAlt: "Repairs"}, + title: "General Repairs", description: "Leaking taps, burst pipes, and everyday plumbing faults handled quickly.", imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-kitchen-interior_169016-19739.jpg?_wi=1", imageAlt: "Repairs"}, { title: "Renovations", description: "Premium-fit service for bathrooms, kitchens, and laundry upgrades.", imageSrc: "http://img.b2bpic.net/free-photo/white-sink-faucet-water-decoration-bathroom_74190-6670.jpg", imageAlt: "Renovations"}, { @@ -138,11 +138,11 @@ export default function LandingPage() { { title: "01. Get in touch", description: "Call or send an enquiry with a quick outline of the issue.", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199303.jpg", imageAlt: "Interior design in neoclassical style with furnishings and decor"}, { - title: "02. Receive guidance", description: "Clear response, next steps, and a quote or site visit arranged.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-restroom-wall-hung-toilet-matte-black-fixtures_169016-68901.jpg", imageAlt: "Interior design in neoclassical style with furnishings and decor"}, + title: "02. Receive guidance", description: "Clear response, next steps, and a quote or site visit arranged.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-restroom-wall-hung-toilet-matte-black-fixtures_169016-68901.jpg?_wi=2", imageAlt: "Interior design in neoclassical style with furnishings and decor"}, { - title: "03. Work completed", description: "The job is carried out with tidy workmanship and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-working-logistic_23-2148886823.jpg", imageAlt: "Interior design in neoclassical style with furnishings and decor"}, + title: "03. Work completed", description: "The job is carried out with tidy workmanship and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-working-logistic_23-2148886823.jpg?_wi=2", imageAlt: "Interior design in neoclassical style with furnishings and decor"}, { - title: "04. Enjoy result", description: "Your plumbing works properly and feels handled by experts.", imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-kitchen-interior_169016-19739.jpg", imageAlt: "Interior design in neoclassical style with furnishings and decor"}, + title: "04. Enjoy result", description: "Your plumbing works properly and feels handled by experts.", imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-kitchen-interior_169016-19739.jpg?_wi=2", imageAlt: "Interior design in neoclassical style with furnishings and decor"}, ]} title="Simple 4-step process." description="We ensure a smooth customer journey from the first initial call to the final project handover." -- 2.49.1