From d095f816a54e97010847e034f9b77d71432b6713 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:27:17 +0000 Subject: [PATCH] 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"] }, }, ]} />