From acd98640678f77e40fb5adb95e51f3b28d412b96 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 17:12:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 263 +++++++++++------------------------------------ 1 file changed, 58 insertions(+), 205 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69ef456..68a0c5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,80 +34,49 @@ export default function LandingPage() {
@@ -119,19 +88,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Years Experience", - value: "25+", - }, + label: "Years Experience", value: "25+"}, { icon: Users, - label: "Satisfied Clients", - value: "300+", - }, + label: "Satisfied Clients", value: "300+"}, { icon: Cog, - label: "Projects Completed", - value: "500+", - }, + label: "Projects Completed", value: "500+"}, ]} metricsAnimation="slide-up" /> @@ -139,40 +102,22 @@ export default function LandingPage() {
@@ -268,65 +179,34 @@ export default function LandingPage() {
@@ -402,13 +259,9 @@ export default function LandingPage() { -- 2.49.1