Update src/app/page.tsx

This commit is contained in:
2026-03-26 04:19:19 +00:00
parent e6bb7c6755
commit d7d6e0e399

View File

@@ -10,7 +10,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { ShieldCheck, Star, Zap } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -102,13 +102,13 @@ export default function LandingPage() {
]} ]}
kpiItems={[ 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" title="Trusted by Your Neighbors"