diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6c84905..064d5c4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,9 @@ export default function LandingPage() {
@@ -52,42 +39,19 @@ export default function LandingPage() {
@@ -97,21 +61,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Clean House Laundry: Quality & Care"
metrics={[
- {
- icon: Clock,
- label: "Open Hours",
- value: "24/7",
- },
- {
- icon: Star,
- label: "Customer Rating",
- value: "4.7",
- },
- {
- icon: MessageCircle,
- label: "Reviews",
- value: "31+",
- },
+ { icon: Clock, label: "Open Hours", value: "24/7" },
+ { icon: Star, label: "Customer Rating", value: "4.7" },
+ { icon: MessageCircle, label: "Reviews", value: "31+" }
]}
metricsAnimation="blur-reveal"
/>
@@ -119,54 +71,31 @@ export default function LandingPage() {