2 Commits

Author SHA1 Message Date
d0c554eabe Update src/app/page.tsx 2026-04-26 07:47:03 +00:00
1397f287b9 Merge version_2 into main
Merge version_2 into main
2026-04-26 07:46:07 +00:00

View File

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