diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ef8b7b..0cf2eb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import { Zap, Layout, Shield, Brain } from 'lucide-react'; export default function LandingPage() { return ( @@ -29,17 +30,11 @@ export default function LandingPage() { @@ -48,19 +43,14 @@ export default function LandingPage() {
@@ -223,13 +142,9 @@ export default function LandingPage() {