diff --git a/src/app/page.tsx b/src/app/page.tsx index 104bf7d..56e286e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,15 +51,15 @@ export default function LandingPage() { testimonials={[ { name: "Guest Review", handle: "Google Reviews", testimonial: "Exceptional dining experience — the atmosphere is absolutely cinematic.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006703.jpg", imageAlt: "professional headshot business portrait confident" + imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006703.jpg?_wi=1", imageAlt: "professional headshot business portrait confident" }, { name: "Diner", handle: "TripAdvisor", testimonial: "Food, cocktails, service and atmosphere were all first class.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/nice-young-man-sitting-cafe-table-watching-menu-make-order-restaurant-customer-business-lunch_639032-2871.jpg", imageAlt: "professional man portrait business headshot confident" + imageSrc: "http://img.b2bpic.net/free-photo/nice-young-man-sitting-cafe-table-watching-menu-make-order-restaurant-customer-business-lunch_639032-2871.jpg?_wi=1", imageAlt: "professional man portrait business headshot confident" }, { name: "London Guest", handle: "Review Platform", testimonial: "One of the most beautiful restaurants in London. Pure magic.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-118021.jpg", imageAlt: "professional woman portrait business headshot elegant" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-118021.jpg?_wi=1", imageAlt: "professional woman portrait business headshot elegant" } ]} buttons={[ @@ -130,22 +130,22 @@ export default function LandingPage() {