diff --git a/src/app/page.tsx b/src/app/page.tsx index 6041374..d26d76b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,17 +70,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/bowling-alley-with-neon-lights_23-2151697024.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bowling-alley-with-neon-lights_23-2151697024.jpg?_wi=1", imageAlt: "Bowling Spaß", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/bowling-alley-with-neon-lights_23-2151697094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bowling-alley-with-neon-lights_23-2151697094.jpg?_wi=1", imageAlt: "Moderne Bahnen", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-throwing-bowling-ball-alley_23-2148344457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-throwing-bowling-ball-alley_23-2148344457.jpg?_wi=1", imageAlt: "Gruppen-Spaß", }, { @@ -134,7 +134,7 @@ export default function LandingPage() { description: "Präzision und Spass an unseren gepflegten Tischen und Scheiben.", buttonIcon: "Target", buttonHref: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/bowling-alley-with-neon-lights_23-2151697024.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bowling-alley-with-neon-lights_23-2151697024.jpg?_wi=2", imageAlt: "Retro summer activities with 80's inspired aesthetic", }, { @@ -142,7 +142,7 @@ export default function LandingPage() { description: "Spannung und Freude garantiert – wir planen deinen besonderen Tag.", buttonIcon: "PartyPopper", buttonHref: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/bowling-alley-with-neon-lights_23-2151697094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bowling-alley-with-neon-lights_23-2151697094.jpg?_wi=2", imageAlt: "Retro summer activities with 80's inspired aesthetic", }, { @@ -150,7 +150,7 @@ export default function LandingPage() { description: "Perfekt für Firmenevents oder entspannte Drinks in unserer Bar.", buttonIcon: "GlassWater", buttonHref: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-throwing-bowling-ball-alley_23-2148344457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-throwing-bowling-ball-alley_23-2148344457.jpg?_wi=2", imageAlt: "Retro summer activities with 80's inspired aesthetic", }, ]}