4 Commits

Author SHA1 Message Date
0746b54c9b Merge version_2 into main
Merge version_2 into main
2026-04-29 06:49:35 +00:00
94d0dedb2f Update src/app/page.tsx 2026-04-29 06:49:29 +00:00
bf7d16d015 Merge version_1 into main
Merge version_1 into main
2026-04-29 06:48:39 +00:00
8af47e96b2 Merge version_1 into main
Merge version_1 into main
2026-04-29 06:48:11 +00:00

View File

@@ -83,9 +83,9 @@ export default function LandingPage() {
title="Engineering Marvels"
description="A collection of world-changing technological milestones, each engineered for perfection and maximum efficiency."
features={[
{ title: "Arc Reactor", description: "Limitless clean energy core.", bentoComponent: "reveal-icon", icon: Zap },
{ title: "Quantum AI", description: "Predictive neural processing.", bentoComponent: "reveal-icon", icon: Lightbulb },
{ title: "Autonomous Defense", description: "Proactive security architecture.", bentoComponent: "reveal-icon", icon: Shield }
{ title: "Arc Reactor", description: "Power your future with limitless, clean energy.", bentoComponent: "reveal-icon", icon: Zap },
{ title: "Quantum AI", description: "Unlock breakthrough predictive neural processing.", bentoComponent: "reveal-icon", icon: Lightbulb },
{ title: "Autonomous Defense", description: "Strengthen your perimeter with proactive security architecture.", bentoComponent: "reveal-icon", icon: Shield }
]}
/>
</div>