Update src/app/join-esg/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user