diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f42aa4a..df9a360 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -87,7 +87,7 @@ export default function AboutPage() { icon: Star, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/white-house-near-body-water_198169-5.jpg" + imageSrc="http://img.b2bpic.net/free-photo/white-house-near-body-water_198169-5.jpg?_wi=4" imageAlt="About our agency" imagePosition="right" textboxLayout="default" @@ -150,7 +150,7 @@ export default function AboutPage() { name: "Jennifer Martinez", role: "Homeowner", testimonial: "Prestige Realty made the entire home buying process seamless and enjoyable. Their attention to detail and market expertise helped us find the perfect property.", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg?_wi=2", imageAlt: "Jennifer Martinez", }, { @@ -158,7 +158,7 @@ export default function AboutPage() { name: "Robert Thompson", role: "Investor", testimonial: "Outstanding service and incredible ROI on my investment properties. The team's knowledge of market trends is unmatched.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg?_wi=2", imageAlt: "Robert Thompson", }, { @@ -166,7 +166,7 @@ export default function AboutPage() { name: "Lisa Anderson", role: "Property Owner", testimonial: "Their property management services have been exceptional. Reliable, professional, and always responsive to our needs.", - imageSrc: "http://img.b2bpic.net/free-photo/loving-man-presenting-gift_23-2147736649.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/loving-man-presenting-gift_23-2147736649.jpg?_wi=2", imageAlt: "Lisa Anderson", }, { @@ -174,7 +174,7 @@ export default function AboutPage() { name: "James Patterson", role: "First-time Buyer", testimonial: "Navigating the real estate market as a first-time buyer was intimidating, but Prestige Realty guided me through every step with patience and expertise.", - imageSrc: "http://img.b2bpic.net/free-photo/energized-good-looking-assured-successful-man-with-beard-blue-eyes-stylish-formal-suit-showing-thumbs-up-being-assured-plan-work-great-standing-self-assured-against-gray-wall_176420-22712.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/energized-good-looking-assured-successful-man-with-beard-blue-eyes-stylish-formal-suit-showing-thumbs-up-being-assured-plan-work-great-standing-self-assured-against-gray-wall_176420-22712.jpg?_wi=2", imageAlt: "James Patterson", }, { @@ -182,7 +182,7 @@ export default function AboutPage() { name: "Michelle Davis", role: "Commercial Client", testimonial: "We've partnered with Prestige Realty for multiple commercial transactions. Their professionalism and results speak volumes.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg?_wi=2", imageAlt: "Michelle Davis", }, { @@ -190,7 +190,7 @@ export default function AboutPage() { name: "Thomas White", role: "Executive", testimonial: "Exceptional service and strategic thinking. They truly understand what clients need and deliver beyond expectations.", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1609.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1609.jpg?_wi=2", imageAlt: "Thomas White", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4e4167a..2c42ffd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1427,6 +1427,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +