diff --git a/src/app/page.tsx b/src/app/page.tsx index 714224c..19305a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,39 +45,24 @@ export default function LandingPage() {
@@ -123,23 +93,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - icon: Radio, - title: "Uplink Signal", - value: "99.8%", - }, + id: "m1", icon: Radio, + title: "Uplink Signal", value: "99.8%"}, { - id: "m2", - icon: Map, - title: "Terrain Mapped", - value: "12.4km²", - }, + id: "m2", icon: Map, + title: "Terrain Mapped", value: "12.4km²"}, { - id: "m3", - icon: Zap, - title: "Rover Velocity", - value: "5.2 m/s", - }, + id: "m3", icon: Zap, + title: "Rover Velocity", value: "5.2 m/s"}, ]} title="System Telemetry" description="Current status of the navigation array and active rover units." @@ -152,27 +113,16 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Supported image formats?", - content: "Supports GeoTIFF, PNG, and RAW surface imaging data.", - }, + id: "f1", title: "Supported image formats?", content: "Supports GeoTIFF, PNG, and RAW surface imaging data."}, { - id: "f2", - title: "Can I export routes?", - content: "Routes can be exported as waypoint JSON for immediate rover upload.", - }, + id: "f2", title: "Can I export routes?", content: "Routes can be exported as waypoint JSON for immediate rover upload."}, { - id: "f3", - title: "API support?", - content: "Yes, we provide an enterprise REST API for autonomous swarm navigation.", - }, + id: "f3", title: "API support?", content: "Yes, we provide an enterprise REST API for autonomous swarm navigation."}, ]} ctaTitle="Request Mission Access" ctaDescription="Get authorization to start your lunar exploration project today." ctaButton={{ - text: "Contact Support", - href: "#", - }} + text: "Contact Support", href: "#"}} ctaIcon={ArrowRight} /> @@ -186,27 +136,13 @@ export default function LandingPage() { description="Powerful tools designed for the next generation of lunar exploration." features={[ { - id: "f1", - title: "Real-time Surface Mapping", - author: "Navigation Suite", - description: "High-fidelity mapping powered by satellite imagery.", - tags: [ - "Mapping", - "AI", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZjjZGS6liHTka6HqwyUwsEuBQ/advanced-satellite-telemetry-display-wit-1774703662717-3c864944.png", - }, + id: "f1", title: "Real-time Surface Mapping", author: "Navigation Suite", description: "High-fidelity mapping powered by satellite imagery.", tags: [ + "Mapping", "AI"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZjjZGS6liHTka6HqwyUwsEuBQ/advanced-satellite-telemetry-display-wit-1774703662717-3c864944.png"}, { - id: "f2", - title: "Autonomous Pathfinding", - author: "Core Engine", - description: "Automated obstacle avoidance and path planning.", - tags: [ - "Auto", - "Safety", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZjjZGS6liHTka6HqwyUwsEuBQ/a-futuristic-radar-scan-interface-with-n-1774703679690-56a6c6c1.png", - }, + id: "f2", title: "Autonomous Pathfinding", author: "Core Engine", description: "Automated obstacle avoidance and path planning.", tags: [ + "Auto", "Safety"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZjjZGS6liHTka6HqwyUwsEuBQ/a-futuristic-radar-scan-interface-with-n-1774703679690-56a6c6c1.png"}, ]} /> @@ -218,18 +154,14 @@ export default function LandingPage() { socialLinks={[ { icon: Github, - href: "#", - ariaLabel: "GitHub", - }, + href: "#", ariaLabel: "GitHub"}, { icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, + href: "#", ariaLabel: "Twitter"}, ]} /> ); -} +} \ No newline at end of file