Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3901f5bfc2 | |||
| 967c371ddd | |||
| 780690c80a | |||
| 327ac50f65 | |||
| 646a88e77b | |||
| 1e8c0ecb5a | |||
| f200204c8a |
@@ -59,7 +59,8 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/african-american-businessman-with-mockup-screen-analyzing-financial-data_482257-119116.jpg", imageAlt: "Learning 10" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/workers-looking-tablet_1170-82.jpg", imageAlt: "Learning 11" }
|
||||
]}
|
||||
buttons={[{ text: "Start Learning Now", href: "#catalog" }]}
|
||||
buttons={[{ text: "Get Started Today", href: "#catalog" }]
|
||||
}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/smart-young-student-with-laptop-books_23-2148550731.jpg", alt: "Student 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-young-woman-glasses-front-laptop_169016-36094.jpg", alt: "Student 2" },
|
||||
@@ -162,7 +163,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
textboxLayout="split-actions"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Do I get lifetime access?", content: "Yes, once you purchase a course, you keep it in your account forever." },
|
||||
@@ -171,6 +172,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Still have questions? Check out our helpful answers to common student queries."
|
||||
buttons={[{ text: "Contact Support", href: "#contact" }]}
|
||||
faqsAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/contact-us-communication-support-service-assistance-concept_53876-128103.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -225,4 +227,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user