From 509daeeccdefa2afbebb905b85143d54ba717679 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 15:12:28 +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 e9bff8c..196f295 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,35 +62,35 @@ export default function LandingPage() { handle: "@alicem", testimonial: "The best burger I've had in years. So fresh!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg?_wi=1", }, { name: "John D.", handle: "@johnd", testimonial: "Consistently high quality and friendly service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg?_wi=1", }, { name: "Sarah P.", handle: "@sarahp", testimonial: "Finally, fast food that actually tastes fresh.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-salad_1303-3886.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-salad_1303-3886.jpg?_wi=1", }, { name: "Mike R.", handle: "@miker", testimonial: "Clean, quick, and always delicious.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-hppy-funny-young-stylish-young-woman-grey-t-shirt-expressing-camera_291049-2384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-hppy-funny-young-stylish-young-woman-grey-t-shirt-expressing-camera_291049-2384.jpg?_wi=1", }, { name: "Emily T.", handle: "@emilyt", testimonial: "Excellent service and superior ingredients.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg?_wi=1", }, ]} buttons={[ @@ -235,7 +235,7 @@ export default function LandingPage() { quote: "The food is consistently excellent and service is fast!", name: "Alice M.", role: "Diner", - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg?_wi=2", }, { id: "t2", @@ -243,7 +243,7 @@ export default function LandingPage() { quote: "My favorite spot for a quick lunch that feels fresh.", name: "John D.", role: "Regular", - imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg?_wi=2", }, { id: "t3", @@ -251,7 +251,7 @@ export default function LandingPage() { quote: "You can truly taste the difference in the ingredients.", name: "Sarah P.", role: "Foodie", - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-salad_1303-3886.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-salad_1303-3886.jpg?_wi=2", }, { id: "t4", @@ -259,7 +259,7 @@ export default function LandingPage() { quote: "Exactly what I want when I'm on the go.", name: "Mike R.", role: "Professional", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-hppy-funny-young-stylish-young-woman-grey-t-shirt-expressing-camera_291049-2384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-hppy-funny-young-stylish-young-woman-grey-t-shirt-expressing-camera_291049-2384.jpg?_wi=2", }, { id: "t5", @@ -267,7 +267,7 @@ export default function LandingPage() { quote: "Great price for such high quality meals.", name: "Emily T.", role: "Student", - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg?_wi=2", }, ]} title="Loved by Thousands" -- 2.49.1