From b3449885ed82575a7363d611650c3d7994ad8af2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 21:11:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index faae108..074fb43 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,7 +155,7 @@ export default function LandingPage() { name: "Sarah Müller", role: "Stammkundin", testimonial: "Der beste Döner in ganz Nagold! Man schmeckt wirklich, dass alles hausgemacht ist.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-cafe-while-talking-waiter_637285-579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-cafe-while-talking-waiter_637285-579.jpg?_wi=1", }, { id: "t2", @@ -183,7 +183,7 @@ export default function LandingPage() { name: "Lukas Schneider", role: "Stammgast", testimonial: "Immer freundlich und die Qualität ist konstant auf höchstem Niveau.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-cafe-while-talking-waiter_637285-579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-cafe-while-talking-waiter_637285-579.jpg?_wi=2", }, ]} title="Was unsere Gäste sagen" -- 2.49.1