diff --git a/src/app/preise/page.tsx b/src/app/preise/page.tsx index 5d89cf5..1eeec88 100644 --- a/src/app/preise/page.tsx +++ b/src/app/preise/page.tsx @@ -7,7 +7,6 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { MessageCircle, DollarSign, Clock, FileCheck } from "lucide-react"; -import Link from "next/link"; export default function PricingPage() { const navItems = [ @@ -53,20 +52,6 @@ export default function PricingPage() { }, ]; - const CustomNavbarWrapper = () => ( -
- ); - return (