@@ -45,17 +40,10 @@ export default function LandingPage() {
@@ -173,24 +105,9 @@ export default function LandingPage() {
title="Why Our Clients Trust Us"
description="Unmatched dedication to the cleanliness of your space."
metrics={[
- {
- id: "m1",
- icon: Shield,
- title: "Satisfaction",
- value: "100%",
- },
- {
- id: "m2",
- icon: Clock,
- title: "Turnaround",
- value: "24h",
- },
- {
- id: "m3",
- icon: Star,
- title: "Rating",
- value: "5.0",
- },
+ { id: "m1", icon: Shield, title: "Satisfaction", value: "100%" },
+ { id: "m2", icon: Clock, title: "Turnaround", value: "24h" },
+ { id: "m3", icon: Star, title: "Rating", value: "5.0" },
]}
/>
@@ -198,14 +115,8 @@ export default function LandingPage() {