From 3ead4a21c79c0905f0da6694e156421bb3a0dce5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:26:46 +0000 Subject: [PATCH] Update src/app/join-esg/page.tsx --- src/app/join-esg/page.tsx | 71 ++++++++------------------------------- 1 file changed, 14 insertions(+), 57 deletions(-) diff --git a/src/app/join-esg/page.tsx b/src/app/join-esg/page.tsx index 0b23dc5..8b879f5 100644 --- a/src/app/join-esg/page.tsx +++ b/src/app/join-esg/page.tsx @@ -25,26 +25,11 @@ export default function LandingPage() { @@ -81,11 +57,7 @@ export default function LandingPage() { title="Application Terms" sections={[ { - heading: "Our Commitment", - content: { - type: "paragraph", - text: "ESG values safety and professional conduct above all else. By applying, you agree to rigorous background checks and site compliance standards.", - }, + heading: "Our Commitment", content: { text: "ESG values safety and professional conduct above all else. By applying, you agree to rigorous background checks and site compliance standards." }, }, ]} /> @@ -96,30 +68,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: "#" }, ], }, ]}