diff --git a/src/app/page.tsx b/src/app/page.tsx index 398e6e0..f7837e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,16 +67,16 @@ export default function HomePage() { testimonials={[ { name: "Sarah Mitchell", handle: "Homeowner", testimonial: "Real Estate Dreams helped us find our perfect home within weeks. Professional and caring!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Mitchell"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, { name: "James Richardson", handle: "Investor", testimonial: "Exceptional service and market knowledge. Best real estate partner we've worked with.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Richardson"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Richardson"}, { name: "Emma Johnson", handle: "Property Buyer", testimonial: "The team's expertise and dedication made our property search seamless and enjoyable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emma Johnson"}, { name: "David Chen", handle: "Real Estate Investor", testimonial: "Outstanding portfolio of properties and excellent guidance throughout the entire process.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Chen"}, ]} buttons={[ { text: "Explore Properties", href: "/properties" },