Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user