From e000767c895f93240e0b5c952ffa86fddb40a035 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 12:44:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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 ( - + -- 2.49.1