diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index faeb339..1db51d5 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -25,26 +25,11 @@ export default function LandingPage() {
@@ -55,12 +40,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Legacy in Mining"
description="With over two decades of combined experience, ESG understands the unique challenges of the WA resources sector."
- metrics={[
- {
- value: "20+",
- title: "Years Experience",
- },
- ]}
+ metrics={[{ value: "20+", title: "Years Experience" }]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-landscape-shot-white-brown-slopes-rocky-mountain-day_181624-5558.jpg"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -73,11 +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." },
},
]}
/>
@@ -88,30 +64,15 @@ export default function LandingPage() {
columns={[
{
items: [
- {
- label: "FIFO Solutions",
- href: "/workforce-support",
- },
- {
- label: "Join ESG",
- href: "/join-esg",
- },
- {
- label: "About Us",
- href: "/about",
- },
+ { label: "FIFO Solutions", href: "/workforce-support" },
+ { label: "Join ESG", href: "/join-esg" },
+ { label: "About Us", href: "/about" },
],
},
{
items: [
- {
- label: "Contact",
- href: "/contact",
- },
- {
- label: "Privacy",
- href: "#",
- },
+ { label: "Contact", href: "/contact" },
+ { label: "Privacy", href: "#" },
],
},
]}