Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 967c371ddd | |||
| 780690c80a | |||
| 327ac50f65 | |||
| 646a88e77b |
@@ -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." },
|
||||
|
||||
Reference in New Issue
Block a user