Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a8859ef9d0 | |||
| fed76140e6 | |||
| 8f304de526 | |||
| aaa10b4267 | |||
| 8762595053 | |||
| 66a85bc282 |
@@ -115,23 +115,26 @@ 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"
|
||||
buttons={[
|
||||
{ text: "Get Free Quote", href: "contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user