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", }, { 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" 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"