diff --git a/src/app/page.tsx b/src/app/page.tsx
index ea3046b..a180b0b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,28 +32,13 @@ export default function LandingPage() {
@@ -61,37 +46,14 @@ export default function LandingPage() {
@@ -111,36 +73,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "f1",
- label: "Module 01",
- title: "AI Core Intelligence",
- items: [
- "Voice control interface",
- "Real-time chat processing",
- "Predictive life advice",
- ],
- },
- {
- id: "f2",
- label: "Module 02",
- title: "Dynamic Task Matrix",
- items: [
- "Gamified task completion",
- "Smart time allocation",
- "Real-time progress sync",
- ],
- },
- {
- id: "f3",
- label: "Module 03",
- title: "Contextual Notes",
- items: [
- "AI-summarized meeting logs",
- "Context-aware reminders",
- "Semantic search engine",
- ],
- },
+ { id: "f1", label: "Module 01", title: "AI Core Intelligence", items: ["Voice control interface", "Real-time chat processing", "Predictive life advice"] },
+ { id: "f2", label: "Module 02", title: "Dynamic Task Matrix", items: ["Gamified task completion", "Smart time allocation", "Real-time progress sync"] },
+ { id: "f3", label: "Module 03", title: "Contextual Notes", items: ["AI-summarized meeting logs", "Context-aware reminders", "Semantic search engine"] },
]}
title="Core Modules"
description="High-fidelity command center components, fully integrated for total productivity."
@@ -153,24 +88,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- icon: Zap,
- title: "Focus Score",
- value: "98%",
- },
- {
- id: "m2",
- icon: Clock,
- title: "Efficiency Gain",
- value: "4.2h",
- },
- {
- id: "m3",
- icon: TrendingUp,
- title: "Completion Rate",
- value: "92%",
- },
+ { id: "m1", icon: Zap, title: "Focus Score", value: "98%" },
+ { id: "m2", icon: Clock, title: "Efficiency Gain", value: "4.2h" },
+ { id: "m3", icon: TrendingUp, title: "Completion Rate", value: "92%" },
]}
title="Life Analytics"
description="Quantify your productivity journey with real-time performance tracking."
@@ -184,38 +104,12 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "basic",
- badge: "Core",
- price: "$19",
- subtitle: "Essential AI productivity tools",
- buttons: [
- {
- text: "Activate",
- href: "#",
- },
- ],
- features: [
- "Limited AI Core",
- "Basic task dashboard",
- "Community access",
- ],
+ id: "basic", badge: "Core", price: "$19", subtitle: "Essential AI productivity tools", buttons: [{ text: "Activate", href: "#" }],
+ features: ["Limited AI Core", "Basic task dashboard", "Community access"],
},
{
- id: "pro",
- badge: "Pro",
- price: "$49",
- subtitle: "Advanced digital twin engine",
- buttons: [
- {
- text: "Activate",
- href: "#",
- },
- ],
- features: [
- "Full AI Digital Twin",
- "Real-time collaborative space",
- "Priority support",
- ],
+ id: "pro", badge: "Pro", price: "$49", subtitle: "Advanced digital twin engine", buttons: [{ text: "Activate", href: "#" }],
+ features: ["Full AI Digital Twin", "Real-time collaborative space", "Priority support"],
},
]}
title="Access Tiers"
@@ -227,48 +121,14 @@ export default function LandingPage() {