diff --git a/src/app/page.tsx b/src/app/page.tsx index c27553b..018f9d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,11 +54,11 @@ export default function LandingPage() { background={{ variant: "plain" }} carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/analog-landscape-city-with-buildings_23-2149661459.jpg", imageAlt: "Solemio Stadium Main View" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-grandstands_23-2149867419.jpg", imageAlt: "Premium Seating Area" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/blured-photo-crowded-concert-hall-with-scene-stage-lights-with-people-rock-performance_627829-6110.jpg", imageAlt: "Stadium Interior" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/aerial-drone-vertical-view-rally-support-country-s-european-integration_1268-23486.jpg", imageAlt: "Live Event Experience" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-suit-taking-notes-visit-international-headquarters-shareholders-meeting-corporate-ceo-attendance-executive-associate-doing-last-minute-changes-speech_482257-72949.jpg", imageAlt: "VIP Lounge Experience" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-museum-football-stadium_1127-3046.jpg", imageAlt: "Modern Facilities" } + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-grandstands_23-2149867419.jpg?_wi=1", imageAlt: "Premium Seating Area" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/blured-photo-crowded-concert-hall-with-scene-stage-lights-with-people-rock-performance_627829-6110.jpg?_wi=1", imageAlt: "Stadium Interior" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/aerial-drone-vertical-view-rally-support-country-s-european-integration_1268-23486.jpg?_wi=1", imageAlt: "Live Event Experience" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-suit-taking-notes-visit-international-headquarters-shareholders-meeting-corporate-ceo-attendance-executive-associate-doing-last-minute-changes-speech_482257-72949.jpg?_wi=1", imageAlt: "VIP Lounge Experience" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-museum-football-stadium_1127-3046.jpg?_wi=1", imageAlt: "Modern Facilities" } ]} autoPlay={true} autoPlayInterval={4000} @@ -74,7 +74,7 @@ export default function LandingPage() { description="Das Solemio Stadion steht für Exzellenz" subdescription="Mit einer Kapazität von über 60.000 Sitzplätzen und modernster Technologie" icon={Trophy} - imageSrc="http://img.b2bpic.net/free-photo/blured-photo-crowded-concert-hall-with-scene-stage-lights-with-people-rock-performance_627829-6110.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blured-photo-crowded-concert-hall-with-scene-stage-lights-with-people-rock-performance_627829-6110.jpg?_wi=2" imageAlt="Solemio Stadium Overview" mediaAnimation="slide-up" useInvertedBackground={false} @@ -89,10 +89,10 @@ export default function LandingPage() { tagIcon={Zap} tagAnimation="slide-up" features={[ - { id: "01", title: "Premium Sitzplätze", description: "Komfortable und ergonomische Sitzplätze mit optimaler Sichtlinie auf alle Spielfelder und Bühnen.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-grandstands_23-2149867419.jpg", imageAlt: "Premium Seating" }, - { id: "02", title: "Modernste Einrichtungen", description: "State-of-the-Art Technologie, hochmoderne Sanitäranlagen und Restaurants für Ihr Wohlbefinden.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-museum-football-stadium_1127-3046.jpg", imageAlt: "Modern Facilities" }, - { id: "03", title: "Event-Hosting", description: "Perfekt für Sportveranstaltungen, Konzerte, Unternehmensveranstaltungen und große Feiern.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-drone-vertical-view-rally-support-country-s-european-integration_1268-23486.jpg", imageAlt: "Event Hosting" }, - { id: "04", title: "VIP-Erlebnis", description: "Exklusive VIP-Lounges mit Premium-Service, besserer Sicht und gehobener Verpflegung.", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-suit-taking-notes-visit-international-headquarters-shareholders-meeting-corporate-ceo-attendance-executive-associate-doing-last-minute-changes-speech_482257-72949.jpg", imageAlt: "VIP Experience" } + { id: "01", title: "Premium Sitzplätze", description: "Komfortable und ergonomische Sitzplätze mit optimaler Sichtlinie auf alle Spielfelder und Bühnen.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-grandstands_23-2149867419.jpg?_wi=2", imageAlt: "Premium Seating" }, + { id: "02", title: "Modernste Einrichtungen", description: "State-of-the-Art Technologie, hochmoderne Sanitäranlagen und Restaurants für Ihr Wohlbefinden.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-museum-football-stadium_1127-3046.jpg?_wi=2", imageAlt: "Modern Facilities" }, + { id: "03", title: "Event-Hosting", description: "Perfekt für Sportveranstaltungen, Konzerte, Unternehmensveranstaltungen und große Feiern.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-drone-vertical-view-rally-support-country-s-european-integration_1268-23486.jpg?_wi=2", imageAlt: "Event Hosting" }, + { id: "04", title: "VIP-Erlebnis", description: "Exklusive VIP-Lounges mit Premium-Service, besserer Sicht und gehobener Verpflegung.", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-suit-taking-notes-visit-international-headquarters-shareholders-meeting-corporate-ceo-attendance-executive-associate-doing-last-minute-changes-speech_482257-72949.jpg?_wi=2", imageAlt: "VIP Experience" } ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -128,11 +128,11 @@ export default function LandingPage() { tagIcon={Star} tagAnimation="slide-up" testimonials={[ - { id: "1", name: "Marcus Fischer", role: "Fußball-Fan", company: "Hamburg United", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg", imageAlt: "Marcus Fischer" }, + { id: "1", name: "Marcus Fischer", role: "Fußball-Fan", company: "Hamburg United", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg?_wi=1", imageAlt: "Marcus Fischer" }, { id: "2", name: "Sarah Klein", role: "Event-Managerin", company: "Berlin Events GmbH", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Sarah Klein" }, { id: "3", name: "Thomas Müller", role: "Konzertbesucher", company: "Musik-Enthusiast", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-black-sportswear-red-headband-smiling-showing-ok-sign-standing-white-wall_141793-56625.jpg", imageAlt: "Thomas Müller" }, { id: "4", name: "Julia Wagner", role: "Veranstaltungskoordinatorin", company: "Premium Events Munich", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Julia Wagner" }, - { id: "5", name: "Klaus Schneider", role: "Sportfan", company: "Bayern Sports Club", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg", imageAlt: "Klaus Schneider" }, + { id: "5", name: "Klaus Schneider", role: "Sportfan", company: "Bayern Sports Club", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg?_wi=2", imageAlt: "Klaus Schneider" }, { id: "6", name: "Anna Schmidt", role: "Corporate Events Manager", company: "Frankfurt Business Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Anna Schmidt" } ]} gridVariant="three-columns-all-equal-width"