Merge version_1 into main #2
140
src/app/page.tsx
140
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Support",
|
||||
id: "features",
|
||||
},
|
||||
name: "Support", id: "features"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="TeenWellness"
|
||||
/>
|
||||
@@ -63,9 +53,7 @@ export default function LandingPage() {
|
||||
imageAlt="Serene teen wellness atmosphere"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,19 +65,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Students Supported",
|
||||
value: "1,200+",
|
||||
},
|
||||
label: "Students Supported", value: "1,200+"},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Anxiety Reduction Rate",
|
||||
value: "85%",
|
||||
},
|
||||
label: "Anxiety Reduction Rate", value: "85%"},
|
||||
{
|
||||
icon: BookOpen,
|
||||
label: "Skills Workshops",
|
||||
value: "50+",
|
||||
},
|
||||
label: "Skills Workshops", value: "50+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -102,25 +84,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Therapeutic Counseling",
|
||||
description: "One-on-one sessions with compassionate professionals who understand teen challenges.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/green-leaves-logo_1025-507.jpg",
|
||||
imageAlt: "Therapy icon",
|
||||
},
|
||||
title: "Therapeutic Counseling", description: "One-on-one sessions with compassionate professionals who understand teen challenges.", imageSrc: "http://img.b2bpic.net/free-vector/green-leaves-logo_1025-507.jpg", imageAlt: "Therapy icon"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Anxiety Management",
|
||||
description: "Proven evidence-based strategies to reduce stress and anxiety in daily life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/mental-health-logos-collection_23-2149049725.jpg",
|
||||
imageAlt: "Anxiety relief icon",
|
||||
},
|
||||
title: "Anxiety Management", description: "Proven evidence-based strategies to reduce stress and anxiety in daily life.", imageSrc: "http://img.b2bpic.net/free-vector/mental-health-logos-collection_23-2149049725.jpg", imageAlt: "Anxiety relief icon"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Life Solutions",
|
||||
description: "Practical tools for conflict resolution, goal setting, and building self-confidence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/green-wavy-stripes_1409-8741.jpg",
|
||||
imageAlt: "Growth icon",
|
||||
},
|
||||
title: "Life Solutions", description: "Practical tools for conflict resolution, goal setting, and building self-confidence.", imageSrc: "http://img.b2bpic.net/free-vector/green-wavy-stripes_1409-8741.jpg", imageAlt: "Growth icon"},
|
||||
]}
|
||||
title="Your Path to Wellness"
|
||||
description="Comprehensive programs tailored to help teens find their balance and thrive."
|
||||
@@ -134,40 +104,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex R.",
|
||||
role: "Student",
|
||||
testimonial: "This center completely changed how I deal with my anxiety. I feel heard and understood.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-leaves-outdoors_23-2148647682.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Alex R.", role: "Student", testimonial: "This center completely changed how I deal with my anxiety. I feel heard and understood.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-leaves-outdoors_23-2148647682.jpg?_wi=1"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maya S.",
|
||||
role: "Student",
|
||||
testimonial: "The tools I learned here helped me manage my school stress and focus on what truly matters.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-lovely-woman-enjoying-her-day-off_1139-401.jpg",
|
||||
},
|
||||
id: "2", name: "Maya S.", role: "Student", testimonial: "The tools I learned here helped me manage my school stress and focus on what truly matters.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-lovely-woman-enjoying-her-day-off_1139-401.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jordan L.",
|
||||
role: "Student",
|
||||
testimonial: "Finding people who get what I'm going through made all the difference in my mental journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-teen-girl-smiling-nature_23-2148208863.jpg",
|
||||
},
|
||||
id: "3", name: "Jordan L.", role: "Student", testimonial: "Finding people who get what I'm going through made all the difference in my mental journey.", imageSrc: "http://img.b2bpic.net/free-photo/positive-teen-girl-smiling-nature_23-2148208863.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chloe T.",
|
||||
role: "Student",
|
||||
testimonial: "I'm more confident now than I've ever been. A truly life-saving program for my generation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-outdoors_23-2148547562.jpg",
|
||||
},
|
||||
id: "4", name: "Chloe T.", role: "Student", testimonial: "I'm more confident now than I've ever been. A truly life-saving program for my generation.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-outdoors_23-2148547562.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sam K.",
|
||||
role: "Student",
|
||||
testimonial: "I feel so much more in control of my emotions. The workshops are incredibly practical and fun.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-leaves-outdoors_23-2148647682.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Sam K.", role: "Student", testimonial: "I feel so much more in control of my emotions. The workshops are incredibly practical and fun.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-leaves-outdoors_23-2148647682.jpg?_wi=2"},
|
||||
]}
|
||||
title="Stories of Transformation"
|
||||
description="Hear from teens who have found their way to peace and clarity."
|
||||
@@ -179,20 +124,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is counseling confidential?",
|
||||
content: "Absolutely. Your privacy and safety are our highest priorities in every session.",
|
||||
},
|
||||
id: "f1", title: "Is counseling confidential?", content: "Absolutely. Your privacy and safety are our highest priorities in every session."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How do I get started?",
|
||||
content: "You can fill out the contact form below or call us to schedule an initial chat.",
|
||||
},
|
||||
id: "f2", title: "How do I get started?", content: "You can fill out the contact form below or call us to schedule an initial chat."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is there a cost for the program?",
|
||||
content: "We offer tiered support options, including sliding scale programs to ensure accessibility for every family.",
|
||||
},
|
||||
id: "f3", title: "Is there a cost for the program?", content: "We offer tiered support options, including sliding scale programs to ensure accessibility for every family."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about our support programs."
|
||||
@@ -204,8 +140,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get In Touch"
|
||||
title="Ready to take the first step?"
|
||||
description="Reach out today to learn more about our upcoming programs or book a consultation."
|
||||
@@ -217,42 +152,27 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-vector/pastel-gradient-blur-background_53876-117319.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Support Center",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support Center", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user