From 13a3c2aacaf2997a2d2c3a4586af1ea4a2df04fd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:42:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 188 +++++++---------------------------------------- 1 file changed, 25 insertions(+), 163 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c05c827..8f440b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -206,71 +115,24 @@ export default function LandingPage() { title="Service Impact" description="Quantifying the value of our professional exterior care." metrics={[ - { - id: "mx1", - icon: Leaf, - title: "Acres Managed", - value: "150+", - }, - { - id: "mx2", - icon: Sun, - title: "Annual Cleanings", - value: "1,200+", - }, - { - id: "mx3", - icon: ThumbsUp, - title: "Happy Clients", - value: "450+", - }, + { id: "mx1", icon: Leaf, title: "Acres Managed", value: "150+" }, + { id: "mx2", icon: Sun, title: "Annual Cleanings", value: "1,200+" }, + { id: "mx3", icon: ThumbsUp, title: "Happy Clients", value: "450+" } ]} /> ); -} +} \ No newline at end of file