4 Commits

Author SHA1 Message Date
967c371ddd Update src/app/page.tsx 2026-04-19 13:52:42 +00:00
780690c80a Merge version_3 into main
Merge version_3 into main
2026-04-19 13:50:52 +00:00
327ac50f65 Update src/app/page.tsx 2026-04-19 13:50:46 +00:00
646a88e77b Merge version_2 into main
Merge version_2 into main
2026-04-19 13:49:36 +00:00

View File

@@ -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." },