Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-19 12:40:03 +00:00

View File

@@ -43,14 +43,16 @@ export default function LandingPage() {
title="Engineering Tomorrow, Reshaping Humanity Today"
description="A visual journey through the first-principles engineering and transformative ventures defining our future."
dashboard={{
title: "Ventures Performance Dashboard", stats: [
title: "Ventures Performance Dashboard",
stats: [
{ title: "Scale", values: [20, 15, 10], description: "Years of iterative disruption" },
{ title: "Reach", values: [90, 80, 70], description: "Global operational footprint" },
{ title: "Impact", values: [100, 95, 99], description: "Sustainability factor" }
],
logoIcon: Rocket,
sidebarItems: [{ icon: Rocket, active: true }, { icon: Cpu }, { icon: Zap }],
imageSrc: "http://img.b2bpic.net/free-photo/ski-tracks-le-tours-chamonix_181624-27328.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/ski-tracks-le-tours-chamonix_181624-27328.jpg?_wi=1", listItems: [{ icon: Rocket, title: "Starship Flight", status: "Completed" }],
buttons: []
}}
/>
</div>
@@ -63,6 +65,7 @@ export default function LandingPage() {
{ title: "Disruptive Ventures", value: "6+" },
{ title: "Global Impact", value: "1M+" }
]}
useInvertedBackground={false}
/>
</div>
@@ -86,6 +89,8 @@ export default function LandingPage() {
title="Global Impact Metrics"
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
description="Quantifiable milestones in our journey towards a sustainable and multi-planetary future."
metrics={[
{ id: "m1", icon: Zap, title: "EVs Delivered", value: "2M+" },
{ id: "m2", icon: Rocket, title: "Successful Launches", value: "300+" },
@@ -99,6 +104,8 @@ export default function LandingPage() {
title="Strategic Vision"
description="Common inquiries on the trajectory of the ventures."
faqsAnimation="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "What is the ultimate mission?", content: "Accelerating the transition to sustainable energy and establishing a multi-planetary presence." },
{ id: "q2", title: "How does technology integration work?", content: "Leveraging first-principles thinking to optimize complex systems engineering." },