Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-28 09:06:00 +00:00

View File

@@ -29,40 +29,22 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Explore",
id: "hero",
},
{
name: "Mission",
id: "about",
},
{
name: "Planets",
id: "features",
},
{
name: "Timeline",
id: "metrics",
},
{ name: "Explore", id: "hero" },
{ name: "Mission", id: "about" },
{ name: "Planets", id: "features" },
{ name: "Timeline", id: "metrics" },
]}
brandName="AstroExplore"
button={{ text: "Contact", href: "#footer" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="Explore the Unknown Universe"
description="Embark on a cinematic journey across galaxies. Experience the vast beauty and secrets of the deep cosmos."
buttons={[
{
text: "Begin Journey",
href: "#about",
},
]}
buttons={[{ text: "Begin Journey", href: "#about" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZFQ7bDQyxTrJ0TuJbQx1mBjns/a-hyper-realistic-cinematic-deep-space-b-1774688716302-32c37d49.png"
imageAlt="Cinematic deep space earth hero"
/>
@@ -83,54 +65,15 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwentyThree
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Cryo-Icarus",
tags: [
"Ice",
"Research",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZFQ7bDQyxTrJ0TuJbQx1mBjns/a-realistic-3d-render-of-a-cold-ice-cove-1774688720106-2c1bf98c.png?_wi=1",
},
{
id: "f2",
title: "Nebula-X",
tags: [
"Gas",
"Energy",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZFQ7bDQyxTrJ0TuJbQx1mBjns/a-realistic-3d-render-of-a-gas-giant-pla-1774688718364-008c3b83.png?_wi=1",
},
{
id: "f3",
title: "Vulcan Prime",
tags: [
"Rocky",
"Volcanic",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZFQ7bDQyxTrJ0TuJbQx1mBjns/a-realistic-3d-render-of-a-rocky-lava-fi-1774688716529-40586ba3.png",
},
{
id: "f4",
title: "Titan Reach",
tags: [
"Moon",
"Resources",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZFQ7bDQyxTrJ0TuJbQx1mBjns/a-realistic-3d-render-of-a-cold-ice-cove-1774688720106-2c1bf98c.png?_wi=2",
},
{
id: "f5",
title: "Void Sentinel",
tags: [
"Anomaly",
"High-Gravity",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZFQ7bDQyxTrJ0TuJbQx1mBjns/a-realistic-3d-render-of-a-gas-giant-pla-1774688718364-008c3b83.png?_wi=2",
},
{ id: "f1", title: "Cryo-Icarus", tags: ["Ice", "Research"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZFQ7bDQyxTrJ0TuJbQx1mBjns/a-realistic-3d-render-of-a-cold-ice-cove-1774688720106-2c1bf98c.png" },
{ id: "f2", title: "Nebula-X", tags: ["Gas", "Energy"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZFQ7bDQyxTrJ0TuJbQx1mBjns/a-realistic-3d-render-of-a-gas-giant-pla-1774688718364-008c3b83.png" },
{ id: "f3", title: "Vulcan Prime", tags: ["Rocky", "Volcanic"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZFQ7bDQyxTrJ0TuJbQx1mBjns/a-realistic-3d-render-of-a-rocky-lava-fi-1774688716529-40586ba3.png" },
{ id: "f4", title: "Titan Reach", tags: ["Moon", "Resources"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZFQ7bDQyxTrJ0TuJbQx1mBjns/a-realistic-3d-render-of-a-cold-ice-cove-1774688720106-2c1bf98c.png" },
{ id: "f5", title: "Void Sentinel", tags: ["Anomaly", "High-Gravity"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZFQ7bDQyxTrJ0TuJbQx1mBjns/a-realistic-3d-render-of-a-gas-giant-pla-1774688718364-008c3b83.png" },
]}
title="The Planetary Archive"
description="Cataloging the most significant celestial bodies discovered in the sector."
@@ -140,43 +83,14 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardTen
animationType="slide-up"
textboxLayout="left"
useInvertedBackground={false}
metrics={[
{
id: "m1",
title: "Launch Phase",
subtitle: "2030-2035",
category: "Chronology",
value: "Phase I",
},
{
id: "m2",
title: "Deep Probe",
subtitle: "2036-2042",
category: "Chronology",
value: "Phase II",
},
{
id: "m3",
title: "Interstellar",
subtitle: "2043+",
category: "Chronology",
value: "Phase III",
},
{
id: "m4",
title: "Colony Alpha",
subtitle: "2050+",
category: "Development",
value: "Phase IV",
},
{
id: "m5",
title: "Galactic Bridge",
subtitle: "2065+",
category: "Expansion",
value: "Phase V",
},
{ id: "m1", title: "Launch Phase", subtitle: "2030-2035", category: "Chronology", value: "Phase I" },
{ id: "m2", title: "Deep Probe", subtitle: "2036-2042", category: "Chronology", value: "Phase II" },
{ id: "m3", title: "Interstellar", subtitle: "2043+", category: "Chronology", value: "Phase III" },
{ id: "m4", title: "Colony Alpha", subtitle: "2050+", category: "Development", value: "Phase IV" },
{ id: "m5", title: "Galactic Bridge", subtitle: "2065+", category: "Expansion", value: "Phase V" },
]}
title="Mission Timeline"
description="Decades of exploration data summarized in key breakthroughs."
@@ -189,45 +103,15 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Scientific Partners"
description="Collaborating with global leaders in aerospace and quantum engineering."
names={[
"NASA",
"ESA",
"SpaceX",
"Blue Origin",
"Void Systems",
]}
names={["NASA", "ESA", "SpaceX", "Blue Origin", "Void Systems"]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Systems",
items: [
{
label: "Navigation",
href: "#",
},
{
label: "Telemetry",
href: "#",
},
],
},
{
title: "Exploration",
items: [
{
label: "Data",
href: "#",
},
{
label: "Mission",
href: "#",
},
],
},
{ title: "Systems", items: [{ label: "Navigation", href: "#" }, { label: "Telemetry", href: "#" }] },
{ title: "Exploration", items: [{ label: "Data", href: "#" }, { label: "Mission", href: "#" }] },
]}
logoText="AstroExplore"
copyrightText="© 2045 | Deep Space Division"