diff --git a/src/app/page.tsx b/src/app/page.tsx
index 39e6fc1..db940b0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Sparkles, Heart, RefreshCw, Shield } from 'lucide-react';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
@@ -31,27 +32,17 @@ export default function LandingPage() {
@@ -61,35 +52,21 @@ export default function LandingPage() {
description="Compassion That Speaks Your Language. We provide accessible, evidence-based telepsychiatric care designed for you."
buttons={[
{
- text: "Book an Appointment",
- href: "#contact",
- },
+ text: "Book an Appointment", href: "#contact"},
{
- text: "Get Started",
- href: "#services",
- },
+ text: "Get Started", href: "#services"},
]}
slides={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop_23-2148898734.jpg?_wi=1",
- imageAlt: "Compassionate mental health care in your language",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop_23-2148898734.jpg", imageAlt: "Compassionate mental health care in your language"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/woman-man-consoling-sad-patient_23-2148398339.jpg?_wi=1",
- imageAlt: "A safe and professional space for your mental health",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-consoling-sad-patient_23-2148398339.jpg", imageAlt: "A safe and professional space for your mental health"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/social-media-still-life-with-heart-arrow_23-2149019242.jpg?_wi=1",
- imageAlt: "Culturally sensitive care provided with heart",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/social-media-still-life-with-heart-arrow_23-2149019242.jpg", imageAlt: "Culturally sensitive care provided with heart"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop_23-2148898734.jpg?_wi=2",
- imageAlt: "Accessible telepsychiatry for families",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop_23-2148898734.jpg", imageAlt: "Accessible telepsychiatry for families"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/woman-man-consoling-sad-patient_23-2148398339.jpg?_wi=2",
- imageAlt: "Your journey to healing starts here",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-consoling-sad-patient_23-2148398339.jpg", imageAlt: "Your journey to healing starts here"},
]}
/>
@@ -101,19 +78,13 @@ export default function LandingPage() {
description="Founded to bridge the gap in mental health access for Hispanic communities, Elim Psychcare blends clinical excellence with deep cultural understanding. We believe healing should be accessible, comfortable, and, most importantly, provided in the language you speak."
metrics={[
{
- value: "100%",
- title: "Bilingual Care",
- },
+ value: "100%", title: "Bilingual Care"},
{
- value: "24/7",
- title: "Secure Access",
- },
+ value: "24/7", title: "Secure Access"},
{
- value: "Evidence",
- title: "Based Care",
- },
+ value: "Evidence", title: "Based Care"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/woman-man-consoling-sad-patient_23-2148398339.jpg?_wi=3"
+ imageSrc="http://img.b2bpic.net/free-photo/woman-man-consoling-sad-patient_23-2148398339.jpg"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
/>
@@ -125,33 +96,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Anxiety Support",
- description: "Managing stress and anxiety through tailored treatment plans.",
- buttonIcon: "Sparkles",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop_23-2148898734.jpg?_wi=3",
- imageAlt: "diverse hispanic family warm home environment",
- },
+ title: "Anxiety Support", description: "Managing stress and anxiety through tailored treatment plans.", buttonIcon: Sparkles,
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop_23-2148898734.jpg", imageAlt: "diverse hispanic family warm home environment"},
{
- title: "Depression Care",
- description: "Evidence-based interventions to restore your quality of life.",
- buttonIcon: "Heart",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-man-consoling-sad-patient_23-2148398339.jpg?_wi=4",
- imageAlt: "compassionate mental health consultation",
- },
+ title: "Depression Care", description: "Evidence-based interventions to restore your quality of life.", buttonIcon: Heart,
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-consoling-sad-patient_23-2148398339.jpg", imageAlt: "compassionate mental health consultation"},
{
- title: "Life Transitions",
- description: "Guidance during major life changes and personal growth.",
- buttonIcon: "RefreshCw",
- imageSrc: "http://img.b2bpic.net/free-photo/social-media-still-life-with-heart-arrow_23-2149019242.jpg?_wi=2",
- imageAlt: "compassion heart speech bubble icon",
- },
+ title: "Life Transitions", description: "Guidance during major life changes and personal growth.", buttonIcon: RefreshCw,
+ imageSrc: "http://img.b2bpic.net/free-photo/social-media-still-life-with-heart-arrow_23-2149019242.jpg", imageAlt: "compassion heart speech bubble icon"},
{
- title: "Trauma Care",
- description: "Safe, trauma-informed support for healing and recovery.",
- buttonIcon: "Shield",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop_23-2148898734.jpg?_wi=4",
- imageAlt: "diverse hispanic family warm home environment",
- },
+ title: "Trauma Care", description: "Safe, trauma-informed support for healing and recovery.", buttonIcon: Shield,
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop_23-2148898734.jpg", imageAlt: "diverse hispanic family warm home environment"},
]}
title="Clinical Services for You"
description="Personalized telepsychiatry and therapy that meets you where you are, with total privacy and convenience."
@@ -165,25 +120,13 @@ export default function LandingPage() {
tag="Guiding Principles"
metrics={[
{
- id: "1",
- value: "Compassion",
- description: "First and foremost, we care.",
- },
+ id: "1", value: "Compassion", description: "First and foremost, we care."},
{
- id: "2",
- value: "Cultural Respect",
- description: "Honoring every identity.",
- },
+ id: "2", value: "Cultural Respect", description: "Honoring every identity."},
{
- id: "3",
- value: "Clinical Excellence",
- description: "Highest medical standards.",
- },
+ id: "3", value: "Clinical Excellence", description: "Highest medical standards."},
{
- id: "4",
- value: "Equity",
- description: "Care for everyone.",
- },
+ id: "4", value: "Equity", description: "Care for everyone."},
]}
metricsAnimation="slide-up"
/>
@@ -195,20 +138,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "Step 1: Schedule Online",
- content: "Book your appointment through our secure portal at your convenience.",
- },
+ id: "1", title: "Step 1: Schedule Online", content: "Book your appointment through our secure portal at your convenience."},
{
- id: "2",
- title: "Step 2: Meet Virtually",
- content: "Join your provider through a secure, HIPAA-compliant video session.",
- },
+ id: "2", title: "Step 2: Meet Virtually", content: "Join your provider through a secure, HIPAA-compliant video session."},
{
- id: "3",
- title: "Step 3: Personalized Care",
- content: "Receive a custom treatment plan focused on your specific healing goals.",
- },
+ id: "3", title: "Step 3: Personalized Care", content: "Receive a custom treatment plan focused on your specific healing goals."},
]}
title="How It Works"
description="Your healing journey starts with three easy steps, all online from the comfort of your home."
@@ -224,25 +158,15 @@ export default function LandingPage() {
author="Maria G."
avatars={[
{
- src: "asset://avatar-1",
- alt: "Maria G",
- },
+ src: "asset://avatar-1", alt: "Maria G"},
{
- src: "asset://avatar-2",
- alt: "Client 2",
- },
+ src: "asset://avatar-2", alt: "Client 2"},
{
- src: "asset://avatar-3",
- alt: "Client 3",
- },
+ src: "asset://avatar-3", alt: "Client 3"},
{
- src: "asset://avatar-4",
- alt: "Client 4",
- },
+ src: "asset://avatar-4", alt: "Client 4"},
{
- src: "asset://avatar-5",
- alt: "Client 5",
- },
+ src: "asset://avatar-5", alt: "Client 5"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -253,20 +177,15 @@ export default function LandingPage() {
@@ -275,13 +194,9 @@ export default function LandingPage() {