diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 58493e9..1fa3406 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -88,7 +88,7 @@ export default function AboutPage() { tag="About Our Agency" tagIcon={CheckCircle} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/teamwork-meeting-with-business-people_23-2148825939.jpg" + imageSrc="http://img.b2bpic.net/free-photo/teamwork-meeting-with-business-people_23-2148825939.jpg?_wi=2" imageAlt="Our founding team" mediaPosition="left" mediaAnimation="slide-up" @@ -142,7 +142,7 @@ export default function AboutPage() { price: "10+ years", rating: 5, reviewCount: "Experience", - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg?_wi=3", imageAlt: "Emily Torres - Creative Director", }, { @@ -152,7 +152,7 @@ export default function AboutPage() { price: "8+ years", rating: 5, reviewCount: "Experience", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg?_wi=3", imageAlt: "James Chen - Lead Developer", }, { @@ -162,7 +162,7 @@ export default function AboutPage() { price: "7+ years", rating: 5, reviewCount: "Experience", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg?_wi=2", imageAlt: "Marcus Williams - SEO Specialist", }, ]} @@ -180,7 +180,7 @@ export default function AboutPage() { tagAnimation="slide-up" background={{ variant: "grid" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-men-browsing-laptops-office_23-2147807983.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-men-browsing-laptops-office_23-2147807983.jpg?_wi=2" imageAlt="Contact our team" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a39d1ce..19a0c0f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -90,7 +90,7 @@ export default function ContactPage() { variant: "grid", }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-men-browsing-laptops-office_23-2147807983.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-men-browsing-laptops-office_23-2147807983.jpg?_wi=3" imageAlt="modern office meeting room" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9c9fcf7..a1b6f23 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +