Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-23 23:59:28 +00:00

View File

@@ -32,30 +32,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "home",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "services",
},
{
name: "Team",
id: "team",
},
{
name: "FAQ",
id: "faq",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "home" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Team", id: "team" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
brandName="Mindful Path Clinic"
/>
@@ -63,93 +45,31 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroSplitTestimonial
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Your journey to mental clarity starts here."
description="Mindful Path Clinic provides compassionate, evidence-based psychological therapy. We are here to support your growth, resilience, and well-being in a safe, confidential environment."
testimonials={[
{
name: "Alex R.",
handle: "@alex",
testimonial: "The support I received completely changed my outlook on life.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman_23-2147615403.jpg",
},
{
name: "Maria S.",
handle: "@maria",
testimonial: "I felt heard and understood from the very first session.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-woman-with-short-hairstyle-tilt-head-look-happy-wearing-casual-shirt-standing-white_176420-41464.jpg",
},
{
name: "John D.",
handle: "@john",
testimonial: "Professional, kind, and incredibly insightful.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg",
},
{
name: "Sarah J.",
handle: "@sarah",
testimonial: "A welcoming environment that fosters real growth.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
},
{
name: "Mike B.",
handle: "@mike",
testimonial: "Exceeded all my expectations for therapy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-wearing-sportswear-morning-park_93675-133003.jpg",
},
{ name: "Alex R.", handle: "@alex", testimonial: "The support I received completely changed my outlook on life.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman_23-2147615403.jpg" },
{ name: "Maria S.", handle: "@maria", testimonial: "I felt heard and understood from the very first session.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-woman-with-short-hairstyle-tilt-head-look-happy-wearing-casual-shirt-standing-white_176420-41464.jpg" },
{ name: "John D.", handle: "@john", testimonial: "Professional, kind, and incredibly insightful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg" },
{ name: "Sarah J.", handle: "@sarah", testimonial: "A welcoming environment that fosters real growth.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg" },
{ name: "Mike B.", handle: "@mike", testimonial: "Exceeded all my expectations for therapy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-wearing-sportswear-morning-park_93675-133003.jpg" }
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-woman-work_23-2149546176.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiley-woman-with-earphones-close-up_23-2149031266.jpg",
alt: "Patient 1",
},
{
src: "http://img.b2bpic.net/free-photo/casual-woman-looking-camera_23-2148323667.jpg",
alt: "Patient 2",
},
{
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2407.jpg",
alt: "Patient 3",
},
{
src: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309927.jpg",
alt: "Staff 1",
},
{
src: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg",
alt: "Staff 2",
},
{ src: "http://img.b2bpic.net/free-photo/smiley-woman-with-earphones-close-up_23-2149031266.jpg", alt: "Patient 1" },
{ src: "http://img.b2bpic.net/free-photo/casual-woman-looking-camera_23-2148323667.jpg", alt: "Patient 2" },
{ src: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2407.jpg", alt: "Patient 3" },
{ src: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309927.jpg", alt: "Staff 1" },
{ src: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg", alt: "Staff 2" }
]}
marqueeItems={[
{
type: "text",
text: "Empathetic Care",
},
{
type: "text",
text: "Evidence-Based",
},
{
type: "text",
text: "Confidentiality First",
},
{
type: "text",
text: "Holistic Approach",
},
{
type: "text",
text: "Professional Support",
},
{ type: "text", text: "Empathetic Care" },
{ type: "text", text: "Evidence-Based" },
{ type: "text", text: "Confidentiality First" },
{ type: "text", text: "Holistic Approach" },
{ type: "text", text: "Professional Support" }
]}
/>
</div>
@@ -159,21 +79,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Clinical Excellence & Compassion"
metrics={[
{
icon: Users,
label: "Patients Helped",
value: "2000+",
},
{
icon: Award,
label: "Years Experience",
value: "15",
},
{
icon: Shield,
label: "Licensed Experts",
value: "10+",
},
{ icon: Users, label: "Patients Helped", value: "2000+" },
{ icon: Award, label: "Years Experience", value: "15" },
{ icon: Shield, label: "Licensed Experts", value: "10+" }
]}
metricsAnimation="blur-reveal"
/>
@@ -184,21 +92,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Anxiety Therapy",
description: "Evidence-based support to help manage stress and anxiety disorders.",
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683409.jpg",
},
{
title: "Depression Support",
description: "Professional guidance to navigate depression and regain balance.",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826272.jpg",
},
{
title: "Relationship Issues",
description: "Improving communication and resolving deep-seated interpersonal patterns.",
imageSrc: "http://img.b2bpic.net/free-photo/female-applicant-looking-cv-files-waiting-attend-hiring-meeting-preparing-job-interview-career-opportunity-woman-queue-feeling-nervous-about-candidate-selection_482257-40780.jpg",
},
{ title: "Anxiety Therapy", description: "Evidence-based support to help manage stress and anxiety disorders.", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683409.jpg" },
{ title: "Depression Support", description: "Professional guidance to navigate depression and regain balance.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826272.jpg" },
{ title: "Relationship Issues", description: "Improving communication and resolving deep-seated interpersonal patterns.", imageSrc: "http://img.b2bpic.net/free-photo/female-applicant-looking-cv-files-waiting-attend-hiring-meeting-preparing-job-interview-career-opportunity-woman-queue-feeling-nervous-about-candidate-selection_482257-40780.jpg" }
]}
title="Comprehensive Care Services"
description="We offer a wide range of therapeutic services tailored to your unique needs, helping you navigate life's challenges with confidence."
@@ -211,24 +107,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
icon: Smile,
title: "Satisfaction Rate",
value: "98%",
},
{
id: "m2",
icon: TrendingUp,
title: "Patient Growth",
value: "120%",
},
{
id: "m3",
icon: Clock,
title: "Sessions Conducted",
value: "50k+",
},
{ id: "m1", icon: Smile, title: "Satisfaction Rate", value: "98%" },
{ id: "m2", icon: TrendingUp, title: "Patient Growth", value: "120%" },
{ id: "m3", icon: Clock, title: "Sessions Conducted", value: "50k+" }
]}
title="Our Impact in Numbers"
description="Evidence of the positive change we foster in our clinic."
@@ -242,24 +123,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
{
id: "t1",
name: "Dr. Sarah Miller",
role: "Clinical Psychologist",
imageSrc: "http://img.b2bpic.net/free-photo/blond-model-white-shirt-feeling-fun_114579-24456.jpg",
},
{
id: "t2",
name: "Dr. James Wilson",
role: "Family Therapist",
imageSrc: "http://img.b2bpic.net/free-photo/joy-happiness-relaxation-concept-portrait-gorgeous-positive-young-female-blue-dress-sitting-comfortably-armchair-with-hands-her-face_343059-3899.jpg",
},
{
id: "t3",
name: "Elena Rodriguez",
role: "Counselor",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
},
{ id: "t1", name: "Dr. Sarah Miller", role: "Clinical Psychologist", imageSrc: "http://img.b2bpic.net/free-photo/blond-model-white-shirt-feeling-fun_114579-24456.jpg" },
{ id: "t2", name: "Dr. James Wilson", role: "Family Therapist", imageSrc: "http://img.b2bpic.net/free-photo/joy-happiness-relaxation-concept-portrait-gorgeous-positive-young-female-blue-dress-sitting-comfortably-armchair-with-hands-her-face_343059-3899.jpg" },
{ id: "t3", name: "Elena Rodriguez", role: "Counselor", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" }
]}
title="Meet Our Clinical Staff"
description="Our team of licensed therapists are dedicated to your mental health and well-being."
@@ -268,44 +134,15 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Emma L.",
role: "Professional",
testimonial: "The most professional care I have ever received.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smil_1258-124564.jpg",
},
{
id: "2",
name: "David K.",
role: "Student",
testimonial: "A life-changing experience that guided me back to myself.",
imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-with-ginger-hairstyle-cute-freckles-dark-bandage-neck-green-yellow-modern-clothes-posing-outdoor_197531-30133.jpg",
},
{
id: "3",
name: "Sophie M.",
role: "Artist",
testimonial: "So grateful for the empathy and clear guidance.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-health-worker_23-2148980790.jpg",
},
{
id: "4",
name: "Mark P.",
role: "Parent",
testimonial: "Highly recommended for families seeking real help.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-short-haired-woman-posing-white-shirt_23-2149021768.jpg",
},
{
id: "5",
name: "Claire B.",
role: "Manager",
testimonial: "I finally feel in control of my own happiness.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-arms-crossed-office_23-2148180659.jpg",
},
{ id: "1", name: "Emma L.", role: "Professional", testimonial: "The most professional care I have ever received.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smil_1258-124564.jpg" },
{ id: "2", name: "David K.", role: "Student", testimonial: "A life-changing experience that guided me back to myself.", imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-with-ginger-hairstyle-cute-freckles-dark-bandage-neck-green-yellow-modern-clothes-posing-outdoor_197531-30133.jpg" },
{ id: "3", name: "Sophie M.", role: "Artist", testimonial: "So grateful for the empathy and clear guidance.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-health-worker_23-2148980790.jpg" },
{ id: "4", name: "Mark P.", role: "Parent", testimonial: "Highly recommended for families seeking real help.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-short-haired-woman-posing-white-shirt_23-2149021768.jpg" },
{ id: "5", name: "Claire B.", role: "Manager", testimonial: "I finally feel in control of my own happiness.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-arms-crossed-office_23-2148180659.jpg" }
]}
title="Voices of Recovery"
description="Hear from patients who have successfully transformed their mental health through our program."
@@ -316,21 +153,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "How long are therapy sessions?",
content: "Sessions are typically 50 minutes long.",
},
{
id: "q2",
title: "Is my information confidential?",
content: "Yes, everything shared is fully confidential per law.",
},
{
id: "q3",
title: "Do you accept insurance?",
content: "We work with major insurance providers.",
},
{ id: "q1", title: "How long are therapy sessions?", content: "Sessions are typically 50 minutes long." },
{ id: "q2", title: "Is my information confidential?", content: "Yes, everything shared is fully confidential per law." },
{ id: "q3", title: "Do you accept insurance?", content: "We work with major insurance providers." }
]}
sideTitle="Common Questions"
sideDescription="Find answers to our most frequently asked questions about therapy sessions."
@@ -344,24 +169,10 @@ export default function LandingPage() {
title="Start Your Appointment"
description="Reach out to schedule your first consultation with our team."
inputs={[
{
name: "name",
type: "text",
placeholder: "Full Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }
]}
textarea={{
name: "message",
placeholder: "How can we help?",
rows: 4,
}}
textarea={{ name: "message", placeholder: "How can we help?", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407606.jpg"
/>
</div>
@@ -371,31 +182,17 @@ export default function LandingPage() {
logoText="Mindful Path Clinic"
columns={[
{
title: "Navigation",
items: [
{
label: "Services",
href: "#services",
},
{
label: "Team",
href: "#team",
},
],
title: "Navigation", items: [
{ label: "Services", href: "#services" },
{ label: "Team", href: "#team" }
]
},
{
title: "Support",
items: [
{
label: "FAQ",
href: "#faq",
},
{
label: "Contact",
href: "#contact",
},
],
},
title: "Support", items: [
{ label: "FAQ", href: "#faq" },
{ label: "Contact", href: "#contact" }
]
}
]}
copyrightText="© 2024 Mindful Path Clinic. All rights reserved."
/>