From 94d0dedb2fc0535671c12f2e8fe6aa9c7497d19b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 06:49:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } ]} /> -- 2.49.1