diff --git a/src/app/page.tsx b/src/app/page.tsx index e1feec5..a1acf72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, Shield, Zap, Coffee, ChevronRight, Mail } from "lucide-react"; +import { Award, Shield, Zap, Coffee, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -131,9 +131,9 @@ export default function LandingPage() {