Merge version_3 into main #2
@@ -59,9 +59,9 @@ export default function LandingPage() {
|
||||
description="Master your aircraft systems with industry-leading courses designed for the modern pilot. Comprehensive modules, interactive flight deck simulations, and expert insights."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Courses", href: "#products"},
|
||||
text: "Browse Training Programs", href: "#products"},
|
||||
{
|
||||
text: "Start Learning", href: "/login"},
|
||||
text: "Begin Your Training", href: "/login"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
@@ -133,7 +133,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "basic", badge: "Core", price: "$49/mo", subtitle: "Essential access", buttons: [
|
||||
{
|
||||
text: "Select Basic", href: "/login"},
|
||||
text: "Get Started", href: "/login"},
|
||||
],
|
||||
features: [
|
||||
"Systems Access", "PDF Downloads", "Community"],
|
||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "pro", badge: "Best Value", price: "$99/mo", subtitle: "Career focused", buttons: [
|
||||
{
|
||||
text: "Select Pro", href: "/login"},
|
||||
text: "Unlock Full Access", href: "/login"},
|
||||
],
|
||||
features: [
|
||||
"Everything in Basic", "Advanced Quizzes", "Priority Support"],
|
||||
@@ -270,4 +270,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user