diff --git a/src/app/page.tsx b/src/app/page.tsx
index d26d76b..85b5e6e 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 } from "lucide-react";
+import { Users, Bowling, Target, PartyPopper, GlassWater } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -56,48 +41,17 @@ export default function LandingPage() {
@@ -122,37 +76,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- 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: "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: "Retro summer activities with 80's inspired aesthetic"},
{
- 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?_wi=2",
- imageAlt: "Retro summer activities with 80's inspired aesthetic",
- },
+ 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"},
{
- 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?_wi=2",
- imageAlt: "Retro summer activities with 80's inspired aesthetic",
- },
+ 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"},
{
- 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?_wi=2",
- imageAlt: "Retro summer activities with 80's inspired aesthetic",
- },
+ 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"},
]}
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."
@@ -163,31 +97,11 @@ export default function LandingPage() {
@@ -222,33 +128,16 @@ export default function LandingPage() {
logoText="Cherry Bowl"
columns={[
{
- title: "Center",
- items: [
- {
- label: "Über uns",
- href: "#about",
- },
- {
- label: "Angebote",
- href: "#features",
- },
- {
- label: "Kontakt",
- href: "#contact",
- },
+ title: "Center", items: [
+ { label: "Über uns", href: "#about" },
+ { label: "Angebote", href: "#features" },
+ { label: "Kontakt", href: "#contact" },
],
},
{
- title: "Rechtliches",
- items: [
- {
- label: "Datenschutz",
- href: "#",
- },
- {
- label: "Impressum",
- href: "#",
- },
+ title: "Rechtliches", items: [
+ { label: "Datenschutz", href: "#" },
+ { label: "Impressum", href: "#" },
],
},
]}