diff --git a/src/app/uber-uns/page.tsx b/src/app/uber-uns/page.tsx index 86d7438..c5bc6f8 100644 --- a/src/app/uber-uns/page.tsx +++ b/src/app/uber-uns/page.tsx @@ -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 = () => ( - - ); - return ( - +