9 Commits

Author SHA1 Message Date
56d4d4375f Switch to version 1: modified src/app/styles/variables.css 2026-05-18 09:54:43 +00:00
2c8eef854b Switch to version 1: modified src/app/page.tsx 2026-05-18 09:54:42 +00:00
dff9e14c1d Switch to version 2: modified src/app/styles/variables.css 2026-05-18 09:54:38 +00:00
94920e7520 Switch to version 2: modified src/app/styles/base.css 2026-05-18 09:54:38 +00:00
d142bf9c1d Switch to version 2: modified src/app/page.tsx 2026-05-18 09:54:37 +00:00
433f256791 Switch to version 2: modified src/app/layout.tsx 2026-05-18 09:54:37 +00:00
4027a41cd6 Merge version_3 into main
Merge version_3 into main
2026-05-18 09:54:17 +00:00
7158a037d6 Merge version_3 into main
Merge version_3 into main
2026-05-18 09:54:00 +00:00
34a13645b8 Merge version_3 into main
Merge version_3 into main
2026-05-18 09:27:04 +00:00
4 changed files with 139 additions and 123 deletions

View File

@@ -7,9 +7,6 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Public_Sans } from "next/font/google"; import { Public_Sans } from "next/font/google";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
import { Montserrat } from "next/font/google";
@@ -23,14 +20,8 @@ export const metadata: Metadata = {
}, },
}; };
const publicSans = Public_Sans({
variable: "--font-public-sans",
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"], subsets: ["latin"],
}); });
@@ -42,7 +33,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${montserrat.variable} ${inter.variable} antialiased`}> <body className={`${publicSans.variable} antialiased`}>
<Tag /> <Tag />
{children} {children}
<script <script

View File

@@ -2,126 +2,151 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import { CheckCircle, AlertTriangle, ShieldCheck, HardHat } from "lucide-react"; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
export default function LandingPage() { export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="hover-magnetic" defaultButtonVariant="text-shift"
defaultTextAnimation="reveal-blur" defaultTextAnimation="background-highlight"
borderRadius="soft" borderRadius="pill"
contentWidth="medium" contentWidth="compact"
sizing="large" sizing="mediumLargeSizeMediumTitles"
background="noise" background="aurora"
cardStyle="glass-elevated" cardStyle="inset"
primaryButtonStyle="gradient" primaryButtonStyle="double-inset"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
headingFontWeight="bold" headingFontWeight="extrabold"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Support", id: "/workforce-support" }, { name: "Support", id: "/workforce-support" },
{ name: "Join", id: "/join-esg" }, { name: "Join", id: "/join-esg" },
{ name: "About", id: "/about" }, { name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }, { name: "Contact", id: "/contact" },
]} ]}
brandName="ESG" brandName="ESG"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroSplitDualMedia
title="Elite Mining Workforce, Rapidly Deployed" background={{ variant: "gradient-bars" }}
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." title="FIFO Workforce Support for WA Mining Operations"
tag="Industrial Maintenance Support" description="Skilled HD Mechanics, LV Mechanics and Welders deployed fast to mining and maintenance sites across Western Australia."
tagIcon={HardHat} tag="Reliable Industrial Partner"
background={{ variant: "gradient-bars" }} buttons={[
buttons={[{ text: "Hire Workforce", href: "#contact" }, { text: "Join ESG", href: "/join-esg" }]} { text: "Request Workforce Support", href: "#contact" },
mediaItems={[ { text: "Join Our Workforce", href: "/join-esg" },
{ 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" } 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" },
rating={5} { imageSrc: "https://img.b2bpic.net/free-photo/excavator-action_1112-1599.jpg?id=1194026", imageAlt: "Mining site machinery" }
ratingText="Trusted by WA's largest contractors" ]}
/> mediaAnimation="slide-up"
</div> rating={5}
ratingText="Trusted by WA's leading contractors"
/>
</div>
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardTwentyNine <FeatureCardTwentyNine
title="Our Industrial Edge" animationType="slide-up"
description="Solving critical skill shortages with reliable, safety-vetted professionals." textboxLayout="split"
features={[ gridVariant="four-items-2x2-equal-grid"
{ 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" }, useInvertedBackground={false}
{ 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" } 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" },
gridVariant="bento-grid" { 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" },
animationType="slide-up" { 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" },
textboxLayout="split-description" { 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" },
useInvertedBackground={true} { 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" },
/> ]}
</div> title="Our Workforce Services"
description="Professional support for all mining and maintenance stages."
/>
</div>
<div id="why-esg" data-section="why-esg"> <div id="why-esg" data-section="why-esg">
<MetricSplitMediaAbout <MetricSplitMediaAbout
title="Proven Mining Reliability" useInvertedBackground={false}
description="Our track record speaks for itself. ESG maintains high project availability through rigorous vetting and constant trade support." title="Why Choose ESG?"
metrics={[{ value: "48hr", title: "Avg. Mobilization" }, { value: "98%", title: "Compliance Rate" }, { value: "24/7", title: "Field Support" }]} description="ESG provides fast, reliable FIFO workforce support across WA mining and maintenance operations."
imageSrc="https://img.b2bpic.net/free-photo/mining-site-machinery_1134-210.jpg" metrics={[
mediaAnimation="blur-reveal" { value: "24/7", title: "Operational" },
useInvertedBackground={false} { value: "25+", title: "Tradespeople" },
/> { value: "50+", title: "Mine Sites" },
</div> ]}
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="testimonial" data-section="testimonial"> <div id="testimonial" data-section="testimonial">
<TestimonialCardTwelve <TestimonialCardTwelve
cardTitle="Trusted Partner" useInvertedBackground={false}
cardTag="Industry Reputation" cardTitle="What Our Partners Say"
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" }]} cardTag="Testimonials"
cardAnimation="slide-up" cardAnimation="slide-up"
useInvertedBackground={true} 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" },
</div> { 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="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitMedia <FaqSplitMedia
title="Getting Started" textboxLayout="default"
description="How ESG transforms your on-site capabilities." useInvertedBackground={false}
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." }]} title="Frequently Asked Questions"
imageSrc="https://img.b2bpic.net/free-photo/mine-logistics_1134-240.jpg" description="Everything you need to know about partnering with ESG for your workforce needs."
faqsAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/road-raising-mountains_158595-5803.jpg"
textboxLayout="split" imageAlt="Mining landscape view"
useInvertedBackground={false} mediaAnimation="slide-up"
/> faqsAnimation="slide-up"
</div> 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="contact" data-section="contact"> <div id="footer" data-section="footer">
<ContactCTA <FooterLogoEmphasis
title="Secure Your Mining Project Today" columns={[
description="Don't let workforce gaps halt production. Partner with ESG." {
tag="Contact ESG" items: [
buttons={[{ text: "Request a Call Back" }]} { label: "FIFO Solutions", href: "/workforce-support" },
background={{ variant: "sparkles-gradient" }} { label: "Join ESG", href: "/join-esg" },
useInvertedBackground={true} { label: "About Us", href: "/about" },
/> ],
</div> },
{
<div id="footer" data-section="footer"> items: [
<FooterLogoEmphasis { label: "Contact", href: "/contact" },
logoText="Expert Support Group" { label: "Privacy", href: "#" },
columns={[{ items: [{ label: "Home", href: "/" }, { label: "Support", href: "/workforce-support" }] }, { items: [{ label: "Contact", href: "/contact" }, { label: "Join", href: "/join-esg" }] }]} ],
/> },
</div> ]}
logoText="Expert Support Group"
/>
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-inter), sans-serif; font-family: var(--font-public-sans), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-montserrat), sans-serif; font-family: var(--font-public-sans), sans-serif;
} }

View File

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