diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 334a566..ee9d92d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -50,22 +39,13 @@ export default function LandingPage() { @@ -77,26 +57,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} title="Our Core Values" - description="The principles that drive our high-end contracting work." + description="Principles that drive us." metrics={[ - { - id: "v1", - value: "40+", - title: "Expertise", - items: [ - "Deep regional knowledge", - "Industry standards", - ], - }, - { - id: "v2", - value: "100%", - title: "Integrity", - items: [ - "Clear pricing", - "Quality materials", - ], - }, + { id: "v1", value: "40+", title: "Expertise", items: ["Deep knowledge", "Standards"] }, + { id: "v2", value: "100%", title: "Integrity", items: ["Pricing", "Materials"] } ]} /> @@ -105,36 +69,8 @@ export default function LandingPage() {