From a8ea3425d6552cd7aa51ff0841d99ee8eac63725 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:08:44 +0000 Subject: [PATCH] Update src/app/uber-uns/page.tsx --- src/app/uber-uns/page.tsx | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) 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 ( - +