diff --git a/src/app/page.tsx b/src/app/page.tsx index 189186b..d20fe8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,21 +49,21 @@ export default function LandingPage() { testimonials={[ { name: "Sarah J.", handle: "@sarahj", testimonial: "Alex was available at 9 PM to answer my questions. Truly above and beyond service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/old-white-house-garden_1150-12900.jpg", imageAlt: "austin texas real estate home"}, + imageSrc: "http://img.b2bpic.net/free-photo/old-white-house-garden_1150-12900.jpg?_wi=1", imageAlt: "austin texas real estate home"}, { name: "Mike D.", handle: "@miked", testimonial: "Best realtor in Austin. Alex made the process so smooth and easy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg", imageAlt: "smiling client professional home"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg?_wi=1", imageAlt: "smiling client professional home"}, { name: "Emily R.", handle: "@emilyr", testimonial: "Unmatched dedication. Alex is always there when you need him.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "young couple buying house"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1", imageAlt: "young couple buying house"}, { name: "David K.", handle: "@davidk", testimonial: "Alex helped us win a bidding war on a Saturday night!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg", imageAlt: "satisfied client real estate"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg?_wi=1", imageAlt: "satisfied client real estate"}, { name: "Lisa B.", handle: "@lisab", testimonial: "Professional, local expert, and incredibly responsive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-realtor-showing-new-house-couple-laptop_23-2148895493.jpg", imageAlt: "successful home closing client"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-realtor-showing-new-house-couple-laptop_23-2148895493.jpg?_wi=1", imageAlt: "successful home closing client"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/old-white-house-garden_1150-12900.jpg" + imageSrc="http://img.b2bpic.net/free-photo/old-white-house-garden_1150-12900.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { @@ -112,16 +112,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Home Buyer", company: "Austin", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg?_wi=2"}, { id: "2", name: "Michael Chen", role: "Home Buyer", company: "Austin", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2"}, { id: "3", name: "Emily Rodriguez", role: "Home Buyer", company: "Austin", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg?_wi=2"}, { id: "4", name: "David Kim", role: "Home Buyer", company: "Austin", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-realtor-showing-new-house-couple-laptop_23-2148895493.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-realtor-showing-new-house-couple-laptop_23-2148895493.jpg?_wi=2"}, { id: "5", name: "Laura Smith", role: "Home Buyer", company: "Austin", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065019.jpg"},