Update src/app/uber-uns/page.tsx
This commit is contained in:
@@ -7,7 +7,6 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { Briefcase, Award, Users, TrendingUp, MessageCircle } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
@@ -53,20 +52,6 @@ export default function AboutPage() {
|
||||
},
|
||||
];
|
||||
|
||||
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"
|
||||
@@ -80,7 +65,17 @@ export default function AboutPage() {
|
||||
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="about-intro" data-section="about-intro">
|
||||
<SplitAbout
|
||||
|
||||
Reference in New Issue
Block a user