From 29adea773ea0ee67c94ec521cecd4d74be4ad03d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:11:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f1f42c..b60d440 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,23 +74,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg?_wi=1", imageAlt: "Electrician at work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg?_wi=1", imageAlt: "Plumbing repair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg?_wi=2", imageAlt: "Wiring tools", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg?_wi=2", imageAlt: "Plumbing fittings", }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg?_wi=3", imageAlt: "Professional maintenance", }, ]} @@ -110,42 +110,42 @@ export default function LandingPage() { id: 1, title: "Electrical Wiring", description: "New wiring, rewiring, switchboard upgrades, and installations safely to code.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg?_wi=4", imageAlt: "Wiring", }, { id: 2, title: "Lighting & Fixtures", description: "LED upgrades, ceiling fan installation, and security lights fitted cleanly.", - imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg?_wi=3", imageAlt: "Lighting", }, { id: 3, title: "Repairs & Faults", description: "Tripping circuits, dead sockets, and short circuits fixed fast.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg?_wi=5", imageAlt: "Repair", }, { id: 4, title: "Pipe & Drain Work", description: "Pipe fitting, leaks, blocked drains, and drainage overhauls.", - imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg?_wi=4", imageAlt: "Plumbing", }, { id: 5, title: "Bathroom & Kitchen", description: "Tap installation, mixer units, cistern repair, and shower fitouts.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg?_wi=6", imageAlt: "Bathroom", }, { id: 6, title: "New Construction", description: "Full setup for new builds and renovations with seamless coordination.", - imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg?_wi=5", imageAlt: "New Build", }, ]} @@ -167,7 +167,7 @@ export default function LandingPage() { quote: "Excellent work, amazing person, cost also reasonable.", tag: "Electrician", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mechanic-supplies-composition_23-2149511911.jpg?_wi=7", imageAlt: "electrician working with tools", }, { @@ -178,7 +178,7 @@ export default function LandingPage() { quote: "Immediate response, came quickly, fixed the issue. Highly recommended.", tag: "Plumbing", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-holding-clean-folded-clothes-home_1262-18067.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576414.jpg?_wi=6", imageAlt: "modern home electrical panel", }, { -- 2.49.1