|
|
|
|
@@ -2,151 +2,126 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
|
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
|
|
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
|
|
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
|
|
|
|
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
|
|
|
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
|
import { CheckCircle, AlertTriangle, ShieldCheck, HardHat } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
<ThemeProvider
|
|
|
|
|
defaultButtonVariant="text-shift"
|
|
|
|
|
defaultTextAnimation="background-highlight"
|
|
|
|
|
borderRadius="pill"
|
|
|
|
|
contentWidth="compact"
|
|
|
|
|
sizing="mediumLargeSizeMediumTitles"
|
|
|
|
|
background="aurora"
|
|
|
|
|
cardStyle="inset"
|
|
|
|
|
primaryButtonStyle="double-inset"
|
|
|
|
|
defaultButtonVariant="hover-magnetic"
|
|
|
|
|
defaultTextAnimation="reveal-blur"
|
|
|
|
|
borderRadius="soft"
|
|
|
|
|
contentWidth="medium"
|
|
|
|
|
sizing="large"
|
|
|
|
|
background="noise"
|
|
|
|
|
cardStyle="glass-elevated"
|
|
|
|
|
primaryButtonStyle="gradient"
|
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
|
headingFontWeight="extrabold"
|
|
|
|
|
headingFontWeight="bold"
|
|
|
|
|
>
|
|
|
|
|
<ReactLenis root>
|
|
|
|
|
<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" },
|
|
|
|
|
]}
|
|
|
|
|
brandName="ESG"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<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" },
|
|
|
|
|
]}
|
|
|
|
|
brandName="ESG"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroSplitDualMedia
|
|
|
|
|
background={{ variant: "gradient-bars" }}
|
|
|
|
|
title="FIFO Workforce Support for WA Mining Operations"
|
|
|
|
|
description="Skilled HD Mechanics, LV Mechanics and Welders deployed fast to mining and maintenance sites across Western Australia."
|
|
|
|
|
tag="Reliable Industrial Partner"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Request Workforce Support", href: "#contact" },
|
|
|
|
|
{ text: "Join Our Workforce", href: "/join-esg" },
|
|
|
|
|
]}
|
|
|
|
|
mediaItems={[
|
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtDyT7phrflrqeP2FPmLftd5Xh/uploaded-1779094979359-xw35grr3.png", imageAlt: "CAT haul truck in WA mine" },
|
|
|
|
|
{ imageSrc: "https://img.b2bpic.net/free-photo/excavator-action_1112-1599.jpg?id=1194026", imageAlt: "Mining site machinery" }
|
|
|
|
|
]}
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
rating={5}
|
|
|
|
|
ratingText="Trusted by WA's leading contractors"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroSplitDualMedia
|
|
|
|
|
title="Elite Mining Workforce, Rapidly Deployed"
|
|
|
|
|
description="ESG connects top-tier HD/LV Mechanics and specialized Welders to Western Australia's most critical mining operations. We power production stability through precision recruitment."
|
|
|
|
|
tag="Industrial Maintenance Support"
|
|
|
|
|
tagIcon={HardHat}
|
|
|
|
|
background={{ variant: "gradient-bars" }}
|
|
|
|
|
buttons={[{ text: "Hire Workforce", href: "#contact" }, { text: "Join ESG", href: "/join-esg" }]}
|
|
|
|
|
mediaItems={[
|
|
|
|
|
{ imageSrc: "https://img.b2bpic.net/free-photo/industrial-plant-workers_1134-118.jpg", imageAlt: "Industrial site support" },
|
|
|
|
|
{ imageSrc: "https://img.b2bpic.net/free-photo/mechanic-repairing-large-machinery_1134-122.jpg", imageAlt: "Mining machinery repair" }
|
|
|
|
|
]}
|
|
|
|
|
rating={5}
|
|
|
|
|
ratingText="Trusted by WA's largest contractors"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="services" data-section="services">
|
|
|
|
|
<FeatureCardTwentyNine
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="split"
|
|
|
|
|
gridVariant="four-items-2x2-equal-grid"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
features={[
|
|
|
|
|
{ title: "FIFO Rostered Support", description: "Experienced teams for continuous site operations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtDyT7phrflrqeP2FPmLftd5Xh/uploaded-1779094640193-vf5i1l53.png", titleImageSrc: "http://img.b2bpic.net/free-photo/men-looking-tablet-medium-shot_23-2148921388.jpg", buttonText: "Read More" },
|
|
|
|
|
{ title: "Shutdown Workforce Support", description: "Rapid deployment for major maintenance events.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtDyT7phrflrqeP2FPmLftd5Xh/uploaded-1779094726729-0u9jcebm.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/man-using-excavator-digging-day-light_23-2149194787.jpg", buttonText: "Read More" },
|
|
|
|
|
{ title: "HD Mechanical Support", description: "Heavy machinery experts for all equipment types.", imageSrc: "https://img.b2bpic.net/free-photo/combine-machine-service_146671-19098.jpg?id=10180823", titleImageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car-parts_1170-1338.jpg", buttonText: "Read More" },
|
|
|
|
|
{ title: "LV Mechanical Support", description: "Light vehicle maintenance for critical site operations.", imageSrc: "https://img.b2bpic.net/free-photo/combine-machine-service_146671-19096.jpg?id=10180813", titleImageSrc: "http://img.b2bpic.net/free-photo/combine-machine-service_146671-19096.jpg", buttonText: "Read More" },
|
|
|
|
|
{ title: "Welding & Fabrication", description: "Certified trade professionals for site repair needs.", imageSrc: "http://img.b2bpic.net/free-photo/man-makes-show-with-sparkling-fire_8353-698.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/rough-metallic-surface-texture_23-2148953936.jpg", buttonText: "Read More" },
|
|
|
|
|
]}
|
|
|
|
|
title="Our Workforce Services"
|
|
|
|
|
description="Professional support for all mining and maintenance stages."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="services" data-section="services">
|
|
|
|
|
<FeatureCardTwentyNine
|
|
|
|
|
title="Our Industrial Edge"
|
|
|
|
|
description="Solving critical skill shortages with reliable, safety-vetted professionals."
|
|
|
|
|
features={[
|
|
|
|
|
{ title: "Problem: Site Downtime", description: "Unplanned mechanical failures cost millions. We provide the expertise to fix them fast.", imageSrc: "https://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35475.jpg", titleImageSrc: "https://img.b2bpic.net/free-photo/industrial-plant-workers_1134-118.jpg", buttonText: "Learn More" },
|
|
|
|
|
{ title: "Solution: ESG Specialists", description: "Deploy our elite crew of HD and LV mechanics to restore production in record time.", imageSrc: "https://img.b2bpic.net/free-photo/mechanic-engine_1134-180.jpg", titleImageSrc: "https://img.b2bpic.net/free-photo/welding-sparks_1134-160.jpg", buttonText: "Partner With Us" }
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="bento-grid"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="split-description"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="why-esg" data-section="why-esg">
|
|
|
|
|
<MetricSplitMediaAbout
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
title="Why Choose ESG?"
|
|
|
|
|
description="ESG provides fast, reliable FIFO workforce support across WA mining and maintenance operations."
|
|
|
|
|
metrics={[
|
|
|
|
|
{ value: "24/7", title: "Operational" },
|
|
|
|
|
{ value: "25+", title: "Tradespeople" },
|
|
|
|
|
{ value: "50+", title: "Mine Sites" },
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-rock-formations-death-valley-usa_181624-52616.jpg"
|
|
|
|
|
imageAlt="Pilbara mining landscape"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="why-esg" data-section="why-esg">
|
|
|
|
|
<MetricSplitMediaAbout
|
|
|
|
|
title="Proven Mining Reliability"
|
|
|
|
|
description="Our track record speaks for itself. ESG maintains high project availability through rigorous vetting and constant trade support."
|
|
|
|
|
metrics={[{ value: "48hr", title: "Avg. Mobilization" }, { value: "98%", title: "Compliance Rate" }, { value: "24/7", title: "Field Support" }]}
|
|
|
|
|
imageSrc="https://img.b2bpic.net/free-photo/mining-site-machinery_1134-210.jpg"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="testimonial" data-section="testimonial">
|
|
|
|
|
<TestimonialCardTwelve
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
cardTitle="What Our Partners Say"
|
|
|
|
|
cardTag="Testimonials"
|
|
|
|
|
cardAnimation="slide-up"
|
|
|
|
|
testimonials={[
|
|
|
|
|
{ id: "t1", name: "Site Manager, Pilbara", imageSrc: "http://img.b2bpic.net/free-photo/portrait-factory-worker-with-arms-crossed-standing-by-industrial-machine_342744-181.jpg", imageAlt: "Worker 1" },
|
|
|
|
|
{ id: "t2", name: "Procurement Lead, WA", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-factory_1303-14306.jpg", imageAlt: "Worker 2" },
|
|
|
|
|
{ id: "t3", name: "Operations Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-factory-worker-with-arms-crossed-standing-by-drilling-machine-industrial-plant_342744-122.jpg", imageAlt: "Worker 3" },
|
|
|
|
|
{ id: "t4", name: "HR Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-factory-worker-protective-equipment-production-hall_342744-146.jpg", imageAlt: "Worker 4" },
|
|
|
|
|
{ id: "t5", name: "Maintenance Lead", imageSrc: "http://img.b2bpic.net/free-photo/hardhat-wearing-men-work-together-build-factory-generated-by-ai_188544-26781.jpg", imageAlt: "Worker 5" },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="testimonial" data-section="testimonial">
|
|
|
|
|
<TestimonialCardTwelve
|
|
|
|
|
cardTitle="Trusted Partner"
|
|
|
|
|
cardTag="Industry Reputation"
|
|
|
|
|
testimonials={[{ id: "1", name: "Operations Superintendent", imageSrc: "https://img.b2bpic.net/free-photo/person-in-hard-hat_1134-220.jpg" }, { id: "2", name: "Project Lead", imageSrc: "https://img.b2bpic.net/free-photo/site-manager_1134-225.jpg" }]}
|
|
|
|
|
cardAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<FaqSplitMedia
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
description="Everything you need to know about partnering with ESG for your workforce needs."
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/road-raising-mountains_158595-5803.jpg"
|
|
|
|
|
imageAlt="Mining landscape view"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
faqs={[
|
|
|
|
|
{ id: "q1", title: "How fast can you deploy?", content: "Our recruitment network allows for rapid mobilization, often within 48-72 hours for critical roles." },
|
|
|
|
|
{ id: "q2", title: "Are your staff certified?", content: "All personnel are fully vetted, hold current trade certifications, and meet all site-specific safety compliance requirements." },
|
|
|
|
|
{ id: "q3", title: "Do you handle FIFO logistics?", content: "Yes, ESG manages all travel, accommodation, and site logistics for our workforce." },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<FaqSplitMedia
|
|
|
|
|
title="Getting Started"
|
|
|
|
|
description="How ESG transforms your on-site capabilities."
|
|
|
|
|
faqs={[{ id: "f1", title: "Can you scale crews?", content: "Yes, we mobilize crews from single experts to complete maintenance teams depending on your shutdown requirements." }, { id: "f2", title: "Are crews trade-vetted?", content: "Every single ESG professional is rigorously checked for certifications, safety compliance, and site-readiness." }]}
|
|
|
|
|
imageSrc="https://img.b2bpic.net/free-photo/mine-logistics_1134-240.jpg"
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
textboxLayout="split"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterLogoEmphasis
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
items: [
|
|
|
|
|
{ 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: "#" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
logoText="Expert Support Group"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactCTA
|
|
|
|
|
title="Secure Your Mining Project Today"
|
|
|
|
|
description="Don't let workforce gaps halt production. Partner with ESG."
|
|
|
|
|
tag="Contact ESG"
|
|
|
|
|
buttons={[{ text: "Request a Call Back" }]}
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterLogoEmphasis
|
|
|
|
|
logoText="Expert Support Group"
|
|
|
|
|
columns={[{ items: [{ label: "Home", href: "/" }, { label: "Support", href: "/workforce-support" }] }, { items: [{ label: "Contact", href: "/contact" }, { label: "Join", href: "/join-esg" }] }]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
|