Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -102,13 +102,13 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
id: "kpi-1", icon: Star, description: "Customer Rating", value: "5.0"
|
icon: Star, title: "Customer Rating", value: "5.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "kpi-2", icon: Zap, description: "Same-Day Service", value: "Available"
|
icon: Zap, title: "Same-Day Service", value: "Available"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "kpi-3", icon: ShieldCheck, description: "Licensed & Insured", value: "Certified"
|
icon: ShieldCheck, title: "Licensed & Insured", value: "Certified"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
title="Trusted by Your Neighbors"
|
title="Trusted by Your Neighbors"
|
||||||
|
|||||||
Reference in New Issue
Block a user