From 27965c6d8fe442eef31df64a461c909292c56457 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 17:28:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99e3c0b..1f0b36d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,35 +63,35 @@ export default function LandingPage() { handle: "Local", testimonial: "The best fusion experience in Davos!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187207.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187207.jpg?_wi=1", }, { name: "Mark D.", handle: "Tourist", testimonial: "Incredible sushi and bio options.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-adventurous-couple-bivouacking_23-2150562936.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-adventurous-couple-bivouacking_23-2150562936.jpg?_wi=1", }, { name: "Elena P.", handle: "Local", testimonial: "Fresh, healthy, and so delicious.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/communicating-with-multicultural-colleagues-small-local-cosy-restaurant-with-delicious-food_8353-10023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/communicating-with-multicultural-colleagues-small-local-cosy-restaurant-with-delicious-food_8353-10023.jpg?_wi=1", }, { name: "Thomas H.", handle: "Visitor", testimonial: "A true culinary gem in the mountains.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3317.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3317.jpg?_wi=1", }, { name: "Laura G.", handle: "Regular", testimonial: "Consistent quality and great ambiance.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520076.jpg?_wi=1", }, ]} buttons={[ @@ -218,7 +218,7 @@ export default function LandingPage() { quote: "Amazing sushi and organic options.", name: "Sarah", role: "Diner", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187207.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187207.jpg?_wi=2", }, { id: "2", @@ -226,7 +226,7 @@ export default function LandingPage() { quote: "The fusion style is spot on.", name: "Mark", role: "Tourist", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-adventurous-couple-bivouacking_23-2150562936.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-adventurous-couple-bivouacking_23-2150562936.jpg?_wi=2", }, { id: "3", @@ -234,7 +234,7 @@ export default function LandingPage() { quote: "Finally, a place that cares about quality.", name: "Elena", role: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/communicating-with-multicultural-colleagues-small-local-cosy-restaurant-with-delicious-food_8353-10023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/communicating-with-multicultural-colleagues-small-local-cosy-restaurant-with-delicious-food_8353-10023.jpg?_wi=2", }, { id: "4", @@ -242,7 +242,7 @@ export default function LandingPage() { quote: "Worth every franc. Amazing service.", name: "David", role: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3317.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3317.jpg?_wi=2", }, { id: "5", @@ -250,7 +250,7 @@ export default function LandingPage() { quote: "Davos is lucky to have this place.", name: "Julia", role: "Visitor", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520076.jpg?_wi=2", }, ]} title="Loved by Guests" -- 2.49.1