diff --git a/src/app/page.tsx b/src/app/page.tsx index 755695c..49d6f6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { Award, CheckCircle, Clock, Shield, MapPin, Zap, Users, MessageCircle } from "lucide-react"; -import Link from "next/link"; export default function HomePage() { const navItems = [ @@ -55,20 +54,6 @@ export default function HomePage() { }, ]; - const CustomNavbarWrapper = () => ( - - ); - return ( - +