diff --git a/src/app/page.tsx b/src/app/page.tsx index bf37cff..abeb7d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Shield } from "lucide-react"; +import { Shield, Zap, CheckCircle, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -31,43 +31,24 @@ export default function LandingPage() {