diff --git a/src/app/page.tsx b/src/app/page.tsx index 543107b..4a5f33b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Shield } from "lucide-react"; +import { Shield, Sparkles, CheckCircle, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -86,12 +86,14 @@ export default function LandingPage() {