Update src/app/page.tsx
This commit is contained in:
@@ -133,15 +133,12 @@ export default function LandingPage() {
|
||||
autoplayDelay={3000}
|
||||
showDimOverlay={true}
|
||||
ariaLabel="Hero section with TESOL & TEFL Academy"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="why-certify" data-section="why-certify">
|
||||
<TextAbout
|
||||
tag="Foundation"
|
||||
title="Why TESOL & TEFL Certification Matters"
|
||||
description="Unlock your potential as a global English educator. Our accredited programs provide you with the pedagogical skills and international recognition needed to thrive in diverse teaching environments. Gain confidence, master modern methodologies, and join a worldwide network of certified professionals."
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
<div id="recognition" data-section="recognition">
|
||||
@@ -251,7 +248,6 @@ export default function LandingPage() {
|
||||
{ items: [{ label: "About Us", href: "#why-certify" }, { label: "Student Success", href: "#success-stories" }, { label: "Career Support", href: "#career" }] },
|
||||
{ items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user