From e5b2508e5e6b9958a75503a164b9368a9f9ac564 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:10:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae50297..349d3e7 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?_wi=1", 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", 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?_wi=2", 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", imageAlt: "Heating system repair", button: { text: "Learn More", href: "#contact" } } ]} /> @@ -125,6 +125,7 @@ export default function LandingPage() { imageAlt="RH Plumbing branded van" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -140,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?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" }, { id: "2", name: "Mark Davies", role: "Landlord", company: "Local Property Manager", rating: 5, @@ -148,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?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" }, { id: "4", name: "David Williams", role: "Family Home", company: "Bridgend", rating: 5, @@ -156,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?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" }, { id: "6", name: "James Morgan", role: "Landlord", company: "Property Owner", rating: 5, -- 2.49.1