diff --git a/src/app/page.tsx b/src/app/page.tsx index f5929d1..2431611 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { ShieldCheck, Star, Zap } from "lucide-react"; + export default function LandingPage() { return ( @@ -102,13 +102,13 @@ export default function LandingPage() { ]} kpiItems={[ { - icon: Star, title: "Customer Rating", value: "5.0" + title: "Customer Rating", value: "5.0" }, { - icon: Zap, title: "Same-Day Service", value: "Available" + title: "Same-Day Service", value: "Available" }, { - icon: ShieldCheck, title: "Licensed & Insured", value: "Certified" + title: "Licensed & Insured", value: "Certified" } ]} title="Trusted by Your Neighbors"