diff --git a/src/app/page.tsx b/src/app/page.tsx index 06ce947..0b8966e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,10 +49,10 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "CEO, Luxury Ventures", testimonial: "The chef transformed our corporate dinner into an unforgettable culinary journey. Absolutely exceptional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-woman-leaning-wall_1262-1743.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-woman-leaning-wall_1262-1743.jpg?_wi=1"}, { name: "James Richardson", handle: "Entrepreneur", testimonial: "Outstanding service and flavors. Our guests are still talking about the menu two weeks later.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-holding-mobile-phone-coffee-cup-waiting-area_107420-95820.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-holding-mobile-phone-coffee-cup-waiting-area_107420-95820.jpg?_wi=1"}, ]} buttons={[ { text: "Book Your Experience", href: "contact" }, @@ -105,10 +105,10 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Victoria Chen", role: "CEO", company: "Luxury Properties Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-woman-leaning-wall_1262-1743.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-woman-leaning-wall_1262-1743.jpg?_wi=2"}, { id: "2", name: "Michael Anderson", role: "Entrepreneur", company: "Tech Innovations", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-holding-mobile-phone-coffee-cup-waiting-area_107420-95820.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-holding-mobile-phone-coffee-cup-waiting-area_107420-95820.jpg?_wi=2"}, { id: "3", name: "Elizabeth Thompson", role: "Director", company: "Heritage Estates", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-rich-woman-posing-indoors_23-2149722604.jpg"},