diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fb18de..8bf9f51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import { Sparkles, Brain, Heart, Zap, Shield } from "lucide-react"; +import { Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -109,6 +109,7 @@ export default function LandingPage() {