1 Commits

Author SHA1 Message Date
d06952a6d4 Update src/app/page.tsx 2026-05-12 00:48:15 +00:00

View File

@@ -55,8 +55,6 @@ export default function LandingPage() {
buttons={[
{
text: "Enroll Now", href: "/register"},
{
text: "View Curriculum", href: "/curriculum"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-adult-wakes-up-black-student-university-library-after-falling-asleep_482257-123348.jpg"
@@ -173,6 +171,10 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={true}
buttons={[
{
text: "Contact Support", href: "/contact"},
]}
faqs={[
{
id: "f1", title: "How do I register?", content: "You can easily register from our website by clicking the 'Enroll Now' button and filling in your details."},
@@ -243,4 +245,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}