diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6edc3c1..afc1889 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -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."
/>
@@ -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() {
@@ -190,12 +127,11 @@ export default function LandingPage() {
@@ -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: "#"},
],
},
]}