Merge version_1 into main #1
132
src/app/page.tsx
132
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Mission Control",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Mission Control", id: "hero"},
|
||||
{
|
||||
name: "Systems",
|
||||
id: "about",
|
||||
},
|
||||
name: "Systems", id: "about"},
|
||||
{
|
||||
name: "Status",
|
||||
id: "metrics",
|
||||
},
|
||||
name: "Status", id: "metrics"},
|
||||
{
|
||||
name: "Support",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Support", id: "contact"},
|
||||
]}
|
||||
brandName="LUNAR NAV"
|
||||
/>
|
||||
@@ -53,39 +45,24 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background="gradient-bars"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Autonomous Lunar Rover Navigation System"
|
||||
description="Precision pathfinding for lunar exploration. Upload surface terrain data, define your mission objectives, and calculate optimal routes with our mission-ready navigation dashboard."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Cmdr. Armstrong",
|
||||
handle: "@moonwalk",
|
||||
testimonial: "The navigation accuracy exceeds all mission parameters. Flawless execution.",
|
||||
rating: 5,
|
||||
name: "Cmdr. Armstrong", handle: "@moonwalk", testimonial: "The navigation accuracy exceeds all mission parameters. Flawless execution.", rating: 5,
|
||||
},
|
||||
{
|
||||
name: "Dr. Aldrin",
|
||||
handle: "@lunar_geo",
|
||||
testimonial: "Real-time cost mapping is the game changer we needed for the Artemis missions.",
|
||||
rating: 5,
|
||||
name: "Dr. Aldrin", handle: "@lunar_geo", testimonial: "Real-time cost mapping is the game changer we needed for the Artemis missions.", rating: 5,
|
||||
},
|
||||
{
|
||||
name: "Eng. Collins",
|
||||
handle: "@rover_dev",
|
||||
testimonial: "Robust path calculation algorithms under extreme surface conditions.",
|
||||
rating: 5,
|
||||
name: "Eng. Collins", handle: "@rover_dev", testimonial: "Robust path calculation algorithms under extreme surface conditions.", rating: 5,
|
||||
},
|
||||
{
|
||||
name: "Tech. Lovell",
|
||||
handle: "@nasa_tech",
|
||||
testimonial: "Interface is intuitive and highly responsive in simulated mission environments.",
|
||||
rating: 5,
|
||||
name: "Tech. Lovell", handle: "@nasa_tech", testimonial: "Interface is intuitive and highly responsive in simulated mission environments.", rating: 5,
|
||||
},
|
||||
{
|
||||
name: "Lt. Conrad",
|
||||
handle: "@surveyor_one",
|
||||
testimonial: "Seamless integration with our existing telemetry pipeline. Essential for long-range missions.",
|
||||
rating: 5,
|
||||
name: "Lt. Conrad", handle: "@surveyor_one", testimonial: "Seamless integration with our existing telemetry pipeline. Essential for long-range missions.", rating: 5,
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZjjZGS6liHTka6HqwyUwsEuBQ/futuristic-lunar-rover-navigation-interf-1774703667484-1ff18813.png"
|
||||
@@ -98,20 +75,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Mission-Critical Pathfinding",
|
||||
},
|
||||
type: "text", content: "Mission-Critical Pathfinding"},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZjjZGS6liHTka6HqwyUwsEuBQ/a-futuristic-radar-scan-interface-with-n-1774703679690-56a6c6c1.png",
|
||||
alt: "Mission UI",
|
||||
},
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZjjZGS6liHTka6HqwyUwsEuBQ/a-futuristic-radar-scan-interface-with-n-1774703679690-56a6c6c1.png", alt: "Mission UI"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Launch Simulation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Launch Simulation", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user