diff --git a/src/app/kontakt-buchung/page.tsx b/src/app/kontakt-buchung/page.tsx new file mode 100644 index 0000000..0d77d43 --- /dev/null +++ b/src/app/kontakt-buchung/page.tsx @@ -0,0 +1,145 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import { Mail } from "lucide-react"; + +export default function KontaktBuchungPage() { + const navItems = [ + { name: "Startseite", id: "/" }, + { name: "Ferienwohnungen", id: "/" }, + { name: "Lage", id: "/" }, + { name: "Aktivitäten", id: "/" }, + { name: "Galerie", id: "/galerie" }, + { name: "Kontakt", id: "/kontakt-buchung" }, + ]; + + const footerColumns = [ + { + title: "StrandQuartier", items: [ + { label: "Über uns", href: "/" }, + { label: "Ferienwohnungen", href: "/" }, + { label: "Galerie", href: "/galerie" }, + ], + }, + { + title: "Informationen", items: [ + { label: "Lage", href: "/" }, + { label: "Aktivitäten", href: "/" }, + { label: "Kontakt", href: "/kontakt-buchung" }, + ], + }, + { + title: "Kontakt", items: [ + { label: "Parkweg 2b, 18230 Rerik", href: "#" }, + { label: "info@strandquartier-rerik.de", href: "mailto:info@strandquartier-rerik.de" }, + { label: "Datenschutz", href: "#" }, + ], + }, + ]; + + const handleContactSubmit = (email: string) => { + console.log("Contact form submitted with email:", email); + // In a real application, send this to a backend service + }; + + return ( + + + +
+
+ {/* Contact Form Section */} + +
+ + {/* Additional Contact Information Section */} +
+
+
+ {/* Contact Info */} +
+

Adresse

+

+ StrandQuartier Rerik
+ Parkweg 2b
+ 18230 Rerik
+ Deutschland +

+
+ + {/* Email */} + + + {/* Phone */} +
+

Telefon

+

+49 (0) 38296 - 2121

+
+
+ + {/* Embedded Map */} +
+

Anfahrt

+
+