diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5615df2..fea1878 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -55,108 +43,31 @@ export default function LandingPage() {
@@ -167,16 +78,10 @@ export default function LandingPage() {
title="Your attention is under attack"
description="Modern world comfort is designed to kill your focus. Comfort is the enemy of greatness."
metrics={[
- {
- value: "100%",
- title: "Focus Recovery",
- },
- {
- value: "24/7",
- title: "Discipline",
- },
+ { value: "100%", title: "Focus Recovery" },
+ { value: "24/7", title: "Discipline" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2847.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2847.jpg"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
/>
@@ -188,36 +93,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Dopamine Control",
- author: "Framework",
- description: "Master your internal chemical rewards.",
- tags: [
- "Focus",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/orange-skeleton-hand-middle_23-2147908213.jpg?_wi=2",
- },
- {
- id: "f2",
- title: "Monk Mode Systems",
- author: "Framework",
- description: "Deep work cycles for maximum output.",
- tags: [
- "Productivity",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/chicken-eggs-dark-material_23-2148073869.jpg?_wi=2",
- },
- {
- id: "f3",
- title: "Mental Toughness",
- author: "Framework",
- description: "Building resilience through structured habits.",
- tags: [
- "Growth",
- ],
- imageSrc: "http://img.b2bpic.net/free-vector/blacksmith-flat-color-icons-set_1284-9162.jpg?_wi=2",
- },
+ { id: "f1", title: "Dopamine Control", author: "Framework", description: "Master your internal chemical rewards.", tags: ["Focus"], imageSrc: "http://img.b2bpic.net/free-photo/orange-skeleton-hand-middle_23-2147908213.jpg" },
+ { id: "f2", title: "Monk Mode Systems", author: "Framework", description: "Deep work cycles for maximum output.", tags: ["Productivity"], imageSrc: "http://img.b2bpic.net/free-photo/chicken-eggs-dark-material_23-2148073869.jpg" },
+ { id: "f3", title: "Mental Toughness", author: "Framework", description: "Building resilience through structured habits.", tags: ["Growth"], imageSrc: "http://img.b2bpic.net/free-vector/blacksmith-flat-color-icons-set_1284-9162.jpg" },
]}
title="What You Will Learn"
description="The foundation of a disciplined life."
@@ -230,33 +108,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "0",
- title: "Useless Scrolling",
- items: [
- "Block social media",
- "Focus mode on",
- ],
- },
- {
- id: "m2",
- value: "1",
- title: "Physical Daily",
- items: [
- "Movement daily",
- "Consistency above all",
- ],
- },
- {
- id: "m3",
- value: "30",
- title: "Reading/Journal",
- items: [
- "Knowledge intake",
- "Reflection",
- ],
- },
+ { id: "m1", value: "0", title: "Useless Scrolling", items: ["Block social media", "Focus mode on"] },
+ { id: "m2", value: "1", title: "Physical Daily", items: ["Movement daily", "Consistency above all"] },
+ { id: "m3", value: "30", title: "Reading/Journal", items: ["Knowledge intake", "Reflection"] },
]}
title="The 30-Day Protocol"
description="Track the essentials of your rebuild."
@@ -265,39 +119,13 @@ export default function LandingPage() {
@@ -407,29 +181,15 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file