From 888049658ec4353c6594e6f6b405d6eae6699eb9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:47:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 500b77d..5b458fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,13 +52,13 @@ export default function LandingPage() { testimonials={[ { name: "John Smith", handle: "Homeowner, Rye", testimonial: "Responded very promptly and solved the problem efficiently. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1"}, { name: "Margaret Davies", handle: "Property Manager", testimonial: "Reliable and professional. Always on time and gets the job done right.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2"}, { name: "David Wilson", handle: "Business Owner", testimonial: "Excellent service. Fast response time and very helpful customer service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1"}, ]} buttons={[ { text: "Call Now", href: "tel:01797226684" }, @@ -82,10 +82,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg", imageAlt: "Plumbing repair work"}, { id: "2", title: "Central Heating Services", tags: ["Maintenance", "Installation"], - imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg", imageAlt: "Central heating system"}, + imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=1", imageAlt: "Central heating system"}, { id: "3", title: "Boiler Repairs & Installation", tags: ["Emergency Service", "Certified Engineers"], - imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg", imageAlt: "Boiler service and repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=2", imageAlt: "Boiler service and repair"}, { id: "4", title: "Shower & Tap Repairs", tags: ["Same Day Available", "Quality Parts"], imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg", imageAlt: "Shower and tap installation"}, @@ -156,13 +156,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Rye", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=3"}, { id: "2", name: "Michael Chen", role: "Property Manager", company: "East Sussex", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=4"}, { id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Rye Town Centre", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2"}, { id: "4", name: "David Kim", role: "Landlord", company: "Rye Properties", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"}, @@ -184,7 +184,7 @@ export default function LandingPage() { description="Fill out the form below or call us directly. We'll respond quickly with a free estimate and schedule your service." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/mechanical-tools-with-copy-space_23-2148557959.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mechanical-tools-with-copy-space_23-2148557959.jpg?_wi=1" imageAlt="Professional plumbing tools" mediaAnimation="slide-up" mediaPosition="right" @@ -196,7 +196,7 @@ export default function LandingPage() {