Merge version_3 into main #15

Merged
bender merged 2 commits from version_3 into main 2026-05-18 09:27:04 +00:00
2 changed files with 42 additions and 44 deletions

View File

@@ -10,7 +10,7 @@ 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 } from "lucide-react";
import { CheckCircle, AlertTriangle, ShieldCheck, HardHat } from "lucide-react";
export default function LandingPage() {
return (
@@ -20,9 +20,9 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="large"
background="noiseDiagonalGradient"
cardStyle="glass-depth"
primaryButtonStyle="diagonal-gradient"
background="noise"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="bold"
>
@@ -31,8 +31,8 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "FIFO Support", id: "/workforce-support" },
{ name: "Careers", id: "/join-esg" },
{ name: "Support", id: "/workforce-support" },
{ name: "Join", id: "/join-esg" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
@@ -42,43 +42,41 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
title="Rostered FIFO Workforce Support for Mining"
description="Expert Support Group delivers elite HD Mechanics, LV Mechanics, and Welders for critical maintenance and site operations. Rapid, reliable deployment across Western Australia."
tag="Industrial Maintenance Experts"
tagIcon={CheckCircle}
background={{ variant: "radial-gradient" }}
buttons={[{ text: "Request Workforce", href: "#contact" }, { text: "Join Team", href: "/join-esg" }]}
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: "Mining site support" },
{ imageSrc: "https://img.b2bpic.net/free-photo/mechanic-repairing-large-machinery_1134-122.jpg", imageAlt: "Mechanical maintenance" }
{ 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="Preferred by top tier WA contractors"
ratingText="Trusted by WA's largest contractors"
/>
</div>
<div id="services" data-section="services">
<FeatureCardTwentyNine
title="Our Industrial Solutions"
description="High-performance staffing designed to prevent downtime and optimize site efficiency."
title="Our Industrial Edge"
description="Solving critical skill shortages with reliable, safety-vetted professionals."
features={[
{ title: "FIFO Rostered Staff", description: "Consistent, high-caliber personnel for daily site operations.", imageSrc: "https://img.b2bpic.net/free-photo/workers-standing-factory_1134-135.jpg", titleImageSrc: "https://img.b2bpic.net/free-photo/factory-worker_1134-142.jpg", buttonText: "Learn More" },
{ title: "Shutdown Management", description: "Rapidly deploy specialized crews for major maintenance events.", imageSrc: "https://img.b2bpic.net/free-photo/maintenance-crew_1134-155.jpg", titleImageSrc: "https://img.b2bpic.net/free-photo/welding-sparks_1134-160.jpg", buttonText: "Learn More" },
{ title: "HD/LV Mechanical", description: "Specialized expertise for mining heavy and light vehicle fleets.", imageSrc: "https://img.b2bpic.net/free-photo/mechanic-engine_1134-180.jpg", titleImageSrc: "https://img.b2bpic.net/free-photo/engine-parts_1134-185.jpg", buttonText: "Learn More" },
{ title: "Qualified Trades", description: "Verified certified welders and fabricators for all site needs.", imageSrc: "https://img.b2bpic.net/free-photo/welder-at-work_1134-190.jpg", titleImageSrc: "https://img.b2bpic.net/free-photo/welding-metal_1134-195.jpg", buttonText: "Learn More" }
{ 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={false}
useInvertedBackground={true}
/>
</div>
<div id="why-esg" data-section="why-esg">
<MetricSplitMediaAbout
title="Uncompromising Safety & Quality"
description="We don't just provide personnel; we provide operational continuity. ESG ensures every trade professional deployed is strictly compliant with WA safety standards."
metrics={[{ value: "100%", title: "Compliance Vetted" }, { value: "24/7", title: "Support" }, { value: "50+", title: "Active Projects" }]}
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}
@@ -87,19 +85,19 @@ export default function LandingPage() {
<div id="testimonial" data-section="testimonial">
<TestimonialCardTwelve
cardTitle="Industry Trusted"
cardTag="Our Reputation"
testimonials={[{ id: "1", name: "Mining Operations Lead", imageSrc: "https://img.b2bpic.net/free-photo/person-in-hard-hat_1134-220.jpg" }, { id: "2", name: "Procurement Director", imageSrc: "https://img.b2bpic.net/free-photo/site-manager_1134-225.jpg" }]}
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={false}
useInvertedBackground={true}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Operational Questions"
description="Everything you need to know about partnering with us."
faqs={[{ id: "f1", title: "How fast is your deployment?", content: "We specialize in rapid mobilization, typically arriving on-site within 48 hours for critical shutdowns." }, { id: "f2", title: "Do you supply tools?", content: "Yes, all our tradespeople arrive site-ready with their own specialized tools and PPE." }]}
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"
@@ -109,22 +107,22 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
title="Ready for Reliable FIFO Support?"
description="Contact our planning team today to secure the workforce your project requires."
tag="Get In Touch"
buttons={[{ text: "Submit Request" }]}
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={false}
useInvertedBackground={true}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="ESG"
columns={[{ items: [{ label: "Home", href: "/" }, { label: "Support", href: "/workforce-support" }] }, { items: [{ label: "Contact", href: "/contact" }, { label: "Join", href: "/join-esg" }] }]}
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>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #121212;
--card: #1e1e1e;
--foreground: #ffffff;
--background: #1a1a1a;
--card: #262626;
--foreground: #f5f5f5;
--primary-cta: #f2c200;
--primary-cta-text: #0b0f14;
--secondary-cta: #333333;
--secondary-cta-text: #ffffff;
--accent: #f2c200;
--background-accent: #252525;
--background-accent: #333333;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);