Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-05-18 08:27:52 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ import LegalSection from '@/components/legal/LegalSection';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
export default function LandingPage() {
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
@@ -53,7 +53,7 @@ export default function LandingPage() {
title="Corporate Governance"
sections={[
{
heading: "Ethics & ESG Standards", content: { type: "paragraph", text: "We adhere to industry-leading health and safety protocols, ensuring the wellbeing of our people and the longevity of our clients' assets." },
heading: "Ethics & ESG Standards", content: { text: "We adhere to industry-leading health and safety protocols, ensuring the wellbeing of our people and the longevity of our clients' assets." },
},
]}
/>
@@ -82,4 +82,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import LegalSection from '@/components/legal/LegalSection';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
export default function LandingPage() {
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
@@ -41,7 +41,7 @@ export default function LandingPage() {
title="Head Office"
sections={[
{
heading: "Contact Details", content: { type: "list", items: ["Perth, WA", "info@esg-mining.com", "Available 24/7"] },
heading: "Contact Details", content: { items: ["Perth, WA", "info@esg-mining.com", "Available 24/7"] },
},
]}
/>
@@ -83,4 +83,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -7,7 +7,7 @@ import LegalSection from '@/components/legal/LegalSection';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
export default function LandingPage() {
export default function JoinESGPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
@@ -57,7 +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." },
},
]}
/>
@@ -86,4 +86,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}