From 3af581dbf887e2f494b5ff90a4148aa66552cb8f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 16:35:56 +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 cd90cea..99404b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,35 +63,35 @@ export default function LandingPage() { handle: "@sabine", testimonial: "Ein wunderbarer Ort für Entspannung und tolle Musik!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-smoothie-jar-cafe_23-2148161557.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-smoothie-jar-cafe_23-2148161557.jpg?_wi=1", }, { name: "Thomas K.", handle: "@thomas", testimonial: "Bester Kaffee in ganz Thüringen. Sehr empfehlenswert!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg?_wi=1", }, { name: "Maria B.", handle: "@maria", testimonial: "Das Ambiente ist einfach unschlagbar, besonders bei Live-Musik.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-young-woman-sitting-sofa-talking-mobile-phone-restaurant_23-2147974688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-young-woman-sitting-sofa-talking-mobile-phone-restaurant_23-2147974688.jpg?_wi=1", }, { name: "Jens H.", handle: "@jens", testimonial: "Ein Stück Lebensqualität in Wurzbach.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756308.jpg?_wi=1", }, { name: "Lena S.", handle: "@lena", testimonial: "Perfekt für den Nachmittag mit Freunden.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-smoothie-jar-cafe_23-2148161557.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-smoothie-jar-cafe_23-2148161557.jpg?_wi=2", }, ]} imageSrc="http://img.b2bpic.net/free-photo/empty-sofa-chair-decoration-living-room_1339-7379.jpg" @@ -207,7 +207,7 @@ export default function LandingPage() { role: "Stammgast", company: "Wurzbach", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-smoothie-jar-cafe_23-2148161557.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-smoothie-jar-cafe_23-2148161557.jpg?_wi=3", }, { id: "t2", @@ -215,7 +215,7 @@ export default function LandingPage() { role: "Musikfan", company: "Wurzbach", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg?_wi=2", }, { id: "t3", @@ -223,7 +223,7 @@ export default function LandingPage() { role: "Besucherin", company: "Umgebung", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-young-woman-sitting-sofa-talking-mobile-phone-restaurant_23-2147974688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-young-woman-sitting-sofa-talking-mobile-phone-restaurant_23-2147974688.jpg?_wi=2", }, { id: "t4", @@ -231,7 +231,7 @@ export default function LandingPage() { role: "Kaffeeliebhaber", company: "Wurzbach", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756308.jpg?_wi=2", }, { id: "t5", @@ -239,7 +239,7 @@ export default function LandingPage() { role: "Stammgast", company: "Wurzbach", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-smoothie-jar-cafe_23-2148161557.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-smoothie-jar-cafe_23-2148161557.jpg?_wi=4", }, ]} title="Was unsere Gäste sagen" -- 2.49.1