Update src/app/join-esg/page.tsx

This commit is contained in:
2026-05-18 08:27:49 +00:00
parent 0018567200
commit c11159255e

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>
);
}
}