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() {