From 89185bea4b269d6250b03dabf87eae9b16ab3fb0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:27:16 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1db51d5..fcfa4aa 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { title="Corporate Governance" sections={[ { - 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." }, + 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." }, }, ]} /> -- 2.49.1 From d095f816a54e97010847e034f9b77d71432b6713 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:27:17 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9695fe4..17ef76c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -41,7 +41,7 @@ export default function LandingPage() { title="Head Office" sections={[ { - heading: "Contact Details", content: { items: ["Perth, WA", "info@esg-mining.com", "Available 24/7"] }, + heading: "Contact Details", content: { type: "list", items: ["Perth, WA", "info@esg-mining.com", "Available 24/7"] }, }, ]} /> -- 2.49.1 From 3a86373001ae6a16125ac47dc15e992f60dfdff7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:27:17 +0000 Subject: [PATCH 3/3] Update src/app/join-esg/page.tsx --- src/app/join-esg/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/join-esg/page.tsx b/src/app/join-esg/page.tsx index 8b879f5..d4934ac 100644 --- a/src/app/join-esg/page.tsx +++ b/src/app/join-esg/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { title="Application Terms" sections={[ { - 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." }, + 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." }, }, ]} /> -- 2.49.1