diff --git a/src/app/kontakt/page.tsx b/src/app/kontakt/page.tsx index ae75773..e532a27 100644 --- a/src/app/kontakt/page.tsx +++ b/src/app/kontakt/page.tsx @@ -6,7 +6,6 @@ import ContactCTA from "@/components/sections/contact/ContactCTA"; import SplitAbout from "@/components/sections/about/SplitAbout"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { MapPin, Phone, Mail, Clock } from "lucide-react"; -import Link from "next/link"; export default function ContactPage() { const navItems = [ @@ -52,20 +51,6 @@ export default function ContactPage() { }, ]; - const CustomNavbarWrapper = () => ( - - ); - return ( - +