Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf938757aa |
284
src/app/page.tsx
284
src/app/page.tsx
@@ -33,80 +33,49 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Curriculum",
|
||||
id: "products",
|
||||
},
|
||||
name: "Curriculum", id: "products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Community",
|
||||
id: "team",
|
||||
},
|
||||
name: "Community", id: "team"},
|
||||
{
|
||||
name: "Support",
|
||||
id: "faq",
|
||||
},
|
||||
name: "Support", id: "faq"},
|
||||
]}
|
||||
brandName="SkyPilot Training"
|
||||
button={{
|
||||
text: "Login Dashboard",
|
||||
href: "/login",
|
||||
}}
|
||||
text: "Login Dashboard", href: "/login"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Elite Airbus A320 Training for Professionals"
|
||||
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: "View Courses", href: "#products"},
|
||||
{
|
||||
text: "Start Learning",
|
||||
href: "/login",
|
||||
},
|
||||
text: "Start Learning", href: "/login"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828180.jpg",
|
||||
imageAlt: "Cockpit Display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828180.jpg", imageAlt: "Cockpit Display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/airplane-flying-clouds_53876-139695.jpg",
|
||||
imageAlt: "Cloud View",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/airplane-flying-clouds_53876-139695.jpg", imageAlt: "Cloud View"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-teenage-gamers-plays-multiplayer-video-game-pc-gaming-club_613910-19262.jpg",
|
||||
imageAlt: "Throttle Control",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-teenage-gamers-plays-multiplayer-video-game-pc-gaming-club_613910-19262.jpg", imageAlt: "Throttle Control"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-pilots-using-control-panel-cockpit-fly-airplane-pushing-power-switch-dashboard-command-buttons-takeoff-international-airways-service-with-aircrew-cabin_482257-51157.jpg",
|
||||
imageAlt: "Cockpit Display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-pilots-using-control-panel-cockpit-fly-airplane-pushing-power-switch-dashboard-command-buttons-takeoff-international-airways-service-with-aircrew-cabin_482257-51157.jpg", imageAlt: "Cockpit Display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunlight-passing-through-clouds_417767-1.jpg",
|
||||
imageAlt: "Cloud View",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunlight-passing-through-clouds_417767-1.jpg", imageAlt: "Cloud View"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cockpit-helicopter_1398-4634.jpg",
|
||||
imageAlt: "Throttle Control",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cockpit-helicopter_1398-4634.jpg", imageAlt: "Throttle Control"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -119,26 +88,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Interactive Quizzes",
|
||||
description: "Consolidate your knowledge with adaptive systems testing.",
|
||||
tag: "Assessments",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-associates-reviewing-key-performance-indicators-within-enterprise_482257-107545.jpg",
|
||||
},
|
||||
id: "f1", title: "Interactive Quizzes", description: "Consolidate your knowledge with adaptive systems testing.", tag: "Assessments", imageSrc: "http://img.b2bpic.net/free-photo/business-associates-reviewing-key-performance-indicators-within-enterprise_482257-107545.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Library Downloads",
|
||||
description: "Access full PDF manuals for offline review anytime.",
|
||||
tag: "Resources",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/airplane-miniature-notebook-world-map-brown-background-flat-lay_169016-28419.jpg",
|
||||
},
|
||||
id: "f2", title: "Library Downloads", description: "Access full PDF manuals for offline review anytime.", tag: "Resources", imageSrc: "http://img.b2bpic.net/free-photo/airplane-miniature-notebook-world-map-brown-background-flat-lay_169016-28419.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Pilot Community",
|
||||
description: "Engage with expert instructors and peers worldwide.",
|
||||
tag: "Network",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-with-laptop-waiting-area_107420-85137.jpg",
|
||||
},
|
||||
id: "f3", title: "Pilot Community", description: "Engage with expert instructors and peers worldwide.", tag: "Network", imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-with-laptop-waiting-area_107420-85137.jpg"},
|
||||
]}
|
||||
title="Comprehensive Learning Ecosystem"
|
||||
description="Everything a professional pilot needs to excel."
|
||||
@@ -153,47 +107,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Systems Overview",
|
||||
price: "$199",
|
||||
variant: "Comprehensive",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/join-global-marketing-business-strategy-commerce-website-concept_53876-14024.jpg",
|
||||
},
|
||||
id: "p1", name: "Systems Overview", price: "$199", variant: "Comprehensive", imageSrc: "http://img.b2bpic.net/free-photo/join-global-marketing-business-strategy-commerce-website-concept_53876-14024.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Flight Performance",
|
||||
price: "$149",
|
||||
variant: "Advanced",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/internet-things-icon-set_1262-7773.jpg",
|
||||
},
|
||||
id: "p2", name: "Flight Performance", price: "$149", variant: "Advanced", imageSrc: "http://img.b2bpic.net/free-vector/internet-things-icon-set_1262-7773.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Emergency Procedures",
|
||||
price: "$249",
|
||||
variant: "Critical",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/first-aid-bag-paper-craft-icon_53876-74639.jpg",
|
||||
},
|
||||
id: "p3", name: "Emergency Procedures", price: "$249", variant: "Critical", imageSrc: "http://img.b2bpic.net/free-photo/first-aid-bag-paper-craft-icon_53876-74639.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Cockpit Procedures",
|
||||
price: "$179",
|
||||
variant: "Operational",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/blue-travel-infographics_23-2147509655.jpg",
|
||||
},
|
||||
id: "p4", name: "Cockpit Procedures", price: "$179", variant: "Operational", imageSrc: "http://img.b2bpic.net/free-vector/blue-travel-infographics_23-2147509655.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Avionics Training",
|
||||
price: "$299",
|
||||
variant: "Technical",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-airliner-uniform-flying-airplane-with-cockpit-command-buttons-cabin-dashboard-pushing-engine-radar-switch-control-panel-board-fly-jet-with-traffic-navigation_482257-49480.jpg",
|
||||
},
|
||||
id: "p5", name: "Avionics Training", price: "$299", variant: "Technical", imageSrc: "http://img.b2bpic.net/free-photo/female-airliner-uniform-flying-airplane-with-cockpit-command-buttons-cabin-dashboard-pushing-engine-radar-switch-control-panel-board-fly-jet-with-traffic-navigation_482257-49480.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Flight Planning",
|
||||
price: "$129",
|
||||
variant: "Operational",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-traveling-without-covid-worries_23-2149051630.jpg",
|
||||
},
|
||||
id: "p6", name: "Flight Planning", price: "$129", variant: "Operational", imageSrc: "http://img.b2bpic.net/free-photo/people-traveling-without-covid-worries_23-2149051630.jpg"},
|
||||
]}
|
||||
title="A320 Mastery Curriculum"
|
||||
description="Master every facet of the A320 fleet."
|
||||
@@ -207,38 +131,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
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: "Select Basic", href: "/login"},
|
||||
],
|
||||
features: [
|
||||
"Systems Access",
|
||||
"PDF Downloads",
|
||||
"Community",
|
||||
],
|
||||
"Systems Access", "PDF Downloads", "Community"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Professional",
|
||||
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: "Select Pro", href: "/login"},
|
||||
],
|
||||
features: [
|
||||
"Everything in Basic",
|
||||
"Advanced Quizzes",
|
||||
"Priority Support",
|
||||
],
|
||||
"Everything in Basic", "Advanced Quizzes", "Priority Support"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Training Plans"
|
||||
@@ -253,22 +159,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Active Pilots",
|
||||
value: "12,000+",
|
||||
icon: Users,
|
||||
id: "m1", title: "Active Pilots", value: "12,000+", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Courses Completed",
|
||||
value: "45,000+",
|
||||
icon: Award,
|
||||
id: "m2", title: "Courses Completed", value: "45,000+", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Global Partners",
|
||||
value: "50+",
|
||||
icon: Globe,
|
||||
id: "m3", title: "Global Partners", value: "50+", icon: Globe,
|
||||
},
|
||||
]}
|
||||
title="Proven Training Success"
|
||||
@@ -283,23 +180,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Capt. James Miller",
|
||||
role: "Head Instructor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-background-small-single-engine-plane_1153-3675.jpg",
|
||||
},
|
||||
id: "t1", name: "Capt. James Miller", role: "Head Instructor", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-background-small-single-engine-plane_1153-3675.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Capt. Sarah Jenkins",
|
||||
role: "Systems Expert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-beard-wearing-airplane-pilot-uniform-showing-pointing-up-with-fingers-number-four-while-smiling-confident-happy_839833-15245.jpg",
|
||||
},
|
||||
id: "t2", name: "Capt. Sarah Jenkins", role: "Systems Expert", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-beard-wearing-airplane-pilot-uniform-showing-pointing-up-with-fingers-number-four-while-smiling-confident-happy_839833-15245.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Capt. David Zhou",
|
||||
role: "Simulator Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-flight-attendant-holding-plane_23-2150197234.jpg",
|
||||
},
|
||||
id: "t3", name: "Capt. David Zhou", role: "Simulator Specialist", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-flight-attendant-holding-plane_23-2150197234.jpg"},
|
||||
]}
|
||||
title="Meet Our Instructors"
|
||||
description="Led by veteran pilots and training experts."
|
||||
@@ -313,45 +198,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Capt. Alex R.",
|
||||
handle: "@captain.alex",
|
||||
testimonial: "The A320 course depth is unparalleled.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pilot-air-hostess-walking-with-their-trolley-bags_107420-85063.jpg",
|
||||
},
|
||||
id: "1", name: "Capt. Alex R.", handle: "@captain.alex", testimonial: "The A320 course depth is unparalleled.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pilot-air-hostess-walking-with-their-trolley-bags_107420-85063.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "First Officer Mia S.",
|
||||
handle: "@mia.flys",
|
||||
testimonial: "Passed my checkride thanks to this platform.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-female-flight-attendant-studio_23-2150312727.jpg",
|
||||
},
|
||||
id: "2", name: "First Officer Mia S.", handle: "@mia.flys", testimonial: "Passed my checkride thanks to this platform.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-female-flight-attendant-studio_23-2150312727.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Capt. John B.",
|
||||
handle: "@john.b.air",
|
||||
testimonial: "Excellent visual aids and intuitive UI.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-flight-attendant-posing-studio_23-2150197253.jpg",
|
||||
},
|
||||
id: "3", name: "Capt. John B.", handle: "@john.b.air", testimonial: "Excellent visual aids and intuitive UI.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-flight-attendant-posing-studio_23-2150197253.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "F/O Eric L.",
|
||||
handle: "@eric.flys",
|
||||
testimonial: "Great community and support.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-airplane-pilot-pointing-camera-aviation-academy-recruitment-plane-captain-wearing-uniform-hat-front-view-portrait-middle-age-aviator-with-airline-wings-badge-jacket_482257-50649.jpg",
|
||||
},
|
||||
id: "4", name: "F/O Eric L.", handle: "@eric.flys", testimonial: "Great community and support.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-airplane-pilot-pointing-camera-aviation-academy-recruitment-plane-captain-wearing-uniform-hat-front-view-portrait-middle-age-aviator-with-airline-wings-badge-jacket_482257-50649.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Capt. Sarah K.",
|
||||
handle: "@sarah.sky",
|
||||
testimonial: "A must-have for Airbus pilots.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-flight-attendant-holding-plane_23-2150197233.jpg",
|
||||
},
|
||||
id: "5", name: "Capt. Sarah K.", handle: "@sarah.sky", testimonial: "A must-have for Airbus pilots.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-flight-attendant-holding-plane_23-2150197233.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Pilot Experiences"
|
||||
@@ -364,20 +224,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I get offline access?",
|
||||
content: "Yes, our PDF manuals are fully downloadable.",
|
||||
},
|
||||
id: "q1", title: "Do I get offline access?", content: "Yes, our PDF manuals are fully downloadable."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is the dashboard trackable?",
|
||||
content: "Our platform records all progress across modules.",
|
||||
},
|
||||
id: "q2", title: "Is the dashboard trackable?", content: "Our platform records all progress across modules."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Will you add other aircraft?",
|
||||
content: "Yes, expanding to further types is our roadmap.",
|
||||
},
|
||||
id: "q3", title: "Will you add other aircraft?", content: "Yes, expanding to further types is our roadmap."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Need clarity? We are here to help."
|
||||
@@ -390,42 +241,27 @@ export default function LandingPage() {
|
||||
logoText="SkyPilot"
|
||||
columns={[
|
||||
{
|
||||
title: "Courses",
|
||||
items: [
|
||||
title: "Courses", items: [
|
||||
{
|
||||
label: "A320 Systems",
|
||||
href: "#products",
|
||||
},
|
||||
label: "A320 Systems", href: "#products"},
|
||||
{
|
||||
label: "Performance",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Performance", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -434,4 +270,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user