From 41d61b8c5d49f0bd82c1dd6d093889306bac770c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:23:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 152 ++++++++++++----------------------------------- 1 file changed, 39 insertions(+), 113 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a5fc6bb..1e08803 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,41 +45,26 @@ export default function LandingPage() {
@@ -100,19 +77,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Years Experience", - value: "15+", - }, + label: "Years Experience", value: "15+"}, { icon: Shield, - label: "Properties Represented", - value: "200+", - }, + label: "Properties Represented", value: "200+"}, { icon: Star, - label: "Success Rate", - value: "98%", - }, + label: "Success Rate", value: "98%"}, ]} metricsAnimation="slide-up" /> @@ -122,51 +93,34 @@ export default function LandingPage() {
@@ -214,8 +153,7 @@ export default function LandingPage() {