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