Merge version_1 into main #8

Merged
bender merged 3 commits from version_1 into main 2026-05-18 08:31:58 +00:00
3 changed files with 0 additions and 39 deletions

View File

@@ -3,7 +3,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import LegalSection from '@/components/legal/LegalSection';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -47,18 +46,6 @@ export default function AboutPage() {
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="section"
title="Corporate Governance"
sections={[
{
heading: "Ethics & ESG Standards", content: "We adhere to industry-leading health and safety protocols, ensuring the wellbeing of our people and the longevity of our clients' assets."
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[

View File

@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import LegalSection from '@/components/legal/LegalSection';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
export default function ContactPage() {
@@ -35,18 +34,6 @@ export default function ContactPage() {
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="section"
title="Head Office"
sections={[
{
heading: "Contact Details", content: "Perth, WA. info@esg-mining.com. Available 24/7"
},
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="default"

View File

@@ -3,7 +3,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import LegalSection from '@/components/legal/LegalSection';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
@@ -51,18 +50,6 @@ export default function JoinESGPage() {
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="section"
title="Application Terms"
sections={[
{
heading: "Our Commitment", content: "ESG values safety and professional conduct above all else. By applying, you agree to rigorous background checks and site compliance standards."
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[