diff --git a/src/app/join-esg/page.tsx b/src/app/join-esg/page.tsx
index 0b23dc5..8b879f5 100644
--- a/src/app/join-esg/page.tsx
+++ b/src/app/join-esg/page.tsx
@@ -25,26 +25,11 @@ export default function LandingPage() {
@@ -59,18 +44,9 @@ export default function LandingPage() {
title="Open Roles"
description="Join our network of elite tradespeople operating across Western Australia."
products={[
- {
- id: "j1",
- name: "Heavy Duty Mechanic",
- price: "Competitive",
- imageSrc: "http://img.b2bpic.net/free-photo/brutal-tattooed-bearded-mechanic-specialist-repairs-car-engine-which-is-raised-hydraulic-lift-garage-service-station_613910-4863.jpg",
- },
- {
- id: "j2",
- name: "Certified Welder",
- price: "Competitive",
- imageSrc: "http://img.b2bpic.net/free-photo/brutal-tattooed-bearded-mechanic-specialist-repairs-car-engine-which-is-raised-hydraulic-lift-garage-service-station_613910-19599.jpg",
- },
+ { id: "j1", name: "Heavy Duty Mechanic", price: "Competitive", imageSrc: "http://img.b2bpic.net/free-photo/brutal-tattooed-bearded-mechanic-specialist-repairs-car-engine-which-is-raised-hydraulic-lift-garage-service-station_613910-4863.jpg" },
+ { id: "j2", name: "Certified Welder", price: "Competitive", imageSrc: "http://img.b2bpic.net/free-photo/brutal-tattooed-bearded-mechanic-specialist-repairs-car-engine-which-is-raised-hydraulic-lift-garage-service-station_613910-19599.jpg" },
+ { id: "j3", name: "Site Supervisor", price: "Competitive", imageSrc: "http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35475.jpg" }
]}
/>
@@ -81,11 +57,7 @@ export default function LandingPage() {
title="Application Terms"
sections={[
{
- heading: "Our Commitment",
- content: {
- type: "paragraph",
- 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: { text: "ESG values safety and professional conduct above all else. By applying, you agree to rigorous background checks and site compliance standards." },
},
]}
/>
@@ -96,30 +68,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: "#" },
],
},
]}