diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e042d5..7b899c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, Globe, Sparkles, Users, Zap } from "lucide-react"; +import { Award, Globe, Sparkles, Users, Zap, Shield, Cloud, BrainCircuit } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +32,10 @@ export default function LandingPage() {