Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-07 10:09:38 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "Capabilities",
id: "#capabilities",
},
name: "Capabilities", id: "#capabilities"},
{
name: "Voyages",
id: "#voyages",
},
name: "Voyages", id: "#voyages"},
{
name: "Plans",
id: "#plans",
},
name: "Plans", id: "#plans"},
]}
brandName="Venture"
/>
@@ -55,37 +47,23 @@ export default function LandingPage() {
description="Discover the universe in ways once unimaginable. Our pioneering vessels and breakthrough engineering bring deep-space exploration within reach."
buttons={[
{
text: "Start Your Voyage",
href: "#",
},
text: "Start Your Voyage", href: "#"},
{
text: "View Liftoff",
href: "#",
},
text: "View Liftoff", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/futuristic-space-rocket-with-fantasy-design_23-2151151902.jpg"
showBlur={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/astral-wallpapers-composition-with-neon-machine_23-2149687887.jpg",
alt: "Astral wallpapers composition with neon machine",
},
src: "http://img.b2bpic.net/free-photo/astral-wallpapers-composition-with-neon-machine_23-2149687887.jpg", alt: "Astral wallpapers composition with neon machine"},
{
src: "http://img.b2bpic.net/free-photo/flying-through-sky-space-shuttle-taking-off-generated-by-ai_188544-19970.jpg",
alt: "Flying through sky space shuttle taking off generated by AI",
},
src: "http://img.b2bpic.net/free-photo/flying-through-sky-space-shuttle-taking-off-generated-by-ai_188544-19970.jpg", alt: "Flying through sky space shuttle taking off generated by AI"},
{
src: "http://img.b2bpic.net/free-photo/rocket-flying-through-space_23-2150378587.jpg",
alt: "Rocket flying through space",
},
src: "http://img.b2bpic.net/free-photo/rocket-flying-through-space_23-2150378587.jpg", alt: "Rocket flying through space"},
{
src: "http://img.b2bpic.net/free-photo/rocket-flying-through-space_23-2150378585.jpg",
alt: "Rocket flying through space",
},
src: "http://img.b2bpic.net/free-photo/rocket-flying-through-space_23-2150378585.jpg", alt: "Rocket flying through space"},
{
src: "http://img.b2bpic.net/free-photo/pilot-mechanic-full-flight-gear-checks-propeller-his-retro-military-aircraft-before-flight_613910-5276.jpg",
alt: "Pilot or mechanic in a full flight gear checks the propeller",
},
src: "http://img.b2bpic.net/free-photo/pilot-mechanic-full-flight-gear-checks-propeller-his-retro-military-aircraft-before-flight_613910-5276.jpg", alt: "Pilot or mechanic in a full flight gear checks the propeller"},
]}
avatarText="Join 500+ pioneers in the next era of exploration."
/>
@@ -93,36 +71,22 @@ export default function LandingPage() {
<div id="capabilities" data-section="capabilities">
<FeatureCardTwentyThree
animationType="slide-up"
textboxLayout="split-description"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "AI Scenery",
tags: [
"Photo Realism",
"Infinite Settings",
],
imageSrc: "http://img.b2bpic.net/free-photo/astronaut-using-tablet-check-space-station-analytics-after-completing-mission_482257-130475.jpg",
},
id: "f1", title: "AI Scenery", tags: [
"Photo Realism", "Infinite Settings"],
imageSrc: "http://img.b2bpic.net/free-photo/astronaut-using-tablet-check-space-station-analytics-after-completing-mission_482257-130475.jpg"},
{
id: "f2",
title: "Batch Production",
tags: [
"Scale Fast",
"Visual Consistency",
],
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821316.jpg",
},
id: "f2", title: "Batch Production", tags: [
"Scale Fast", "Visual Consistency"],
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821316.jpg"},
{
id: "f3",
title: "Smart Lighting",
tags: [
"Ray Tracing",
"Sunlight Sync",
],
imageSrc: "http://img.b2bpic.net/free-photo/man-airplanes-exhibition_613910-7263.jpg",
},
id: "f3", title: "Smart Lighting", tags: [
"Ray Tracing", "Sunlight Sync"],
imageSrc: "http://img.b2bpic.net/free-photo/man-airplanes-exhibition_613910-7263.jpg"},
]}
title="Production evolved"
description="State-of-the-art manufacturing and AI-powered design for the next generation of space travel."
@@ -136,12 +100,7 @@ export default function LandingPage() {
title="Trusted by Industry Leaders"
description="Our mission is supported by the vanguard of aerospace technology and research institutions worldwide."
names={[
"Nebula Labs",
"Solaris Dynamics",
"Orbital Tech",
"Cosmos Systems",
"Nova Propulsion",
]}
"Nebula Labs", "Solaris Dynamics", "Orbital Tech", "Cosmos Systems", "Nova Propulsion"]}
/>
</div>
@@ -154,20 +113,11 @@ export default function LandingPage() {
faqsAnimation="blur-reveal"
faqs={[
{
id: "faq1",
title: "How do I book a voyage?",
content: "Our booking process requires a rigorous pre-flight physical and safety screening.",
},
id: "faq1", title: "How do I book a voyage?", content: "Our booking process requires a rigorous pre-flight physical and safety screening."},
{
id: "faq2",
title: "What propulsion do you use?",
content: "We utilize proprietary fusion-core technology for efficient long-range travel.",
},
id: "faq2", title: "What propulsion do you use?", content: "We utilize proprietary fusion-core technology for efficient long-range travel."},
{
id: "faq3",
title: "Is training provided?",
content: "Yes, all voyagers undergo 4 weeks of high-G environment preparation.",
},
id: "faq3", title: "Is training provided?", content: "Yes, all voyagers undergo 4 weeks of high-G environment preparation."},
]}
/>
</div>
@@ -181,25 +131,9 @@ export default function LandingPage() {
description="Insights from our engineering labs and deep-space observation missions."
blogs={[
{
id: "b1",
category: "Technology",
title: "Fusion Propulsion Breakthrough",
excerpt: "A deep dive into our most efficient thruster design to date.",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-structure_23-2151048139.jpg",
authorName: "Dr. Sarah Vance",
authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-female-astronaut-records-selfie-video-with-smartphone-speaking-subscribers_482257-136476.jpg",
date: "2026-02-14",
},
id: "b1", category: "Technology", title: "Fusion Propulsion Breakthrough", excerpt: "A deep dive into our most efficient thruster design to date.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-structure_23-2151048139.jpg", authorName: "Dr. Sarah Vance", authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-female-astronaut-records-selfie-video-with-smartphone-speaking-subscribers_482257-136476.jpg", date: "2026-02-14"},
{
id: "b2",
category: "Discovery",
title: "Mapping the Outer Rim",
excerpt: "New data suggests liquid water on the moons of Titan-B.",
imageSrc: "http://img.b2bpic.net/free-photo/observatory-tower-modern-region-rooftop_1203-6191.jpg",
authorName: "Marcus Thorne",
authorAvatar: "http://img.b2bpic.net/free-photo/engineer-working-with-airplane_1098-12542.jpg",
date: "2026-03-01",
},
id: "b2", category: "Discovery", title: "Mapping the Outer Rim", excerpt: "New data suggests liquid water on the moons of Titan-B.", imageSrc: "http://img.b2bpic.net/free-photo/observatory-tower-modern-region-rooftop_1203-6191.jpg", authorName: "Marcus Thorne", authorAvatar: "http://img.b2bpic.net/free-photo/engineer-working-with-airplane_1098-12542.jpg", date: "2026-03-01"},
]}
/>
</div>