From 1eeb55548638a417d74b6454a6eed0230c6d179d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:49:53 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d534bf3..42ca90d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -146,7 +146,7 @@ export default function AboutPage() { "Professional, reliable, and honest. Exactly what you want from a service provider.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg", + "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=2", imageAlt: "Customer satisfaction", }, { -- 2.49.1 From e5af52179ffa778324d998f5b178c63b10c4a2cf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:49:53 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7c79be1..3768fb8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -81,7 +81,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-952.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-952.jpg?_wi=2" imageAlt="Contact Elair for air conditioning service" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1 From 2dcfcfb3d83eec4a00f081321ffa845333040757 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:49:54 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c2881a..2b72def 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -236,7 +236,7 @@ export default function HomePage() { "Professional, reliable, and honest. Exactly what you want from a service provider.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg", + "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=1", imageAlt: "Customer satisfaction", }, { @@ -330,7 +330,7 @@ export default function HomePage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-952.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-952.jpg?_wi=1" imageAlt="Contact Elair for air conditioning service" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1