From f97d0059cb0ca052ee11d79cc304fb041992fcc4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 14:26:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a97203..0368d75 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, Bowling, Target, PartyPopper, GlassWater } from "lucide-react"; +import { Users, Target, PartyPopper, GlassWater, Dices } from "lucide-react"; export default function LandingPage() { return ( @@ -76,7 +76,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Bowling", description: "Moderne Bahnen für sportliche Duelle oder gemütliche Abende.", buttonIcon: Bowling, + 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: "Bowling"}, { title: "Billard & Dart", description: "Präzision und Spass an unseren gepflegten Tischen und Scheiben.", buttonIcon: Target, -- 2.49.1