From 5011fe468a662da94d199e84d0e1e6eb4bff0a71 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:12:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 349d3e7..0562962 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,10 +103,10 @@ export default function LandingPage() { title: "Boiler Installation", description: "New system installation with expert guidance on energy-efficient heating solutions.", imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880957.jpg", imageAlt: "Boiler installation", button: { text: "Learn More", href: "#contact" } }, { - title: "General Plumbing", description: "Routine maintenance, tap repairs, drain cleaning, and general plumbing work done right.", imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg", imageAlt: "General plumbing service", button: { text: "Learn More", href: "#contact" } + title: "General Plumbing", description: "Routine maintenance, tap repairs, drain cleaning, and general plumbing work done right.", imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg?_wi=1", imageAlt: "General plumbing service", button: { text: "Learn More", href: "#contact" } }, { - title: "Heating System Repairs", description: "Reliable heating repairs to keep your home warm and comfortable year-round.", imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg", imageAlt: "Heating system repair", button: { text: "Learn More", href: "#contact" } + title: "Heating System Repairs", description: "Reliable heating repairs to keep your home warm and comfortable year-round.", imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg?_wi=2", imageAlt: "Heating system repair", button: { text: "Learn More", href: "#contact" } } ]} /> @@ -141,7 +141,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Bridgend", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1" }, { id: "2", name: "Mark Davies", role: "Landlord", company: "Local Property Manager", rating: 5, @@ -149,7 +149,7 @@ export default function LandingPage() { }, { id: "3", name: "Emma Smith", role: "Homeowner", company: "Bridgend", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2" }, { id: "4", name: "David Williams", role: "Family Home", company: "Bridgend", rating: 5, @@ -157,7 +157,7 @@ export default function LandingPage() { }, { id: "5", name: "Catherine Brown", role: "Senior Homeowner", company: "Bridgend", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3" }, { id: "6", name: "James Morgan", role: "Landlord", company: "Property Owner", rating: 5, -- 2.49.1