From 75b73a42dc08eff67aaa55f9158681f81a30eb7b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:28:21 +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 814bcef..650ecd9 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -41,7 +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: { type: "list", items: ["Perth, WA", "info@esg-mining.com", "Available 24/7"] }, }, ]} />