diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0e59486..c12449c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -54,102 +46,57 @@ export default function LandingPage() {
@@ -160,20 +107,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Mood Tracking",
- description: "Log your daily emotions with emoji check-ins to gain insights into your well-being.",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-workstation-with-notebook-copy-space_23-2148430873.jpg",
- },
+ title: "Mood Tracking", description: "Log your daily emotions with emoji check-ins to gain insights into your well-being.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-workstation-with-notebook-copy-space_23-2148430873.jpg"},
{
- title: "Guided Breathing",
- description: "Use our animated 4-6 breathing visualizer for quick stress reduction.",
- imageSrc: "http://img.b2bpic.net/free-photo/world-mental-health-day-awareness-illustration_23-2151859110.jpg",
- },
+ title: "Guided Breathing", description: "Use our animated 4-6 breathing visualizer for quick stress reduction.", imageSrc: "http://img.b2bpic.net/free-photo/world-mental-health-day-awareness-illustration_23-2151859110.jpg"},
{
- title: "Daily Goals",
- description: "Track hydration, sleep, and movement with simple, rewarding checkboxes.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-late-night-laptop_23-2150280980.jpg",
- },
+ title: "Daily Goals", description: "Track hydration, sleep, and movement with simple, rewarding checkboxes.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-late-night-laptop_23-2150280980.jpg"},
]}
title="Wellness Dashboard"
description="Monitor your mood, complete daily habits, and follow guided movements for a balanced school day."
@@ -185,23 +123,17 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "1",
- title: "Is this anonymous?",
- content: "Yes, your check-ins and suggestions are completely private.",
- },
+ id: "1", title: "Is this anonymous?", content: "Yes, your check-ins and suggestions are completely private."},
{
- id: "2",
- title: "Can I talk to someone?",
- content: "This platform provides resources and awareness. For help, please contact a trusted adult or national counselor.",
- },
+ id: "2", title: "Can I talk to someone?", content: "This platform provides resources and awareness. For help, please contact a trusted adult or national counselor."},
{
- id: "3",
- title: "How does SWS work?",
- content: "Student Wellness Solutions reinvests profits from wellness planners into school wellness programs.",
- },
+ id: "3", title: "How does SWS work?", content: "Student Wellness Solutions reinvests profits from wellness planners into school wellness programs."},
]}
sideTitle="Resources"
sideDescription="Quick answers to help you stay balanced."
+ buttons={[
+ { text: "Contact Support", href: "#contact" }
+ ]}
faqsAnimation="blur-reveal"
/>
@@ -223,16 +155,13 @@ export default function LandingPage() {
@@ -244,18 +173,14 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
- href: "#",
- ariaLabel: "Instagram",
- },
+ href: "#", ariaLabel: "Instagram"},
{
icon: Twitter,
- href: "#",
- ariaLabel: "Twitter",
- },
+ href: "#", ariaLabel: "Twitter"},
]}
/>
);
-}
+}
\ No newline at end of file