diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d814b0d..efa26cd 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -131,7 +131,7 @@ export default function AboutPage() { "Compass has been maintaining our rental properties for three years. Their consistency and professionalism are unmatched. I recommend them to all my property manager friends.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-lawyer_23-2151152403.jpg", + "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-lawyer_23-2151152403.jpg?_wi=2", imageAlt: "Sarah Mitchell", }, { @@ -142,7 +142,7 @@ export default function AboutPage() { "From initial contact to final inspection, Compass demonstrates expertise and dedication. They genuinely care about their clients and it shows in their work.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", + "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=2", imageAlt: "James Richardson", }, { @@ -153,7 +153,7 @@ export default function AboutPage() { "I've worked with several property services companies, but Compass stands out. Their team is knowledgeable, courteous, and always goes the extra mile.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/female-employee-black-suit-smiling_114579-15858.jpg", + "http://img.b2bpic.net/free-photo/female-employee-black-suit-smiling_114579-15858.jpg?_wi=2", imageAlt: "Maria Gonzalez", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bcf832e..fe6a5a0 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/cheerful-young-business-people-have-talk-coffee-break-office_93675-134577.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cheerful-young-business-people-have-talk-coffee-break-office_93675-134577.jpg?_wi=2" imageAlt="Professional property services team" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cfa8173..fa3b70e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1426,6 +1426,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +