diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5dac2fa..8953dcb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,7 +47,7 @@ export default function AboutPage() { { value: "500+", title: "Successful Sales" }, { value: "$2.5B", title: "Total Property Value" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg?_wi=2" imageAlt="Prime City Realty team" useInvertedBackground={false} mediaAnimation="slide-up" @@ -64,13 +64,13 @@ export default function AboutPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Homebuyer", company: "Professional", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-122910.jpg", imageAlt: "Sarah Mitchell"}, + imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-122910.jpg?_wi=2", imageAlt: "Sarah Mitchell"}, { id: "2", name: "James Chen", role: "Property Investor", company: "Real Estate", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-female-realtor-empty-house_23-2148895443.jpg", imageAlt: "James Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-female-realtor-empty-house_23-2148895443.jpg?_wi=2", imageAlt: "James Chen"}, { id: "3", name: "Maria Rodriguez", role: "First-Time Buyer", company: "Residential", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg", imageAlt: "Maria Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg?_wi=2", imageAlt: "Maria Rodriguez"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index 00bb8f5..a5c5303 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function HomePage() { { value: "$2.5B", title: "Total Property Value"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg?_wi=1" imageAlt="Prime City Realty team" useInvertedBackground={false} mediaAnimation="slide-up" @@ -131,13 +131,13 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Homebuyer", company: "Professional", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-122910.jpg", imageAlt: "happy client satisfied customer portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-122910.jpg?_wi=1", imageAlt: "happy client satisfied customer portrait"}, { id: "2", name: "James Chen", role: "Property Investor", company: "Real Estate", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-female-realtor-empty-house_23-2148895443.jpg", imageAlt: "satisfied real estate client portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-female-realtor-empty-house_23-2148895443.jpg?_wi=1", imageAlt: "satisfied real estate client portrait"}, { id: "3", name: "Maria Rodriguez", role: "First-Time Buyer", company: "Residential", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg", imageAlt: "professional client portrait real estate"}, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg?_wi=1", imageAlt: "professional client portrait real estate"}, { id: "4", name: "David Thompson", role: "Luxury Segment", company: "Premium Properties", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", imageAlt: "happy real estate client portrait"},