From 53e861695e759728fef548fd680518bfec815dec Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 10:44:13 +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 de0ea76..f11bca1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,35 +64,35 @@ export default function LandingPage() { handle: "@juliam", testimonial: "Die beste Pizza, die ich in Deutschland gegessen habe.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-with-pizza_52683-88491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-with-pizza_52683-88491.jpg?_wi=1", }, { name: "Markus K.", handle: "@markusk", testimonial: "Authentisch und unglaublich lecker. Immer wieder gerne.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg?_wi=1", }, { name: "Sarah J.", handle: "@sarahj", testimonial: "Ein wunderbares Erlebnis wie im Urlaub.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-photos_23-2149250044.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-photos_23-2149250044.jpg?_wi=1", }, { name: "Michael B.", handle: "@michaelb", testimonial: "Tolle Zutaten, sehr knuspriger Boden.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-tender-parisian-girl-stylish-outfit-sends-air-kiss-portrait-young-woman-with-expressive-look_197531-12004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-tender-parisian-girl-stylish-outfit-sends-air-kiss-portrait-young-woman-with-expressive-look_197531-12004.jpg?_wi=1", }, { name: "Elena R.", handle: "@elenar", testimonial: "Die Pasta ist ein Gedicht, sehr zu empfehlen.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-worried-expression_1194-1332.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-worried-expression_1194-1332.jpg?_wi=1", }, ]} buttons={[ @@ -214,35 +214,35 @@ export default function LandingPage() { name: "Sarah J.", handle: "@sarah", testimonial: "Sehr gute Pizza – absolut empfehlenswert!", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-with-pizza_52683-88491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-with-pizza_52683-88491.jpg?_wi=2", }, { id: "2", name: "Michael C.", handle: "@michael", testimonial: "Die beste Pizza, die ich in Deutschland gegessen habe.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg?_wi=2", }, { id: "3", name: "Emily R.", handle: "@emily", testimonial: "Authentisches kleines Restaurant – wir kommen immer wieder.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-photos_23-2149250044.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-photos_23-2149250044.jpg?_wi=2", }, { id: "4", name: "David K.", handle: "@david", testimonial: "Hervorragende Pasta und sehr freundlicher Service.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-tender-parisian-girl-stylish-outfit-sends-air-kiss-portrait-young-woman-with-expressive-look_197531-12004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-tender-parisian-girl-stylish-outfit-sends-air-kiss-portrait-young-woman-with-expressive-look_197531-12004.jpg?_wi=2", }, { id: "5", name: "Lisa B.", handle: "@lisa", testimonial: "Ein Stück Italien mitten in München!", - imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-worried-expression_1194-1332.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-worried-expression_1194-1332.jpg?_wi=2", }, ]} title="Stimmen unserer Gäste" -- 2.49.1