From 0001ac26c778788ad133c20b6ed3dcd78c4783f6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 14:26:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef737fd..4a97203 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Users, Target, PartyPopper, GlassWater, Dices } from "lucide-react"; +import { Users, Bowling, Target, PartyPopper, GlassWater } from "lucide-react"; export default function LandingPage() { return ( @@ -76,17 +76,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Bowling", description: "Moderne Bahnen für sportliche Duelle oder gemütliche Abende.", buttonIcon: Dices, - buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/retro-summer-activities-with-80-s-inspired-aesthetic_23-2151425808.jpg", imageAlt: "Retro summer activities with 80's inspired aesthetic"}, + title: "Bowling", description: "Moderne Bahnen für sportliche Duelle oder gemütliche Abende.", buttonIcon: Bowling, + buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/retro-summer-activities-with-80-s-inspired-aesthetic_23-2151425808.jpg", imageAlt: "Bowling"}, { title: "Billard & Dart", 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", imageAlt: "Retro summer activities with 80's inspired aesthetic"}, + buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/bowling-alley-with-neon-lights_23-2151697024.jpg", imageAlt: "Billard & Dart"}, { title: "Kindergeburtstage", 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", imageAlt: "Retro summer activities with 80's inspired aesthetic"}, + buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/bowling-alley-with-neon-lights_23-2151697094.jpg", imageAlt: "Geburtstage"}, { title: "Events & Lounge", 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", imageAlt: "Retro summer activities with 80's inspired aesthetic"}, + buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-throwing-bowling-ball-alley_23-2148344457.jpg", imageAlt: "Events"}, ]} title="Alles für dein Event" description="Von Bowling-Action über Billard-Duelle bis hin zum Dartspiel – wir haben das perfekte Angebot für dich." @@ -115,6 +115,7 @@ export default function LandingPage() { tag="Kontakt" title="Bist du bereit zu spielen?" description="Besuche uns in Sihlbrugg. Wir freuen uns auf dich! Reservierungen sind jederzeit möglich." + background={{ variant: "plain" }} buttons={[ { text: "Jetzt anrufen", href: "tel:+41417101010" }, { text: "E-Mail senden", href: "mailto:info@cherrybowl.ch" }, -- 2.49.1