From 3f103f9cc3646d522e69268870a5b8b412bf34de Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 09:08:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 242 +++++++++++------------------------------------ 1 file changed, 56 insertions(+), 186 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4a1e63..6d9ea1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,72 +45,45 @@ export default function LandingPage() {
@@ -130,38 +95,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Intelligent App Blocking", - author: "AI Engine", - description: "Automatically detect and lock distracting apps during your deep work sessions.", - tags: [ - "AI", - "Security", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhj6JnQChhOkqcF9OSrIPmPYqg/smartphone-interface-showing-an-active-a-1774948064801-87d960b5.png", - }, + id: "f1", title: "Intelligent App Blocking", author: "AI Engine", description: "Automatically detect and lock distracting apps during your deep work sessions.", tags: [ + "AI", "Security"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhj6JnQChhOkqcF9OSrIPmPYqg/smartphone-interface-showing-an-active-a-1774948064801-87d960b5.png"}, { - id: "f2", - title: "Dopamine Pattern Recognition", - author: "Behavioral Sync", - description: "Identify your specific triggers and receive proactive reminders before you start scrolling.", - tags: [ - "Psychology", - "Habits", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhj6JnQChhOkqcF9OSrIPmPYqg/visual-representation-of-a-brain-and-dat-1774948068602-d7f83c14.png?_wi=1", - }, + id: "f2", title: "Dopamine Pattern Recognition", author: "Behavioral Sync", description: "Identify your specific triggers and receive proactive reminders before you start scrolling.", tags: [ + "Psychology", "Habits"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhj6JnQChhOkqcF9OSrIPmPYqg/visual-representation-of-a-brain-and-dat-1774948068602-d7f83c14.png"}, { - id: "f3", - title: "Gamified Focus Rewards", - author: "Progression System", - description: "Earn rewards for every hour of deep focus. Turn your discipline into real-world achievements.", - tags: [ - "Gamification", - "Wellness", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhj6JnQChhOkqcF9OSrIPmPYqg/gamified-reward-dashboard-for-productivi-1774948065686-99d6caa1.png?_wi=1", - }, + id: "f3", title: "Gamified Focus Rewards", author: "Progression System", description: "Earn rewards for every hour of deep focus. Turn your discipline into real-world achievements.", tags: [ + "Gamification", "Wellness"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhj6JnQChhOkqcF9OSrIPmPYqg/gamified-reward-dashboard-for-productivi-1774948065686-99d6caa1.png"}, ]} title="Smart Features to Rewire Your Habits" description="Powerful tools designed to break the dopamine cycle and keep you focused." @@ -171,29 +115,15 @@ export default function LandingPage() {
@@ -290,50 +179,31 @@ export default function LandingPage() { logoText="DetoxCoach" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { - label: "Features", - href: "#features", - }, + label: "Features", href: "#features"}, { - label: "Pricing", - href: "#", - }, + label: "Pricing", href: "#"}, { - label: "Download", - href: "#", - }, + label: "Download", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Contact", - href: "#", - }, + label: "Contact", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Use", - href: "#", - }, + label: "Terms of Use", href: "#"}, ], }, ]} -- 2.49.1