diff --git a/src/app/page.tsx b/src/app/page.tsx index 69053a1..08adfdb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,10 +55,10 @@ export default function LandingPage() { testimonials={[ { name: "Victoria Sterling", handle: "Property Buyer", testimonial: "An exceptional experience. The team's professionalism and attention to detail made finding our perfect home effortless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, { name: "James Mitchell", handle: "Investor", testimonial: "Trusted advisors who understand luxury real estate. Their market insights proved invaluable for my portfolio.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1"}, ]} testimonialRotationInterval={5000} mediaAnimation="slide-up" @@ -125,16 +125,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Alexandra Chen", role: "Business Executive", company: "Global Ventures Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, { id: "2", name: "Marcus Richardson", role: "Private Investor", company: "Sterling Capital", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2"}, { id: "3", name: "Sophie Laurent", role: "Chief Operating Officer", company: "Luxe Enterprises", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"}, { id: "4", name: "Catherine Williams", role: "Art Collector", company: "Heritage Collections", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=3"}, ]} kpiItems={[ { value: "500+", label: "Properties Sold" },