Update src/app/join-esg/page.tsx

This commit is contained in:
2026-05-18 08:26:46 +00:00
parent 7193ea37c6
commit 3ead4a21c7

View File

@@ -25,26 +25,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Support",
id: "/workforce-support",
},
{
name: "Join",
id: "/join-esg",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Support", id: "/workforce-support" },
{ name: "Join", id: "/join-esg" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="ESG"
/>
@@ -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" }
]}
/>
</div>
@@ -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: "#" },
],
},
]}