diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0a1f486..5ae3e9a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,136 +31,48 @@ export default function LandingPage() {
@@ -171,36 +83,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- label: "Security",
- title: "Military Grade Encryption",
- items: [
- "Cold storage protection",
- "Multi-signature auth",
- "24/7 security monitoring",
- ],
- },
- {
- id: "f2",
- label: "Execution",
- title: "Ultra-Fast Execution",
- items: [
- "Low latency trading",
- "Institutional liquidity",
- "Zero slippage model",
- ],
- },
- {
- id: "f3",
- label: "Growth",
- title: "Smart Growth Tools",
- items: [
- "Automated portfolio rebalancing",
- "Deep market analytics",
- "Customized risk management",
- ],
- },
+ { id: "f1", label: "Security", title: "Military Grade Encryption", items: ["Cold storage protection", "Multi-signature auth", "24/7 security monitoring"] },
+ { id: "f2", label: "Execution", title: "Ultra-Fast Execution", items: ["Low latency trading", "Institutional liquidity", "Zero slippage model"] },
+ { id: "f3", label: "Growth", title: "Smart Growth Tools", items: ["Automated portfolio rebalancing", "Deep market analytics", "Customized risk management"] }
]}
title="Institutional Security, Retail Simplicity"
description="Powerful tools designed for the modern investor, providing security and speed."
@@ -209,30 +94,13 @@ export default function LandingPage() {