From 11309453a9c2992031e145420084145c202a6f11 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:31:19 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d0afc47..5a911a9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -53,7 +53,8 @@ export default function AboutPage() { title="Corporate Governance" sections={[ { - heading: "Ethics & ESG Standards", content: "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: "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 2687a72c2cb42879bee830ab01d2cc6183e6348e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:31:20 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 95a7722..88748ea 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -41,7 +41,8 @@ export default function ContactPage() { title="Head Office" sections={[ { - heading: "Contact Details", content: "Perth, WA. info@esg-mining.com. Available 24/7"}, + heading: "Contact Details", content: "Perth, WA. info@esg-mining.com. Available 24/7" + }, ]} /> -- 2.49.1 From 50a424be3f0d73179dbe63456b58820fe63fe83b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:31:20 +0000 Subject: [PATCH 3/3] Update src/app/join-esg/page.tsx --- src/app/join-esg/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/join-esg/page.tsx b/src/app/join-esg/page.tsx index 7f9f01e..a56f71a 100644 --- a/src/app/join-esg/page.tsx +++ b/src/app/join-esg/page.tsx @@ -57,7 +57,8 @@ export default function JoinESGPage() { title="Application Terms" sections={[ { - heading: "Our Commitment", content: "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: "ESG values safety and professional conduct above all else. By applying, you agree to rigorous background checks and site compliance standards." + }, ]} /> -- 2.49.1