From a4a912f26040aabf4ac9dca781fb5d596c70626a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 10:06:29 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 79 +++++++----------------------------------- 1 file changed, 12 insertions(+), 67 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6cba745..16211ab 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -71,24 +54,8 @@ export default function LandingPage() { title="Our Milestones" description="Evidence of our commitment to your growth." metrics={[ - { - id: "m1", - value: "500+", - title: "Clients Served", - items: [ - "Global reach", - "Industry expertise", - ], - }, - { - id: "m2", - value: "200%", - title: "Growth Rate", - items: [ - "Consistent ROI", - "Performance driven", - ], - }, + { id: "m1", value: "500+", title: "Clients Served", items: ["Global reach", "Industry expertise"] }, + { id: "m2", value: "200%", title: "Growth Rate", items: ["Consistent ROI", "Performance driven"] }, ]} /> @@ -96,30 +63,8 @@ export default function LandingPage() {