From 272985ac6da08dcd1beb4ddc5d6758ac65316a59 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 15:13:31 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 210 +++++++++++------------------------------------ 1 file changed, 48 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a38f9d..90b4c13 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -49,99 +43,56 @@ export default function LandingPage() { @@ -153,40 +104,15 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "AI Mood Detection", - subtitle: "Instant analysis", - category: "Technology", - value: "Real-time camera-based emotion tracking.", - }, + id: "f1", title: "AI Mood Detection", subtitle: "Instant analysis", category: "Technology", value: "Real-time camera-based emotion tracking."}, { - id: "f2", - title: "Personalized Suggestions", - subtitle: "Tailored content", - category: "AI", - value: "Get music, reels, and habits that fit how you feel.", - }, + id: "f2", title: "Personalized Suggestions", subtitle: "Tailored content", category: "AI", value: "Get music, reels, and habits that fit how you feel."}, { - id: "f3", - title: "Mood History Charts", - subtitle: "Track trends", - category: "Analytics", - value: "Visual insights into your emotional journey over time.", - }, + id: "f3", title: "Mood History Charts", subtitle: "Track trends", category: "Analytics", value: "Visual insights into your emotional journey over time."}, { - id: "f4", - title: "Calm Sessions", - subtitle: "Guided relief", - category: "Wellbeing", - value: "Quick guided breathing to help you reset.", - }, + id: "f4", title: "Calm Sessions", subtitle: "Guided relief", category: "Wellbeing", value: "Quick guided breathing to help you reset."}, { - id: "f5", - title: "Privacy First", - subtitle: "Secure data", - category: "Security", - value: "Your emotional data stays on your device.", - }, + id: "f5", title: "Privacy First", subtitle: "Secure data", category: "Security", value: "Your emotional data stays on your device."}, ]} title="Smart Features for Every Emotion" description="Intelligent tools designed to understand you better." @@ -200,20 +126,11 @@ export default function LandingPage() { tag="Insights" metrics={[ { - id: "m1", - value: "85%", - description: "Mood Accuracy", - }, + id: "m1", value: "85%", description: "Mood Accuracy"}, { - id: "m2", - value: "1.2M", - description: "Moods Analyzed", - }, + id: "m2", value: "1.2M", description: "Moods Analyzed"}, { - id: "m3", - value: "500+", - description: "Daily Suggestions", - }, + id: "m3", value: "500+", description: "Daily Suggestions"}, ]} metricsAnimation="blur-reveal" /> @@ -228,30 +145,15 @@ export default function LandingPage() { faqsAnimation="blur-reveal" faqs={[ { - id: "q1", - title: "Is my camera data private?", - content: "Yes, all processing happens locally on your device. We never upload your images to our servers.", - }, + id: "q1", title: "Is my camera data private?", content: "Yes, all processing happens locally on your device. We never upload your images to our servers."}, { - id: "q2", - title: "How does it suggest music?", - content: "We analyze your detected emotion and map it to curated playlists designed to match or improve your current state.", - }, + id: "q2", title: "How does it suggest music?", content: "We analyze your detected emotion and map it to curated playlists designed to match or improve your current state."}, { - id: "q3", - title: "Is it free to use?", - content: "The core tracking features are free. We offer a premium subscription for advanced historical insights and unlimited content.", - }, + id: "q3", title: "Is it free to use?", content: "The core tracking features are free. We offer a premium subscription for advanced historical insights and unlimited content."}, { - id: "q4", - title: "Does it work offline?", - content: "Yes, the AI emotion analysis works completely offline.", - }, + id: "q4", title: "Does it work offline?", content: "Yes, the AI emotion analysis works completely offline."}, { - id: "q5", - title: "Can I track my mood trends?", - content: "Absolutely. Our dashboard visualizes your emotional patterns over days, weeks, and months.", - }, + id: "q5", title: "Can I track my mood trends?", content: "Absolutely. Our dashboard visualizes your emotional patterns over days, weeks, and months."}, ]} /> @@ -260,8 +162,7 @@ export default function LandingPage() { Date: Sun, 5 Apr 2026 15:13:32 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ee8d361..39ab2f9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f6f0e9; - --card: #efe7dd; - --foreground: #2b180a; - --primary-cta: #2b180a; + --background: #f0f4f8; + --card: #ffffff; + --foreground: #2c3e50; + --primary-cta: #6d98ba; --primary-cta-text: #f6f0e9; - --secondary-cta: #efe7dd; + --secondary-cta: #e0eaf3; --secondary-cta-text: #2b180a; - --accent: #94877c; - --background-accent: #afa094; + --accent: #b8cce2; + --background-accent: #d1e0ef; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1