diff --git a/src/app/page.tsx b/src/app/page.tsx index 30ffa9b..e15ce65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,8 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Gauge, Heart, Leaf, Sparkles } from "lucide-react"; +import { Gauge, Heart, Leaf } from "lucide-react"; export default function LandingPage() { return ( @@ -33,45 +32,25 @@ export default function LandingPage() { @@ -79,111 +58,31 @@ export default function LandingPage() { @@ -208,29 +107,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Psychiatric Evaluation", - description: "Thorough assessment to understand your unique mental health history, symptoms, and needs, forming the foundation of your personalized care plan.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-chatting-home_23-2149879847.jpg", - imageAlt: "Psychiatric evaluation session", - }, + title: "Psychiatric Evaluation", description: "Thorough assessment to understand your unique mental health history, symptoms, and needs, forming the foundation of your personalized care plan.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-chatting-home_23-2149879847.jpg", imageAlt: "Psychiatric evaluation session"}, { - title: "Medication Management", - description: "Careful and personalized prescription, monitoring, and adjustment of psychiatric medications to optimize effectiveness and minimize side effects.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-showing-strong-emotions-representing-mental-health_23-2151718763.jpg", - imageAlt: "Medication management discussion", - }, + title: "Medication Management", description: "Careful and personalized prescription, monitoring, and adjustment of psychiatric medications to optimize effectiveness and minimize side effects.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-showing-strong-emotions-representing-mental-health_23-2151718763.jpg", imageAlt: "Medication management discussion"}, { - title: "Individual Therapy", - description: "One-on-one counseling sessions utilizing evidence-based therapeutic techniques to help you develop coping strategies, process emotions, and achieve personal growth.", - imageSrc: "http://img.b2bpic.net/free-photo/women-their-yoga-session_23-2149222430.jpg", - imageAlt: "Individual therapy session", - }, + title: "Individual Therapy", description: "One-on-one counseling sessions utilizing evidence-based therapeutic techniques to help you develop coping strategies, process emotions, and achieve personal growth.", imageSrc: "http://img.b2bpic.net/free-photo/women-their-yoga-session_23-2149222430.jpg", imageAlt: "Individual therapy session"}, { - title: "Telehealth Appointments", - description: "Convenient and secure virtual appointments, allowing you to receive high-quality mental health care from the comfort and privacy of your own home.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-fresh-twig-against-white-background_23-2147890212.jpg", - imageAlt: "Telehealth appointment on laptop", - }, + title: "Telehealth Appointments", description: "Convenient and secure virtual appointments, allowing you to receive high-quality mental health care from the comfort and privacy of your own home.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-fresh-twig-against-white-background_23-2147890212.jpg", imageAlt: "Telehealth appointment on laptop"}, ]} title="Comprehensive Mental Health Services" description="Our practice offers a range of services designed to support your complete mental well-being and foster lasting positive change." @@ -245,25 +128,13 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "10+", - title: "Years of Experience", - description: "Bringing extensive expertise in psychiatric care and mental health support.", - icon: Gauge, + id: "m1", value: "10+", title: "Years of Experience", description: "Bringing extensive expertise in psychiatric care and mental health support.", icon: Gauge, }, { - id: "m2", - value: "95%", - title: "Patient Satisfaction", - description: "Our clients consistently report high satisfaction with their personalized care and outcomes.", - icon: Sparkles, + id: "m2", value: "95%", title: "Patient Satisfaction", description: "Our clients consistently report high satisfaction with their personalized care and outcomes.", icon: Gauge, }, { - id: "m3", - value: "Holistic", - title: "Integrated Approach", - description: "Combining medication management with therapeutic strategies for comprehensive wellness.", - icon: Leaf, + id: "m3", value: "Holistic", title: "Integrated Approach", description: "Combining medication management with therapeutic strategies for comprehensive wellness.", icon: Leaf, }, ]} title="Experience & Dedication" @@ -271,66 +142,6 @@ export default function LandingPage() { /> -
- -
-
@@ -410,13 +199,9 @@ export default function LandingPage() { logoAlt="Embrace Connection VA Logo" logoText="Embrace Connection VA" leftLink={{ - text: "Privacy Policy", - href: "#", - }} + text: "Privacy Policy", href: "#"}} rightLink={{ - text: "Terms of Service", - href: "#", - }} + text: "Terms of Service", href: "#"}} />