diff --git a/src/app/page.tsx b/src/app/page.tsx index 845af93..41eb23e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,27 +163,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "@sarahnyc", testimonial: "Ralph's Coffee has become my daily ritual. The espresso is perfectly pulled, the atmosphere is warm and inviting, and the staff treats you like family. Best coffee in Madison Avenue!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1" }, { id: "2", name: "Michael Chen", handle: "@michaelc_", testimonial: "I've tried every coffee shop in NYC. Ralph's combines premium quality with genuine hospitality. The pistachio matcha latte changed my life. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1" }, { id: "3", name: "Emily Rodriguez", handle: "@emilyeats_", testimonial: "The desserts here are incredible—fresh, flavorful, and beautifully presented. I come for the chocolate mousse and stay for the ambiance. A true gem in New York.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2" }, { id: "4", name: "David Kim", handle: "@davidkim_coffee", testimonial: "As a coffee enthusiast, I appreciate the attention to detail here. From bean selection to brewing technique, Ralph's Coffee demonstrates true craftsmanship. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2" }, { id: "5", name: "Jessica Martinez", handle: "@jessicam_coffee", testimonial: "Perfect spot for business meetings and creative work sessions. The WiFi is reliable, the seating is comfortable, and the staff is attentive without being intrusive.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3" }, { id: "6", name: "Robert Thompson", handle: "@robthompson_", testimonial: "Introduced my out-of-town clients to Ralph's Coffee and they were impressed. The elegance and quality speak volumes about attention to detail. A showcase for NYC hospitality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3" } ]} />