Update src/app/about/page.tsx

This commit is contained in:
2026-05-18 08:27:48 +00:00
parent 3a86373001
commit 3509488d75

View File

@@ -7,7 +7,7 @@ import LegalSection from '@/components/legal/LegalSection';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
export default function LandingPage() {
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
@@ -53,7 +53,7 @@ export default function LandingPage() {
title="Corporate Governance"
sections={[
{
heading: "Ethics & ESG Standards", content: { type: "paragraph", text: "We adhere to industry-leading health and safety protocols, ensuring the wellbeing of our people and the longevity of our clients' assets." },
heading: "Ethics & ESG Standards", content: { text: "We adhere to industry-leading health and safety protocols, ensuring the wellbeing of our people and the longevity of our clients' assets." },
},
]}
/>
@@ -82,4 +82,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}