diff --git a/src/app/page.tsx b/src/app/page.tsx
index 96e92d9..5c5500b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,30 +32,12 @@ export default function LandingPage() {
@@ -63,93 +45,31 @@ export default function LandingPage() {
@@ -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() {
@@ -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."
/>