diff --git a/src/app/page.tsx b/src/app/page.tsx index 0786611..ad89f78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Shield } from "lucide-react"; +import { Shield, Zap, Target, RefreshCw, BarChart2, Cloud } from "lucide-react"; export default function LandingPage() { return ( @@ -32,18 +32,9 @@ export default function LandingPage() {