Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-28 06:24:26 +00:00

View File

@@ -30,22 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "About",
id: "#about",
},
{
name: "Services",
id: "#features",
},
{
name: "Testimonials",
id: "#testimonials",
},
{
name: "Contact",
id: "#contact",
},
{ name: "About", id: "#about" },
{ name: "Services", id: "#features" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
brandName="Mindful Path"
/>
@@ -53,63 +41,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Find your inner calm with expert guidance."
description="Mindful Path offers personalized psychology and meditation sessions to help you navigate life's challenges with clarity and peace."
buttons={[
{
text: "Start your journey",
href: "#contact",
},
]}
buttons={[{ text: "Start your journey", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-yoga-equipment_23-2151725291.jpg"
imageAlt="minimal meditation person sunlight"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-pink-tulip-white-vase-windowsill_181624-1765.jpg",
alt: "Vertical closeup shot of a pink tulip in a white vase on a windowsill",
},
{
src: "http://img.b2bpic.net/free-photo/interior-space-decorated-boho-style_23-2150771591.jpg",
alt: "Interior space decorated in boho style",
},
{
src: "http://img.b2bpic.net/free-photo/open-book-with-natural-element_23-2151812192.jpg",
alt: "Open book with natural element",
},
{
src: "http://img.b2bpic.net/free-photo/open-book-with-natural-element_23-2151812191.jpg",
alt: "Open book with natural element",
},
{
src: "http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg",
alt: "Empty professional psychotherapy office with a modern couch and furniture",
},
{ src: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-pink-tulip-white-vase-windowsill_181624-1765.jpg", alt: "Vertical closeup shot of a pink tulip in a white vase on a windowsill" },
{ src: "http://img.b2bpic.net/free-photo/interior-space-decorated-boho-style_23-2150771591.jpg", alt: "Interior space decorated in boho style" },
{ src: "http://img.b2bpic.net/free-photo/open-book-with-natural-element_23-2151812192.jpg", alt: "Open book with natural element" },
{ src: "http://img.b2bpic.net/free-photo/open-book-with-natural-element_23-2151812191.jpg", alt: "Open book with natural element" },
{ src: "http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg", alt: "Empty professional psychotherapy office with a modern couch and furniture" }
]}
marqueeItems={[
{
type: "text",
text: "Certified Clinical Psychologists",
},
{
type: "text",
text: "Evidence-Based Techniques",
},
{
type: "text",
text: "Personalized Meditation Plans",
},
{
type: "text",
text: "Confidential Support",
},
{
type: "text",
text: "Remote & In-Person Options",
},
{ type: "text", text: "Certified Clinical Psychologists" },
{ type: "text", text: "Evidence-Based Techniques" },
{ type: "text", text: "Personalized Meditation Plans" },
{ type: "text", text: "Confidential Support" },
{ type: "text", text: "Remote & In-Person Options" }
]}
/>
</div>
@@ -126,24 +77,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Clinical Therapy",
description: "Individual counseling for stress, anxiety, and personal growth.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-floral-composition_23-2150969111.jpg",
imageAlt: "mental health abstract illustration",
},
{
title: "Guided Meditation",
description: "Customized sessions to build your personal daily practice.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-stepping-stones-sunset-ocean_1048-11071.jpg",
imageAlt: "breathing meditation icon",
},
{
title: "Mental Wellness Workshops",
description: "Group sessions focused on mindfulness and emotional resilience.",
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-each-other-support_23-2150446046.jpg",
imageAlt: "emotional support concept",
},
{ title: "Clinical Therapy", description: "Individual counseling for stress, anxiety, and personal growth.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-floral-composition_23-2150969111.jpg", imageAlt: "mental health abstract illustration" },
{ title: "Guided Meditation", description: "Customized sessions to build your personal daily practice.", imageSrc: "http://img.b2bpic.net/free-photo/3d-stepping-stones-sunset-ocean_1048-11071.jpg", imageAlt: "breathing meditation icon" },
{ title: "Mental Wellness Workshops", description: "Group sessions focused on mindfulness and emotional resilience.", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-each-other-support_23-2150446046.jpg", imageAlt: "emotional support concept" }
]}
title="Personalized support for your life."
description="Comprehensive psychological and meditation services designed for balance."
@@ -154,37 +90,11 @@ export default function LandingPage() {
<MetricCardSeven
textboxLayout="default"
useInvertedBackground={true}
animationType="blur-reveal"
metrics={[
{
id: "m1",
value: "500+",
title: "Clients Served",
items: [
"Successfully guided clients",
"Ongoing practice support",
"Custom therapy plans",
],
},
{
id: "m2",
value: "15+",
title: "Years Experience",
items: [
"Expert clinical background",
"Certified meditation instructors",
"Proven methodology",
],
},
{
id: "m3",
value: "95%",
title: "Satisfaction Rate",
items: [
"Improved mental clarity",
"Reduced stress levels",
"Consistent engagement",
],
},
{ id: "m1", value: "500+", title: "Clients Served", items: ["Successfully guided clients", "Ongoing practice support", "Custom therapy plans"] },
{ id: "m2", value: "15+", title: "Years Experience", items: ["Expert clinical background", "Certified meditation instructors", "Proven methodology"] },
{ id: "m3", value: "95%", title: "Satisfaction Rate", items: ["Improved mental clarity", "Reduced stress levels", "Consistent engagement"] }
]}
title="Proven results for your peace of mind."
description="Our approach has helped hundreds of individuals find balance and clarity in their lives."
@@ -196,46 +106,11 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Life Changing",
quote: "Mindful Path helped me regain focus and find peace after years of stress.",
name: "Sarah Miller",
role: "Architect",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-carpet_23-2148742007.jpg",
},
{
id: "2",
title: "Deeply Calming",
quote: "The guided meditation sessions have become a vital part of my daily routine.",
name: "David Chen",
role: "Designer",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing-near-wall_23-2148718041.jpg",
},
{
id: "3",
title: "Supportive Space",
quote: "I felt heard and understood from the very first session. Truly compassionate care.",
name: "Emily Watson",
role: "Teacher",
imageSrc: "http://img.b2bpic.net/free-photo/person-practicing-tai-chi-indoors_23-2150218257.jpg",
},
{
id: "4",
title: "Clear Growth",
quote: "Practical, actionable advice that made an immediate difference in my mental state.",
name: "Mark Johnson",
role: "Consultant",
imageSrc: "http://img.b2bpic.net/free-photo/man-practicing-yoga-mat-home_1303-26987.jpg",
},
{
id: "5",
title: "Renewed Energy",
quote: "My practice has grown in ways I never thought possible. Grateful for this guidance.",
name: "Martha Evans",
role: "Artist",
imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-136.jpg",
},
{ id: "1", title: "Life Changing", quote: "Mindful Path helped me regain focus and find peace after years of stress.", name: "Sarah Miller", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-carpet_23-2148742007.jpg" },
{ id: "2", title: "Deeply Calming", quote: "The guided meditation sessions have become a vital part of my daily routine.", name: "David Chen", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing-near-wall_23-2148718041.jpg" },
{ id: "3", title: "Supportive Space", quote: "I felt heard and understood from the very first session. Truly compassionate care.", name: "Emily Watson", role: "Teacher", imageSrc: "http://img.b2bpic.net/free-photo/person-practicing-tai-chi-indoors_23-2150218257.jpg" },
{ id: "4", title: "Clear Growth", quote: "Practical, actionable advice that made an immediate difference in my mental state.", name: "Mark Johnson", role: "Consultant", imageSrc: "http://img.b2bpic.net/free-photo/man-practicing-yoga-mat-home_1303-26987.jpg" },
{ id: "5", title: "Renewed Energy", quote: "My practice has grown in ways I never thought possible. Grateful for this guidance.", name: "Martha Evans", role: "Artist", imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-136.jpg" }
]}
title="Hear from our clients."
description="Their stories of peace, resilience, and personal transformation."
@@ -246,21 +121,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "How do I start?",
content: "Book an initial consultation through our contact form. We'll discuss your goals together.",
},
{
id: "f2",
title: "Are sessions online?",
content: "Yes, we offer both remote and in-person sessions to suit your comfort level.",
},
{
id: "f3",
title: "Is it for everyone?",
content: "Yes, our programs are customized to every individual's unique needs.",
},
{ id: "f1", title: "How do I start?", content: "Book an initial consultation through our contact form. We'll discuss your goals together." },
{ id: "f2", title: "Are sessions online?", content: "Yes, we offer both remote and in-person sessions to suit your comfort level." },
{ id: "f3", title: "Is it for everyone?", content: "Yes, our programs are customized to every individual's unique needs." }
]}
sideTitle="Common Questions"
sideDescription="Find answers to help you feel confident in your journey with us."
@@ -271,18 +134,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
tag="Get in touch"
title="Begin your journey towards inner peace."
description="Whether you have questions or are ready to book a session, we are here for you."
buttons={[
{
text: "Schedule Consultation",
href: "#contact",
},
]}
buttons={[{ text: "Schedule Consultation", href: "#contact" }]}
/>
</div>
@@ -291,35 +147,18 @@ export default function LandingPage() {
logoText="Mindful Path"
columns={[
{
title: "Quick Links",
items: [
{
label: "About",
href: "#about",
},
{
label: "Services",
href: "#features",
},
{
label: "Testimonials",
href: "#testimonials",
},
],
title: "Quick Links", items: [
{ label: "About", href: "#about" },
{ label: "Services", href: "#features" },
{ label: "Testimonials", href: "#testimonials" }
]
},
{
title: "Contact",
items: [
{
label: "Schedule",
href: "#contact",
},
{
label: "Email",
href: "mailto:hello@mindfulpath.com",
},
],
},
title: "Contact", items: [
{ label: "Schedule", href: "#contact" },
{ label: "Email", href: "mailto:hello@mindfulpath.com" }
]
}
]}
copyrightText="© 2024 Mindful Path Psychology."
/>