Update src/app/about/page.tsx

This commit is contained in:
2026-05-18 08:26:45 +00:00
parent 7e79bd789c
commit 4f4cc1c72c

View File

@@ -25,26 +25,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Support",
id: "/workforce-support",
},
{
name: "Join",
id: "/join-esg",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Support", id: "/workforce-support" },
{ name: "Join", id: "/join-esg" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="ESG"
/>
@@ -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: "#" },
],
},
]}