diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ab954d..06c82a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 } ]} />