diff --git a/src/app/page.tsx b/src/app/page.tsx index 171eb69..309c590 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, TrendingUp, Users } from "lucide-react"; +import { Award, TrendingUp, Users, Zap, Shield, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -31,22 +31,10 @@ export default function LandingPage() {