diff --git a/src/app/page.tsx b/src/app/page.tsx index bb4b851..a274ed0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,11 +51,11 @@ export default function LandingPage() { testimonials={[ { name: "Eleanor Richardson", handle: "Art Collector, NYC", testimonial: "The quality and curation of pieces here is outstanding. Found exactly what I was looking for!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Eleanor Richardson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Eleanor Richardson" }, { name: "James Patterson", handle: "Interior Designer, LA", testimonial: "Exceptional artworks that elevate any space. Professional service throughout.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Patterson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Patterson" } ]} buttons={[ @@ -158,27 +158,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Art Enthusiast", company: "San Francisco, CA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Sarah Mitchell" }, { id: "2", name: "David Chen", role: "Corporate Collector", company: "Seattle, WA", 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=4", imageAlt: "David Chen" }, { id: "3", name: "Maria Rodriguez", role: "Interior Designer", company: "Miami, FL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Maria Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Maria Rodriguez" }, { id: "4", name: "Thomas Williams", role: "Gallery Owner", company: "Boston, MA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Thomas Williams" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Thomas Williams" }, { id: "5", name: "Jessica Anderson", role: "Curator", company: "Portland, OR", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Anderson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", imageAlt: "Jessica Anderson" }, { id: "6", name: "Michael Thompson", role: "Investment Advisor", company: "Chicago, IL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", imageAlt: "Michael Thompson" } ]} />