From 7e96db8ed3e2de1135624191cf48a7c9f0b1fe9b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 10:59:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 214 +++++++++++------------------------------------ 1 file changed, 51 insertions(+), 163 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index daf07fb..4e8247c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,27 +30,17 @@ export default function LandingPage() { @@ -58,97 +48,51 @@ export default function LandingPage() { @@ -160,44 +104,21 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Mood Check-in", - description: "Track your feelings daily to understand your emotional cycles.", - bentoComponent: "reveal-icon", - icon: Smile, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-sad-boy-portrait_23-2149607247.jpg", - imageAlt: "Close up on sad boy portrait", + title: "Mood Check-in", description: "Track your feelings daily to understand your emotional cycles.", bentoComponent: "reveal-icon", icon: Smile, }, { - title: "Safe Spaces", - description: "Connect with others anonymously in curated, moderated community rooms.", - bentoComponent: "chat", - aiIcon: Users, + title: "Safe Spaces", description: "Connect with others anonymously in curated, moderated community rooms.", bentoComponent: "chat", aiIcon: Users, userIcon: MessageCircle, exchanges: [ { - userMessage: "I'm having a hard day.", - aiResponse: "You are not alone, we are here for you.", - }, + userMessage: "I'm having a hard day.", aiResponse: "You are not alone, we are here for you."}, ], - placeholder: "Share anonymously...", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-curly-hair_273609-12029.jpg", - imageAlt: "Portrait of young woman with curly hair", + placeholder: "Share anonymously..."}, + { + title: "Pause Sessions", description: "Calm your mind with guided, rhythmic breathing animations.", bentoComponent: "reveal-icon", icon: Wind, }, { - title: "Pause Sessions", - description: "Calm your mind with guided, rhythmic breathing animations.", - bentoComponent: "reveal-icon", - icon: Wind, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bw40aqrpuy2x9h1v1XyjbQ5MIj/uploaded-1775386708128-ub1k7d3l.png?_wi=2", - imageAlt: "User provided image", - }, - { - title: "Mind Drops", - description: "Daily affirmations personalized to your emotional needs.", - bentoComponent: "reveal-icon", - icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/sunset-alpine-lake-surrounded-by-trees-swiss-alps-evening_181624-24778.jpg?_wi=3", - imageAlt: "moonlit water reflection calm atmosphere", + title: "Mind Drops", description: "Daily affirmations personalized to your emotional needs.", bentoComponent: "reveal-icon", icon: Sparkles, }, ]} title="Tools for your inner tide" @@ -210,20 +131,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "Is Lunaire truly anonymous?", - content: "Yes, we prioritize your safety and anonymity in our community spaces.", - }, + id: "1", title: "Is Lunaire truly anonymous?", content: "Yes, we prioritize your safety and anonymity in our community spaces."}, { - id: "2", - title: "Who can see my journal?", - content: "Your journal is private and stays between you and your local storage/cloud.", - }, + id: "2", title: "Who can see my journal?", content: "Your journal is private and stays between you and your local storage/cloud."}, { - id: "3", - title: "Is this moderated?", - content: "Yes, we have community moderators to ensure our spaces stay safe.", - }, + id: "3", title: "Is this moderated?", content: "Yes, we have community moderators to ensure our spaces stay safe."}, ]} sideTitle="Questions?" sideDescription="We're here to make Lunaire a safe experience for everyone." @@ -240,23 +152,14 @@ export default function LandingPage() { description="Connecting teens worldwide to safer emotional outlets." metrics={[ { - id: "1", - icon: Heart, - title: "Active Users", - value: "10k+", - }, + id: "1", icon: Heart, + title: "Active Users", value: "10k+"}, { - id: "2", - icon: Shield, - title: "Safe Sessions", - value: "50k+", - }, + id: "2", icon: Shield, + title: "Safe Sessions", value: "50k+"}, { - id: "3", - icon: MessageCircle, - title: "Peer Support", - value: "100k+", - }, + id: "3", icon: MessageCircle, + title: "Peer Support", value: "100k+"}, ]} /> @@ -268,21 +171,13 @@ export default function LandingPage() { description="If you are struggling or need urgent help, please reach out to our team." inputs={[ { - name: "name", - type: "text", - placeholder: "Your name (optional)", - }, + name: "name", type: "text", placeholder: "Your name (optional)"}, { - name: "email", - type: "email", - placeholder: "Your email", - }, + name: "email", type: "email", placeholder: "Your email"}, ]} textarea={{ - name: "message", - placeholder: "What's on your mind?", - }} - imageSrc="http://img.b2bpic.net/free-photo/sunset-alpine-lake-surrounded-by-trees-swiss-alps-evening_181624-24778.jpg?_wi=4" + name: "message", placeholder: "What's on your mind?"}} + imageSrc="http://img.b2bpic.net/free-photo/sunset-alpine-lake-surrounded-by-trees-swiss-alps-evening_181624-24778.jpg" /> @@ -290,20 +185,13 @@ export default function LandingPage() {