Update src/app/page.tsx
This commit is contained in:
@@ -133,15 +133,12 @@ export default function LandingPage() {
|
|||||||
autoplayDelay={3000}
|
autoplayDelay={3000}
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
ariaLabel="Hero section with TESOL & TEFL Academy"
|
ariaLabel="Hero section with TESOL & TEFL Academy"
|
||||||
useInvertedBackground={false}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="why-certify" data-section="why-certify">
|
<div id="why-certify" data-section="why-certify">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
tag="Foundation"
|
tag="Foundation"
|
||||||
title="Why TESOL & TEFL Certification Matters"
|
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>
|
||||||
<div id="recognition" data-section="recognition">
|
<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: "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: "#" }] }
|
{ items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user