diff --git a/src/app/page.tsx b/src/app/page.tsx index 4707940..7e62ce4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -148,42 +73,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Streak Tracking", - author: "System", - description: "Watch your progress grow with visual streaks that keep you motivated.", - tags: [ - "Analytics", - "Motivation", - ], - imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-computer_23-2150372439.jpg?_wi=1", - }, - { - id: "f2", - title: "Goal Setting", - author: "System", - description: "Define clear milestones and track your journey to completion in real-time.", - tags: [ - "Planning", - "Goals", - ], - imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-computer_23-2150372439.jpg?_wi=2", - }, - { - id: "f3", - title: "Insights & Analytics", - author: "System", - description: "In-depth insights into your behavior patterns and performance improvements.", - tags: [ - "Data", - "Insights", - ], - imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-computer_23-2150372439.jpg?_wi=3", - }, + { id: "f1", title: "Streak Focus", author: "System", description: "Zero-tolerance for missed days.", tags: ["Focus"], imageSrc: "http://img.b2bpic.net/free-photo/red-black-abstract_23-2149405989.jpg" }, ]} - title="Designed for Consistency" - description="Features that make habit tracking effortless and rewarding every single day." + title="Core Habit Tracking" + description="Tools engineered to keep you in the zone." /> @@ -193,78 +86,18 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} plans={[ - { - id: "basic", - badge: "Essential", - price: "$0", - subtitle: "Perfect for beginners", - features: [ - "Basic tracking", - "3 active habits", - "Mobile support", - ], - }, - { - id: "pro", - badge: "Pro", - price: "$9/mo", - subtitle: "For focused high-performers", - features: [ - "Unlimited habits", - "Advanced analytics", - "Cloud sync", - "Custom reminders", - ], - }, - { - id: "team", - badge: "Enterprise", - price: "$29/mo", - subtitle: "Team accountability", - features: [ - "Shared dashboards", - "Team reports", - "Admin panel", - "Priority support", - ], - }, + { id: "basic", badge: "Essential", price: "Free", subtitle: "Start now", features: ["Standard tracking"] }, ]} - title="Plans That Scale With You" - description="Choose the right plan to jumpstart your consistency journey today." + title="Choose Your Path" + description="Premium features for those who take habits seriously." />
@@ -273,65 +106,18 @@ export default function LandingPage() {