From 6363f04adbdcf82d6df9bea49ea3dccf641b6b90 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:11:57 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 044e60a..a6a7a02 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -41,7 +41,7 @@ export default function AboutPage() { description="Brighton Boiler Care Limited" subdescription="15+ years of professional service excellence" icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg?_wi=2" imageAlt="Professional Brighton Boiler Care team" mediaAnimation="slide-up" useInvertedBackground={false} @@ -52,11 +52,11 @@ export default function AboutPage() { Date: Tue, 3 Mar 2026 19:11:58 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e8d06fa..7a9bb73 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -52,11 +52,11 @@ export default function ContactPage() { Date: Tue, 3 Mar 2026 19:11:59 +0000 Subject: [PATCH 3/4] 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 0f65f91..8870416 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,11 +47,11 @@ export default function HomePage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Professional boiler technician at work"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=1", imageAlt: "Professional boiler technician at work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Central heating installation service"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=2", imageAlt: "Central heating installation service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23926.jpg", imageAlt: "Expert boiler inspection and maintenance"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23926.jpg?_wi=1", imageAlt: "Expert boiler inspection and maintenance"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -88,13 +88,13 @@ export default function HomePage() { features={[ { id: 1, - title: "Boiler Servicing & Maintenance", description: "Annual servicing to keep your boiler efficient, safe, and reliable throughout the year", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23926.jpg", imageAlt: "Boiler inspection and maintenance"}, + title: "Boiler Servicing & Maintenance", description: "Annual servicing to keep your boiler efficient, safe, and reliable throughout the year", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23926.jpg?_wi=2", imageAlt: "Boiler inspection and maintenance"}, { id: 2, - title: "Boiler Installation & Replacement", description: "Professional installation of new boilers with expert guidance on choosing the right system", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Boiler installation service"}, + title: "Boiler Installation & Replacement", description: "Professional installation of new boilers with expert guidance on choosing the right system", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=3", imageAlt: "Boiler installation service"}, { id: 3, - title: "Central Heating Installation", description: "Complete heating system design and installation tailored to your home's requirements", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Central heating installation"}, + title: "Central Heating Installation", description: "Complete heating system design and installation tailored to your home's requirements", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=4", imageAlt: "Central heating installation"}, { id: 4, title: "Radiator Installation & Repair", description: "Fix cold spots, replace damaged radiators, and optimize your heating distribution", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-using-rotary-switch_23-2149308989.jpg", imageAlt: "Radiator repair and installation"}, @@ -114,7 +114,7 @@ export default function HomePage() { description="Brighton Boiler Care Limited" subdescription="Your trusted heating specialists" icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg?_wi=1" imageAlt="Professional Brighton Boiler Care team" mediaAnimation="slide-up" useInvertedBackground={false} @@ -125,17 +125,17 @@ export default function HomePage() { Date: Tue, 3 Mar 2026 19:12:00 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 8704376..7645701 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -39,13 +39,13 @@ export default function ServicesPage() { features={[ { id: 1, - title: "Boiler Servicing & Maintenance", description: "Keep your boiler running smoothly with our annual servicing. We inspect, clean, and test your system to ensure optimal efficiency and safety. Regular maintenance helps prevent breakdowns and extends your boiler's lifespan.", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23926.jpg", imageAlt: "Boiler servicing and maintenance"}, + title: "Boiler Servicing & Maintenance", description: "Keep your boiler running smoothly with our annual servicing. We inspect, clean, and test your system to ensure optimal efficiency and safety. Regular maintenance helps prevent breakdowns and extends your boiler's lifespan.", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23926.jpg?_wi=3", imageAlt: "Boiler servicing and maintenance"}, { id: 2, - title: "Boiler Installation & Replacement", description: "Need a new boiler? Our experts guide you through choosing the right system for your home and budget. We handle the complete installation process professionally and efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Professional boiler installation"}, + title: "Boiler Installation & Replacement", description: "Need a new boiler? Our experts guide you through choosing the right system for your home and budget. We handle the complete installation process professionally and efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=5", imageAlt: "Professional boiler installation"}, { id: 3, - title: "Central Heating Installation", description: "Complete heating system design and installation tailored to your property. Whether you're upgrading your heating or installing a new system, we deliver quality and reliability.", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Central heating system installation"}, + title: "Central Heating Installation", description: "Complete heating system design and installation tailored to your property. Whether you're upgrading your heating or installing a new system, we deliver quality and reliability.", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=6", imageAlt: "Central heating system installation"}, ]} title="Our Complete Service Range" description="From routine maintenance to complex installations, we handle every aspect of your heating needs" -- 2.49.1