diff --git a/src/app/page.tsx b/src/app/page.tsx index 8495569..3170178 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import MediaAbout from '@/components/sections/about/MediaAbout'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Zap, Shield, Star, Heart, Smile, Users } from 'lucide-react'; +import { Zap, Shield, Star, Smile, Users } from 'lucide-react'; const navItems = [ { name: "Home", id: "/" } @@ -17,7 +17,18 @@ const navItems = [ export default function Page() { return ( - +