Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d0c554eabe | |||
| 1397f287b9 |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user