From a87067a618aa465d59261cfb20eb20d675faccbd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:30:09 +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 e4d1d14..4224a02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,7 +153,7 @@ export default function LandingPage() { role: "Stammgast", company: "Block Nord", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/charming-brunette-woman-looking-away-smiling_197531-33577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/charming-brunette-woman-looking-away-smiling_197531-33577.jpg?_wi=1", }, { id: "t2", @@ -161,7 +161,7 @@ export default function LandingPage() { role: "Fan-Club Leiterin", company: "Die Roten", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-keeping-fingers-crossed-polo-t-shirt-beanie-looking-lucky-front-view_176474-103927.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-keeping-fingers-crossed-polo-t-shirt-beanie-looking-lucky-front-view_176474-103927.jpg?_wi=1", }, { id: "t3", @@ -169,7 +169,7 @@ export default function LandingPage() { role: "Dauerkartenbesitzer", company: "Stadion Crew", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-winner-gesture-t-shirt-pants-looking-happy_176474-37236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-winner-gesture-t-shirt-pants-looking-happy_176474-37236.jpg?_wi=1", }, { id: "t4", @@ -177,7 +177,7 @@ export default function LandingPage() { role: "Ultra", company: "Fanshop Junkie", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indian-man-red-shirt-sunglasses-posed-outdoor_627829-12770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indian-man-red-shirt-sunglasses-posed-outdoor_627829-12770.jpg?_wi=1", }, { id: "t5", @@ -185,7 +185,7 @@ export default function LandingPage() { role: "Stadiongänger", company: "Südkurve", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-ill-slavic-woman-with-scarf-around-her-neck-wearing-winter-hat-holding-medicine-bottle-crossing-fingers-sitting-couch-with-closed-eyes-living-room_141793-105549.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-ill-slavic-woman-with-scarf-around-her-neck-wearing-winter-hat-holding-medicine-bottle-crossing-fingers-sitting-couch-with-closed-eyes-living-room_141793-105549.jpg?_wi=1", }, ]} kpiItems={[ @@ -219,31 +219,31 @@ export default function LandingPage() { id: "tm1", name: "Max Mustermann", role: "Gründer & Ultra", - imageSrc: "http://img.b2bpic.net/free-photo/charming-brunette-woman-looking-away-smiling_197531-33577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/charming-brunette-woman-looking-away-smiling_197531-33577.jpg?_wi=2", }, { id: "tm2", name: "Lisa Schmidt", role: "Design & Merch", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-keeping-fingers-crossed-polo-t-shirt-beanie-looking-lucky-front-view_176474-103927.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-keeping-fingers-crossed-polo-t-shirt-beanie-looking-lucky-front-view_176474-103927.jpg?_wi=2", }, { id: "tm3", name: "Kevin Maier", role: "Logistik Guru", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-winner-gesture-t-shirt-pants-looking-happy_176474-37236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-winner-gesture-t-shirt-pants-looking-happy_176474-37236.jpg?_wi=2", }, { id: "tm4", name: "Anna Weber", role: "Support Leitung", - imageSrc: "http://img.b2bpic.net/free-photo/indian-man-red-shirt-sunglasses-posed-outdoor_627829-12770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indian-man-red-shirt-sunglasses-posed-outdoor_627829-12770.jpg?_wi=2", }, { id: "tm5", name: "Timo Fischer", role: "Marketing", - imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-ill-slavic-woman-with-scarf-around-her-neck-wearing-winter-hat-holding-medicine-bottle-crossing-fingers-sitting-couch-with-closed-eyes-living-room_141793-105549.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-ill-slavic-woman-with-scarf-around-her-neck-wearing-winter-hat-holding-medicine-bottle-crossing-fingers-sitting-couch-with-closed-eyes-living-room_141793-105549.jpg?_wi=2", }, ]} /> -- 2.49.1