diff --git a/src/app/page.tsx b/src/app/page.tsx index 16ab118..5e023aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,20 +115,20 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", icon: Users, + id: "1", icon: Shield, + title: "Licensed & Insured", value: "100%" + }, + { + id: "2", icon: Users, title: "Customers Served", value: "5,000+" }, { - id: "2", icon: Star, + id: "3", icon: Star, title: "5-Star Reviews", value: "98%" }, { - id: "3", icon: Clock, + id: "4", icon: Clock, title: "Years Experience", value: "20+" - }, - { - id: "4", icon: Shield, - title: "Licensed & Insured", value: "100%" } ]} animationType="slide-up" @@ -189,4 +189,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}