Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-29 08:45:30 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Dashboard",
id: "/",
},
name: "Dashboard", id: "/"},
{
name: "My Flights",
id: "/flights",
},
name: "My Flights", id: "/flights"},
{
name: "Aircraft",
id: "/aircraft",
},
name: "Aircraft", id: "/aircraft"},
{
name: "Docs",
id: "/docs",
},
name: "Docs", id: "/docs"},
]}
brandName="SkyPath AI"
/>
@@ -55,11 +47,9 @@ export default function LandingPage() {
description="Smart routes. Real weather. Accurate fuel. Instant cost estimates."
buttons={[
{
text: "Start Planning",
href: "#planner",
},
text: "Start Planning", href: "#planner"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNmWWjmN2Yl0At5QPOT3fjkfr8/a-high-tech-digital-aircraft-cockpit-int-1774773887536-2a48d7a0.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNmWWjmN2Yl0At5QPOT3fjkfr8/a-high-tech-digital-aircraft-cockpit-int-1774773887536-2a48d7a0.png"
imageAlt="A high-tech digital aircraft cockpit interface at night, with glowing blue displays."
/>
</div>
@@ -71,29 +61,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "f1",
title: "Airport Data",
description: "Departure and destination ICAO codes.",
tag: "Essential",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNmWWjmN2Yl0At5QPOT3fjkfr8/a-high-tech-digital-aircraft-cockpit-int-1774773887536-2a48d7a0.png?_wi=2",
imageAlt: "A high-tech digital aircraft cockpit interface at night, with glowing blue displays and flight navig",
},
id: "f1", title: "Airport Data", description: "Departure and destination ICAO codes.", tag: "Essential", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNmWWjmN2Yl0At5QPOT3fjkfr8/a-high-tech-digital-aircraft-cockpit-int-1774773887536-2a48d7a0.png", imageAlt: "A high-tech digital aircraft cockpit interface at night, with glowing blue displays and flight navig"},
{
id: "f2",
title: "Aircraft Specs",
description: "Selection of supported Boeing and Airbus models.",
tag: "Performance",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNmWWjmN2Yl0At5QPOT3fjkfr8/a-stylized-digital-route-map-showing-fli-1774773887437-ece1e32f.png?_wi=1",
imageAlt: "A stylized digital route map showing flight paths between two airport hubs on a dark background.",
},
id: "f2", title: "Aircraft Specs", description: "Selection of supported Boeing and Airbus models.", tag: "Performance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNmWWjmN2Yl0At5QPOT3fjkfr8/a-stylized-digital-route-map-showing-fli-1774773887437-ece1e32f.png", imageAlt: "A stylized digital route map showing flight paths between two airport hubs on a dark background."},
{
id: "f3",
title: "Weather Optimization",
description: "Real-time weather data for route calculations.",
tag: "AI-Powered",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNmWWjmN2Yl0At5QPOT3fjkfr8/a-high-tech-digital-aircraft-cockpit-int-1774773887536-2a48d7a0.png?_wi=3",
imageAlt: "A high-tech digital aircraft cockpit interface at night, with glowing blue displays and flight navig",
},
id: "f3", title: "Weather Optimization", description: "Real-time weather data for route calculations.", tag: "AI-Powered", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNmWWjmN2Yl0At5QPOT3fjkfr8/a-high-tech-digital-aircraft-cockpit-int-1774773887536-2a48d7a0.png", imageAlt: "A high-tech digital aircraft cockpit interface at night, with glowing blue displays and flight navig"},
]}
title="Flight Parameters"
description="Enter your flight details below to generate a professional plan."
@@ -102,62 +74,33 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardEight
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{
id: "free",
badge: "Basic",
price: "$0",
subtitle: "For Casual Flyers",
buttons: [
id: "free", badge: "Basic", price: "$0", subtitle: "For Casual Flyers", buttons: [
{
text: "Start Free",
},
text: "Start Free"},
],
features: [
"5 routes/month",
"Standard Weather",
"Basic Support",
"Community Access",
"Flight Tracking",
],
"5 routes/month", "Standard Weather", "Basic Support", "Community Access", "Flight Tracking"],
},
{
id: "pro",
badge: "Most Popular",
price: "$19",
subtitle: "For Enthusiasts",
buttons: [
id: "pro", badge: "Most Popular", price: "$19", subtitle: "For Enthusiasts", buttons: [
{
text: "Get Pro",
},
text: "Get Pro"},
],
features: [
"Unlimited routes",
"Detailed Weather",
"Fuel Reports",
"ATC Integration",
"Advanced Analytics",
],
"Unlimited routes", "Detailed Weather", "Fuel Reports", "ATC Integration", "Advanced Analytics"],
},
{
id: "ent",
badge: "Enterprise",
price: "$99",
subtitle: "For Pro Users",
buttons: [
id: "ent", badge: "Enterprise", price: "$99", subtitle: "For Pro Users", buttons: [
{
text: "Get Enterprise",
},
text: "Get Enterprise"},
],
features: [
"API Access",
"Team Accounts",
"Priority Support",
"Custom Reporting",
"Dedicated Manager",
],
"API Access", "Team Accounts", "Priority Support", "Custom Reporting", "Dedicated Manager"],
},
]}
title="Flight Plan Packages"
@@ -173,15 +116,9 @@ export default function LandingPage() {
faqsAnimation="blur-reveal"
faqs={[
{
id: "q1",
title: "Is the weather data live?",
content: "Yes, we integrate with global aviation weather services to provide real-time updates.",
},
id: "q1", title: "Is the weather data live?", content: "Yes, we integrate with global aviation weather services to provide real-time updates."},
{
id: "q2",
title: "Does it work with MSFS?",
content: "Our generated routes can be exported directly to major flight simulators including MSFS and X-Plane.",
},
id: "q2", title: "Does it work with MSFS?", content: "Our generated routes can be exported directly to major flight simulators including MSFS and X-Plane."},
]}
/>
</div>
@@ -190,12 +127,11 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Connect"
title="Get In Touch"
description="Have questions about our API or enterprise features? Our support team is ready."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNmWWjmN2Yl0At5QPOT3fjkfr8/a-stylized-digital-route-map-showing-fli-1774773887437-ece1e32f.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BNmWWjmN2Yl0At5QPOT3fjkfr8/a-stylized-digital-route-map-showing-fli-1774773887437-ece1e32f.png"
mediaAnimation="slide-up"
/>
</div>
@@ -206,25 +142,17 @@ export default function LandingPage() {
{
items: [
{
label: "Dashboard",
href: "/",
},
label: "Dashboard", href: "/"},
{
label: "Flights",
href: "/flights",
},
label: "Flights", href: "/flights"},
],
},
{
items: [
{
label: "Aircraft",
href: "/aircraft",
},
label: "Aircraft", href: "/aircraft"},
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
],
},
]}