Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 88802fa7fd | |||
| 6ca5c77e24 |
@@ -55,6 +55,8 @@ 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"
|
||||
@@ -171,10 +173,6 @@ 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."},
|
||||
@@ -245,4 +243,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user