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() {