diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fbc670..49b457c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Zap, Star, MessageSquare } from 'lucide-react'; +import { Zap, Star } from 'lucide-react'; export default function Page() { const navItems = [ @@ -17,7 +17,18 @@ export default function Page() { ]; return ( - + @@ -44,6 +55,9 @@ export default function Page() {