From 9543bcbc8a0751b2716a1482c677826ca199348a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 02:30:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {