diff --git a/src/app/page.tsx b/src/app/page.tsx index d5f33de..6f30e57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, CheckCircle, Clock, Shield, Users, Zap } from "lucide-react"; +import { Award, CheckCircle, Clock, Shield, Users, Zap, Cloud, BarChart, Headphones } from "lucide-react"; export default function LandingPage() { return ( @@ -33,22 +33,10 @@ export default function LandingPage() {