From 3cef4ae6c62b5c3a66985e44d589e2f35fca94e0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 05:06:57 +0000 Subject: [PATCH 1/2] Update src/app/mitgliedschaft-gruengebuehren/page.tsx --- src/app/mitgliedschaft-gruengebuehren/page.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/app/mitgliedschaft-gruengebuehren/page.tsx b/src/app/mitgliedschaft-gruengebuehren/page.tsx index 2d3fb07..dbb74b8 100644 --- a/src/app/mitgliedschaft-gruengebuehren/page.tsx +++ b/src/app/mitgliedschaft-gruengebuehren/page.tsx @@ -30,8 +30,6 @@ export default function MembershipPage() { brandName="Golfclub Südeifel" navItems={[ { name: "Der Platz", id: "/" }, - { name: "Turniere", id: "#tournaments" }, - { name: "Bistro", id: "#bistro" }, { name: "Mitgliedschaft", id: "/mitgliedschaft-gruengebuehren" }, { name: "Kontakt", id: "#contact" }, ]} @@ -138,22 +136,22 @@ export default function MembershipPage() { { items: [ { label: "Der Platz", href: "/" }, - { label: "Driving Range", href: "/driving-range" }, { label: "Scorecard", href: "/" }, + { label: "Driving Range", href: "/" }, ], }, { items: [ - { label: "Turniere", href: "#tournaments" }, + { label: "Turniere", href: "#" }, { label: "Anfänger", href: "#" }, - { label: "Events", href: "#tournaments" }, + { label: "Events", href: "#" }, ], }, { items: [ - { label: "Bistro", href: "#bistro" }, - { label: "Reservierung", href: "#bistro" }, - { label: "Catering", href: "#bistro" }, + { label: "Bistro", href: "#" }, + { label: "Reservierung", href: "#" }, + { label: "Catering", href: "#" }, ], }, { @@ -175,4 +173,4 @@ export default function MembershipPage() { ); -} \ No newline at end of file +} From 9dd8787ba93b9bedc6c07b158b4f35afc1a4c3b5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 05:06:57 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 273 +++++++++++------------------------------------ 1 file changed, 62 insertions(+), 211 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cba6c8c..2484305 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,5 +1,6 @@ "use client"; +import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; @@ -9,21 +10,20 @@ import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import Link from "next/link"; import { Sparkles, Heart, Calendar, UtensilsCrossed, Phone } from "lucide-react"; -export default function HomePage() { +export default function Home() { return ( {/* Navbar */} @@ -31,16 +31,11 @@ export default function HomePage() { @@ -55,44 +50,27 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { - text: "Platz entdecken", - href: "der-platz", - }, - { - text: "Informationen anfordern", - href: "#contact", - }, + { text: "Platz entdecken", href: "#" }, + { text: "Informationen anfordern", href: "#contact" }, ]} buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/golfer-taking-clubs-from-bag-golf-cart_171337-6544.jpg?_wi=1", - imageAlt: "Grüne Fairways des Golfplatzes", - }, + imageSrc: "http://img.b2bpic.net/free-photo/golfer-taking-clubs-from-bag-golf-cart_171337-6544.jpg", imageAlt: "Grüne Fairways des Golfplatzes"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-playing-golf-golf-course_1157-23221.jpg?_wi=1", - imageAlt: "Modernes Clubhaus mit Terrasse", - }, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-playing-golf-golf-course_1157-23221.jpg", imageAlt: "Modernes Clubhaus mit Terrasse"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mini-golf-ball-artificial-grass-summer-season-game_146671-18800.jpg?_wi=1", - imageAlt: "Manicured Golf Green", - }, + imageSrc: "http://img.b2bpic.net/free-photo/mini-golf-ball-artificial-grass-summer-season-game_146671-18800.jpg", imageAlt: "Manicured Golf Green"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-green-rolling-hills-clear-blue-sky_181624-18530.jpg?_wi=1", - imageAlt: "Landschaft der Südeifel", - }, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-green-rolling-hills-clear-blue-sky_181624-18530.jpg", imageAlt: "Landschaft der Südeifel"}, { - imageSrc: "http://img.b2bpic.net/free-photo/silhouettes-trees-cloudy-sunset-sky-reflected-lake_181624-16429.jpg?_wi=1", - imageAlt: "Sonnenuntergang über dem Platz", - }, + imageSrc: "http://img.b2bpic.net/free-photo/silhouettes-trees-cloudy-sunset-sky-reflected-lake_181624-16429.jpg", imageAlt: "Sonnenuntergang über dem Platz"}, ]} mediaAnimation="slide-up" - useInvertedBackground={false} /> - {/* Highlights Overview Section */} + {/* Highlights Section */}
- {/* Club Atmosphere Section */} + {/* Atmosphere Section */}
- {/* Tournament Preview Section */} + {/* Tournaments Preview Section */}
@@ -226,41 +152,17 @@ export default function HomePage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Premium Speisen", - handle: "Regionale Küche", - testimonial: "Frische, saisonale Speisen zubereitet mit Liebe zum Detail. Von leichten Lunches bis zu gehobenen Menüs – für jeden Geschmack und jede Gelegenheit.", - }, + id: "1", name: "Premium Speisen", handle: "Regionale Küche", testimonial: "Frische, saisonale Speisen zubereitet mit Liebe zum Detail. Von leichten Lunches bis zu gehobenen Menüs – für jeden Geschmack und jede Gelegenheit."}, { - id: "2", - name: "Sonnenterrasse", - handle: "Mit Ausblick", - testimonial: "Unsere großzügige Terrasse mit Blick auf das Grün ist der ideale Platz zum Entspannen, zum Netzwerken oder einfach zum Genießen des Moments.", - }, + id: "2", name: "Sonnenterrasse", handle: "Mit Ausblick", testimonial: "Unsere großzügige Terrasse mit Blick auf das Grün ist der ideale Platz zum Entspannen, zum Netzwerken oder einfach zum Genießen des Moments."}, { - id: "3", - name: "Hochwertige Getränke", - handle: "Sorgfältig ausgewählt", - testimonial: "Erlesene Weine, lokale Biere und innovative Cocktails – unsere Getränkeauswahl wird von Experten zusammengestellt.", - }, + id: "3", name: "Hochwertige Getränke", handle: "Sorgfältig ausgewählt", testimonial: "Erlesene Weine, lokale Biere und innovative Cocktails – unsere Getränkeauswahl wird von Experten zusammengestellt."}, { - id: "4", - name: "Spezielle Anlässe", - handle: "Reservierungen", - testimonial: "Das Bistro ist auch der perfekte Ort für private Feiern, Firmenessen und besondere Abende. Auf Anfrage gerne mit individuellem Catering.", - }, + id: "4", name: "Spezielle Anlässe", handle: "Reservierungen", testimonial: "Das Bistro ist auch der perfekte Ort für private Feiern, Firmenessen und besondere Abende. Auf Anfrage gerne mit individuellem Catering."}, { - id: "5", - name: "Freundlicher Service", - handle: "Aufmerksam & Warmherzig", - testimonial: "Unser Team versteht sich darauf, sich um Ihre Bedürfnisse zu kümmern. Herzlicher Service, der den Club-Spirit widerspiegelt.", - }, + id: "5", name: "Freundlicher Service", handle: "Aufmerksam & Warmherzig", testimonial: "Unser Team versteht sich darauf, sich um Ihre Bedürfnisse zu kümmern. Herzlicher Service, der den Club-Spirit widerspiegelt."}, { - id: "6", - name: "Öffnungszeiten", - handle: "Ganzjährig", - testimonial: "Das Bistro ist durchgehend für Gäste und Mitglieder zugänglich – regelmäßig geöffnet, auch an Wochenenden und bei Events.", - }, + id: "6", name: "Öffnungszeiten", handle: "Ganzjährig", testimonial: "Das Bistro ist durchgehend für Gäste und Mitglieder zugänglich – regelmäßig geöffnet, auch an Wochenenden und bei Events."}, ]} textboxLayout="default" useInvertedBackground={true} @@ -268,14 +170,8 @@ export default function HomePage() { speed={35} topMarqueeDirection="left" buttons={[ - { - text: "Tisch reservieren", - href: "#bistro", - }, - { - text: "Zum Bistro", - href: "#bistro", - }, + { text: "Tisch reservieren", href: "#" }, + { text: "Zum Bistro", href: "#" }, ]} buttonAnimation="slide-up" /> @@ -291,7 +187,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/golf-course-landscape_1388-298.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/golf-course-landscape_1388-298.jpg" imageAlt="Landschaftlicher Blick auf den Golfplatz" mediaAnimation="slide-up" mediaPosition="right" @@ -308,82 +204,37 @@ export default function HomePage() { columns={[ { items: [ - { - label: "Der Platz", - href: "#course", - }, - { - label: "Scorecard", - href: "#course", - }, - { - label: "Driving Range", - href: "#", - }, + { label: "Der Platz", href: "/" }, + { label: "Scorecard", href: "/" }, + { label: "Driving Range", href: "/" }, ], }, { items: [ - { - label: "Turniere", - href: "#tournaments", - }, - { - label: "Anfänger", - href: "#", - }, - { - label: "Events", - href: "#tournaments", - }, + { label: "Turniere", href: "#" }, + { label: "Anfänger", href: "#" }, + { label: "Events", href: "#" }, ], }, { items: [ - { - label: "Bistro", - href: "#bistro", - }, - { - label: "Reservierung", - href: "#bistro", - }, - { - label: "Catering", - href: "#bistro", - }, + { label: "Bistro", href: "#" }, + { label: "Reservierung", href: "#" }, + { label: "Catering", href: "#" }, ], }, { items: [ - { - label: "Grüngebühren", - href: "#membership", - }, - { - label: "Mitgliedschaft", - href: "#membership", - }, - { - label: "Akademie", - href: "#", - }, + { label: "Grüngebühren", href: "/mitgliedschaft-gruengebuehren" }, + { label: "Mitgliedschaft", href: "/mitgliedschaft-gruengebuehren" }, + { label: "Akademie", href: "#" }, ], }, { items: [ - { - label: "Kontakt", - href: "#contact", - }, - { - label: "Impressum", - href: "#", - }, - { - label: "Datenschutz", - href: "#", - }, + { label: "Kontakt", href: "#contact" }, + { label: "Impressum", href: "#" }, + { label: "Datenschutz", href: "#" }, ], }, ]} @@ -391,4 +242,4 @@ export default function HomePage() {
); -} \ No newline at end of file +}