diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b91064..b0b4ba1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: [] }} /> @@ -63,6 +65,7 @@ export default function LandingPage() { { title: "Disruptive Ventures", value: "6+" }, { title: "Global Impact", value: "1M+" } ]} + useInvertedBackground={false} /> @@ -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." },