Merge version_1 into main #1

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

View File

@@ -12,6 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { ArrowRight } from 'lucide-react';
export default function LandingPage() {
return (
@@ -31,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "About",
id: "#about",
},
{
name: "Services",
id: "#services",
},
{
name: "Team",
id: "#team",
},
{
name: "Contact",
id: "#contact",
},
{ name: "About", id: "#about" },
{ name: "Services", id: "#services" },
{ name: "Team", id: "#team" },
{ name: "Contact", id: "#contact" },
]}
brandName="MindCare Clinic"
/>
@@ -55,92 +44,30 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Compassionate Care for Your Mental Wellness"
description="Professional support in a serene and confidential environment tailored to your individual needs."
testimonials={[
{
name: "Alex R.",
handle: "@alex",
testimonial: "MindCare helped me find my path again with deep empathy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-spending-time-home_23-2150170886.jpg",
},
{
name: "Jordan S.",
handle: "@jordan",
testimonial: "Professional, kind, and incredibly supportive staff.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167742.jpg",
},
{
name: "Maria L.",
handle: "@maria",
testimonial: "I finally feel heard and supported throughout my therapy journey.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-cute-nurse-doing-physiotherapy-treatment-home-with-senior-man-using-dumbbells_496169-1553.jpg",
},
{
name: "Sam K.",
handle: "@sam",
testimonial: "Life-changing support during a very difficult time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-romantic-senior-couple-enjoying-their-time-bench-outdoors_23-2148645454.jpg",
},
{
name: "Lee W.",
handle: "@lee",
testimonial: "The best clinic I have worked with for mental health.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/non-binary-person-with-glasses-smiling_23-2148760540.jpg",
},
{ name: "Alex R.", handle: "@alex", testimonial: "MindCare helped me find my path again with deep empathy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-spending-time-home_23-2150170886.jpg" },
{ name: "Jordan S.", handle: "@jordan", testimonial: "Professional, kind, and incredibly supportive staff.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167742.jpg" },
{ name: "Maria L.", handle: "@maria", testimonial: "I finally feel heard and supported throughout my therapy journey.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-cute-nurse-doing-physiotherapy-treatment-home-with-senior-man-using-dumbbells_496169-1553.jpg" },
{ name: "Sam K.", handle: "@sam", testimonial: "Life-changing support during a very difficult time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-romantic-senior-couple-enjoying-their-time-bench-outdoors_23-2148645454.jpg" },
{ name: "Lee W.", handle: "@lee", testimonial: "The best clinic I have worked with for mental health.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/non-binary-person-with-glasses-smiling_23-2148760540.jpg" }
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-flowers-concept-with-elegant-style_23-2148006870.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-tanned-dark-haired-woman-with-stylish-bun-smiling-against-wall-bar-with-painted-flamingos_197531-17039.jpg",
alt: "Patient profile 1",
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12675.jpg",
alt: "Patient profile 2",
},
{
src: "http://img.b2bpic.net/free-photo/woman-sitting-library-couch_273609-12733.jpg",
alt: "Patient profile 3",
},
{
src: "http://img.b2bpic.net/free-photo/middle-age-latin-businesswoman-smiling-happy-standing-with-arms-crossed-gesture-city_839833-17431.jpg",
alt: "Patient profile 4",
},
{
src: "http://img.b2bpic.net/free-photo/senior-caucasian-businessman-with-earphones-sitting-office_1098-17603.jpg",
alt: "Patient profile 5",
},
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-tanned-dark-haired-woman-with-stylish-bun-smiling-against-wall-bar-with-painted-flamingos_197531-17039.jpg", alt: "Patient profile 1" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12675.jpg", alt: "Patient profile 2" },
{ src: "http://img.b2bpic.net/free-photo/woman-sitting-library-couch_273609-12733.jpg", alt: "Patient profile 3" },
{ src: "http://img.b2bpic.net/free-photo/middle-age-latin-businesswoman-smiling-happy-standing-with-arms-crossed-gesture-city_839833-17431.jpg", alt: "Patient profile 4" },
{ src: "http://img.b2bpic.net/free-photo/senior-caucasian-businessman-with-earphones-sitting-office_1098-17603.jpg", alt: "Patient profile 5" },
]}
marqueeItems={[
{
type: "text",
text: "Confidential Care",
},
{
type: "text",
text: "Evidence-Based",
},
{
type: "text",
text: "Holistic Approach",
},
{
type: "text",
text: "Safe Space",
},
{
type: "text",
text: "Professional Support",
},
{ type: "text", text: "Confidential Care" },
{ type: "text", text: "Evidence-Based" },
{ type: "text", text: "Holistic Approach" },
{ type: "text", text: "Safe Space" },
{ type: "text", text: "Professional Support" },
]}
/>
</div>
@@ -152,18 +79,9 @@ export default function LandingPage() {
title="Expert Care, Personal Approach"
description="We specialize in evidence-based therapy and personalized wellness plans designed to help you achieve balance and peace of mind."
bulletPoints={[
{
title: "Evidence-Based Therapy",
description: "Clinically proven methods for sustainable mental health.",
},
{
title: "Holistic Assessment",
description: "Looking at the whole person, not just symptoms.",
},
{
title: "Confidential Environment",
description: "Your safety and privacy are our top priorities.",
},
{ title: "Evidence-Based Therapy", description: "Clinically proven methods for sustainable mental health." },
{ title: "Holistic Assessment", description: "Looking at the whole person, not just symptoms." },
{ title: "Confidential Environment", description: "Your safety and privacy are our top priorities." },
]}
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-medical-bed-empty-hospital-office-with-nobody-it_482257-26924.jpg"
mediaAnimation="blur-reveal"
@@ -175,30 +93,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Individual Therapy",
description: "Personalized support for personal growth.",
buttonIcon: "ArrowRight",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sharing-her-feelings-therapy_482257-115163.jpg",
},
{
title: "Stress Management",
description: "Tools to navigate and master high-pressure life scenarios.",
buttonIcon: "ArrowRight",
imageSrc: "http://img.b2bpic.net/free-photo/crop-couple-playing-cards_23-2147744805.jpg",
},
{
title: "Mindfulness Training",
description: "Techniques for focus, calm, and emotional balance.",
buttonIcon: "ArrowRight",
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-professional-uses-oximeter-measure-oxygen-levels-f_482257-126462.jpg",
},
{
title: "Family Counseling",
description: "Building stronger communication and deeper understanding.",
buttonIcon: "ArrowRight",
imageSrc: "http://img.b2bpic.net/free-photo/happy-black-family-dinner-table_23-2148947194.jpg",
},
{ title: "Individual Therapy", description: "Personalized support for personal growth.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/woman-sharing-her-feelings-therapy_482257-115163.jpg" },
{ title: "Stress Management", description: "Tools to navigate and master high-pressure life scenarios.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/crop-couple-playing-cards_23-2147744805.jpg" },
{ title: "Mindfulness Training", description: "Techniques for focus, calm, and emotional balance.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-professional-uses-oximeter-measure-oxygen-levels-f_482257-126462.jpg" },
{ title: "Family Counseling", description: "Building stronger communication and deeper understanding.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/happy-black-family-dinner-table_23-2148947194.jpg" },
]}
title="Our Clinical Services"
description="A range of professional services designed to support your journey towards psychological wellbeing."
@@ -212,21 +110,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "500+",
description: "Patients Supported",
},
{
id: "m2",
value: "98%",
description: "Patient Satisfaction",
},
{
id: "m3",
value: "15+",
description: "Professional Experts",
},
{ id: "m1", value: "500+", description: "Patients Supported" },
{ id: "m2", value: "98%", description: "Patient Satisfaction" },
{ id: "m3", value: "15+", description: "Professional Experts" },
]}
title="Our Impact"
description="Trusted by hundreds in our local community to provide lasting positive change."
@@ -240,27 +126,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
{
id: "t1",
name: "Dr. Sarah Miller",
role: "Clinical Psychologist",
description: "Expert in anxiety disorders.",
imageSrc: "http://img.b2bpic.net/free-photo/nurse-doctor-team-ready-work-day_23-2149309942.jpg",
},
{
id: "t2",
name: "John Doe",
role: "Therapist",
description: "Specializing in family counseling.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg",
},
{
id: "t3",
name: "Dr. Elena Smith",
role: "Psychiatrist",
description: "Expert in adult mental health.",
imageSrc: "http://img.b2bpic.net/free-photo/care-job-scene-with-patient-being-cared_23-2151224200.jpg",
},
{ id: "t1", name: "Dr. Sarah Miller", role: "Clinical Psychologist", description: "Expert in anxiety disorders.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-doctor-team-ready-work-day_23-2149309942.jpg" },
{ id: "t2", name: "John Doe", role: "Therapist", description: "Specializing in family counseling.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg" },
{ id: "t3", name: "Dr. Elena Smith", role: "Psychiatrist", description: "Expert in adult mental health.", imageSrc: "http://img.b2bpic.net/free-photo/care-job-scene-with-patient-being-cared_23-2151224200.jpg" },
]}
title="Meet Our Experts"
description="Our team of clinical psychologists and therapists is dedicated to your care."
@@ -274,46 +142,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Anna",
role: "Client",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877354.jpg",
},
{
id: "2",
name: "Mark",
role: "Client",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-with-book_273609-12714.jpg",
},
{
id: "3",
name: "Sophie",
role: "Client",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg",
},
{
id: "4",
name: "Tom",
role: "Client",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-concept-clinic_23-2151117901.jpg",
},
{
id: "5",
name: "Elena",
role: "Client",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/psychological-therapy-support-group-meeting_23-2151044432.jpg",
},
{ id: "1", name: "Anna", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877354.jpg" },
{ id: "2", name: "Mark", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-with-book_273609-12714.jpg" },
{ id: "3", name: "Sophie", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg" },
{ id: "4", name: "Tom", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/healthcare-concept-clinic_23-2151117901.jpg" },
{ id: "5", name: "Elena", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/psychological-therapy-support-group-meeting_23-2151044432.jpg" },
]}
title="Patient Success Stories"
description="Real feedback from those who have found support at our clinic."
@@ -325,21 +158,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "How do I schedule?",
content: "You can contact us via our booking form or phone.",
},
{
id: "q2",
title: "Are sessions confidential?",
content: "Strictly confidential as per medical standards.",
},
{
id: "q3",
title: "Do you accept insurance?",
content: "Yes, we accept major insurance providers.",
},
{ id: "q1", title: "How do I schedule?", content: "You can contact us via our booking form or phone." },
{ id: "q2", title: "Are sessions confidential?", content: "Strictly confidential as per medical standards." },
{ id: "q3", title: "Do you accept insurance?", content: "Yes, we accept major insurance providers." },
]}
title="Frequently Asked Questions"
description="Information to help guide you on your first steps with us."
@@ -350,48 +171,17 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
text="Ready to take the first step towards better mental health? Book your initial consultation with us today."
buttons={[
{
text: "Contact Us Now",
href: "#",
},
]}
buttons={[{ text: "Contact Us Now", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Navigation",
items: [
{
label: "Services",
href: "#services",
},
{
label: "About",
href: "#about",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Use",
href: "#",
},
],
},
{ title: "Navigation", items: [{ label: "Services", href: "#services" }, { label: "About", href: "#about" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] },
]}
logoText="MindCare Clinic"
/>
@@ -399,4 +189,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}