diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 8f8cbb3..9695fe4 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -25,26 +25,11 @@ export default function LandingPage() {
@@ -56,15 +41,7 @@ export default function LandingPage() {
title="Head Office"
sections={[
{
- heading: "Contact Details",
- content: {
- type: "list",
- items: [
- "Perth, WA",
- "info@esg-mining.com",
- "Available 24/7",
- ],
- },
+ heading: "Contact Details", content: { items: ["Perth, WA", "info@esg-mining.com", "Available 24/7"] },
},
]}
/>
@@ -79,13 +56,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/environmental-pollution-factory-exterior-night_23-2149057719.jpg"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
- faqs={[
- {
- id: "faq-1",
- title: "Do you operate in the Pilbara?",
- content: "Yes, the Pilbara is our primary operational hub.",
- },
- ]}
+ faqs={[{ id: "faq-1", title: "Do you operate in the Pilbara?", content: "Yes, the Pilbara is our primary operational hub." }]}
/>
@@ -94,30 +65,15 @@ export default function LandingPage() {
columns={[
{
items: [
- {
- label: "FIFO Solutions",
- href: "/workforce-support",
- },
- {
- label: "Join ESG",
- href: "/join-esg",
- },
- {
- label: "About Us",
- href: "/about",
- },
+ { label: "FIFO Solutions", href: "/workforce-support" },
+ { label: "Join ESG", href: "/join-esg" },
+ { label: "About Us", href: "/about" },
],
},
{
items: [
- {
- label: "Contact",
- href: "/contact",
- },
- {
- label: "Privacy",
- href: "#",
- },
+ { label: "Contact", href: "/contact" },
+ { label: "Privacy", href: "#" },
],
},
]}