Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 327ac50f65 | |||
| 646a88e77b | |||
| 1e8c0ecb5a | |||
| f200204c8a |
@@ -59,7 +59,7 @@ 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: "Start Your Free Trial", 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" },
|
||||
@@ -171,6 +171,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 +226,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user