From 6429b4c4507a4e5e3ba35626bb738351e003b15a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:28:30 +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 1e21513..c1e9056 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,35 +61,35 @@ export default function LandingPage() { handle: "@max", testimonial: "Best döner in town. Consistent quality every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149155169.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149155169.jpg?_wi=1", }, { name: "Elena S.", handle: "@elena", testimonial: "Super fresh ingredients and the grill flavor is unmatched!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg?_wi=1", }, { name: "Julian B.", handle: "@julian", testimonial: "A staple in Berlin's food scene. Truly authentic.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1", }, { name: "Sofia R.", handle: "@sofia", testimonial: "The perfect lunch spot. Fast service, great taste.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006735.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006735.jpg?_wi=1", }, { name: "Tobias M.", handle: "@tobias", testimonial: "Always fresh, always hot. My go-to for döner.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149155169.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149155169.jpg?_wi=2", }, ]} buttons={[ @@ -239,7 +239,7 @@ export default function LandingPage() { handle: "@marcus", testimonial: "Delicious kebab and fries, made with quality ingredients.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149155169.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149155169.jpg?_wi=3", }, { id: "t2", @@ -247,7 +247,7 @@ export default function LandingPage() { handle: "@sofia", testimonial: "Great value for money and always fresh. My local go-to.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg?_wi=2", }, { id: "t3", @@ -255,7 +255,7 @@ export default function LandingPage() { handle: "@julian", testimonial: "Really authentic taste, you can tell the meat is good quality.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2", }, { id: "t4", @@ -263,7 +263,7 @@ export default function LandingPage() { handle: "@lena", testimonial: "Consistent, tasty, and fast. Everything a grillhaus should be.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006735.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006735.jpg?_wi=2", }, { id: "t5", @@ -271,7 +271,7 @@ export default function LandingPage() { handle: "@tobias", testimonial: "Service is friendly, food is hot, and ingredients are crisp.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149155169.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149155169.jpg?_wi=4", }, ]} showRating={true} -- 2.49.1