From 5c20053a8deb34cc82d5ade159f7a159ac94f5a8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:08:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) 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 ( - +