Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-07 10:35:04 +00:00

View File

@@ -77,20 +77,20 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1", title: "AI Scenery", tags: [
"Photo Realism", "Infinite Settings"],
id: "f1", title: "Advanced Life Support Systems", tags: [
"Redundant Life Support", "Zero-Failure Rate"],
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"],
id: "f2", title: "Precision Orbital Navigation", tags: [
"Path Optimization", "Collision Avoidance"],
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821316.jpg"},
{
id: "f3", title: "Smart Lighting", tags: [
"Ray Tracing", "Sunlight Sync"],
id: "f3", title: "Automated Mission Recovery", tags: [
"Emergency Protocols", "Reliability First"],
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."
description="Our mission systems are built on an evolved foundation of uncompromising safety, ensuring passenger protection and mission success every time."
/>
</div>
@@ -148,4 +148,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}