diff --git a/src/app/page.tsx b/src/app/page.tsx index a44f97f..d12a077 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Award, Eye, Hand, Scissors, Shield, Sparkles, Zap, CheckShield } from "lucide-react"; +import { Award, Eye, Hand, Scissors, Shield, Sparkles, Zap, Check } from "lucide-react"; import { useEffect } from "react"; export default function LandingPage() { @@ -93,7 +93,7 @@ export default function LandingPage() {