diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 20516cf..d0afc47 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -53,8 +53,7 @@ export default function AboutPage() { 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: "We adhere to industry-leading health and safety protocols, ensuring the wellbeing of our people and the longevity of our clients' assets."}, ]} /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 814bcef..95a7722 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -41,8 +41,7 @@ export default function ContactPage() { title="Head Office" sections={[ { - heading: "Contact Details", content: { items: ["Perth, WA", "info@esg-mining.com", "Available 24/7"] }, - }, + heading: "Contact Details", content: "Perth, WA. info@esg-mining.com. Available 24/7"}, ]} /> diff --git a/src/app/join-esg/page.tsx b/src/app/join-esg/page.tsx index 1819bb1..7f9f01e 100644 --- a/src/app/join-esg/page.tsx +++ b/src/app/join-esg/page.tsx @@ -57,8 +57,7 @@ export default function JoinESGPage() { 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: "ESG values safety and professional conduct above all else. By applying, you agree to rigorous background checks and site compliance standards."}, ]} />