From bf938757aacc2bd732bc700b54efbb01e813a663 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 07:46:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 284 ++++++++++------------------------------------- 1 file changed, 60 insertions(+), 224 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 608342c..6d37397 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,80 +33,49 @@ export default function LandingPage() {
@@ -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() { ); -} +} \ No newline at end of file -- 2.49.1