diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4dc8408..342f3f9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -52,7 +52,7 @@ export default function AboutPage() { { value: "500+", title: "Team Members" } ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/workers-long-wooden-table_1262-810.jpg" + imageSrc="http://img.b2bpic.net/free-photo/workers-long-wooden-table_1262-810.jpg?_wi=2" imageAlt="BuildCorp Kenya leadership and team" mediaAnimation="slide-up" /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8d90429..043c28c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -62,7 +62,7 @@ export default function ContactPage() { tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg?_wi=2" imageAlt="BuildCorp Kenya support team" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/page.tsx b/src/app/page.tsx index efd148c..cac62e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function HomePage() { { value: "500+", title: "Team Members" } ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/workers-long-wooden-table_1262-810.jpg" + imageSrc="http://img.b2bpic.net/free-photo/workers-long-wooden-table_1262-810.jpg?_wi=1" imageAlt="BuildCorp Kenya office and team" mediaAnimation="slide-up" /> @@ -188,7 +188,7 @@ export default function HomePage() { tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg?_wi=1" imageAlt="BuildCorp Kenya support team" mediaAnimation="slide-up" mediaPosition="left"