Update src/app/kontakt/page.tsx

This commit is contained in:
2026-03-03 13:08:43 +00:00
parent 287c95b55f
commit 5783003d5b

View File

@@ -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 = () => (
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={navItems.map((item) => ({
name: item.name,
id: item.id,
}))}
button={{
text: "Jetzt anfragen", href: "/kontakt"}}
brandName="KFZ Gutachter Berlin"
/>
</div>
);
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
@@ -79,7 +64,17 @@ export default function ContactPage() {
secondaryButtonStyle="solid"
headingFontWeight="normal"
>
<CustomNavbarWrapper />
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={navItems.map((item) => ({
name: item.name,
id: item.id,
}))}
button={{
text: "Jetzt anfragen", href: "/kontakt"}}
brandName="KFZ Gutachter Berlin"
/>
</div>
<div id="contact-info" data-section="contact-info">
<SplitAbout