diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fe7d4c9..cdf5b15 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -75,7 +75,7 @@ export default function AboutPage() { description="Founded in 2023" subdescription="Based in the heart of local business community" icon={Briefcase} - imageSrc="http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=3" imageAlt="Our team and mission" mediaAnimation="slide-up" useInvertedBackground={false} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 69be858..0147c5d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -87,7 +87,7 @@ export default function ContactPage() { description="Available Mon-Fri 9am-6pm Local Time" subdescription="Free consultation • No obligation • Personalized approach" icon={Phone} - imageSrc="http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=4" imageAlt="Contact our team" mediaAnimation="slide-up" useInvertedBackground={true} diff --git a/src/app/page.tsx b/src/app/page.tsx index b759635..de7a6de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function HomePage() { imageAlt: "Web design consultation for local businesses" }, { - imageSrc: "http://img.b2bpic.net/free-photo/cropped-back-view-photo-handsome-african-man-chatting_171337-17651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-back-view-photo-handsome-african-man-chatting_171337-17651.jpg?_wi=1", imageAlt: "Mobile optimized responsive website" } ]} @@ -101,8 +101,8 @@ export default function HomePage() {