Update src/app/page.tsx

This commit is contained in:
2026-03-12 22:49:03 +00:00
parent 09372c1834
commit 02da03eaad

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
{ text: "Discover Our Mission", href: "about" },
{ text: "Support Us Today", href: "contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/american-elections-vote-right_23-2151841392.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/american-elections-vote-right_23-2151841392.jpg"
imageAlt="Military veterans and families in supportive community gathering"
showDimOverlay={true}
/>
@@ -74,7 +74,7 @@ export default function LandingPage() {
title: "Spiritual Counseling", description: "Connect with faith-based counselors who understand military service and honor your spiritual journey. Bible studies, prayer groups, and personalized spiritual guidance available.", icon: Cross,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-christians-reading-bible_23-2149386642.jpg?_wi=1", imageAlt: "Spiritual counseling and faith community support"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-christians-reading-bible_23-2149386642.jpg", imageAlt: "Spiritual counseling and faith community support"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/american-soldier-mourning-praying-with-american-flag-his-hands_181624-20756.jpg", imageAlt: "Military chaplain ministry and faith gathering"
@@ -88,7 +88,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/father-with-his-son-having-picnic-park_1303-16233.jpg", imageAlt: "Military family outdoor gathering and bonding"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/american-elections-vote-right_23-2151841392.jpg?_wi=2", imageAlt: "Family community support network"
imageSrc: "http://img.b2bpic.net/free-photo/american-elections-vote-right_23-2151841392.jpg", imageAlt: "Family community support network"
}
]
},
@@ -96,10 +96,10 @@ export default function LandingPage() {
title: "Mental Health Counseling", description: "Professional, compassionate mental health support specifically tailored for veterans. We address PTSD, depression, anxiety, and transition challenges with evidence-based care and peer support.", icon: Brain,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/man-with-depression-making-confession-aa-therapy-meeting-with-alcoholics-people-person-telling-addiction-story-receive-help-advice-from-therapist-support-rehab-group_482257-37070.jpg?_wi=1", imageAlt: "Professional mental health counseling session"
imageSrc: "http://img.b2bpic.net/free-photo/man-with-depression-making-confession-aa-therapy-meeting-with-alcoholics-people-person-telling-addiction-story-receive-help-advice-from-therapist-support-rehab-group_482257-37070.jpg", imageAlt: "Professional mental health counseling session"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-christians-reading-bible_23-2149386642.jpg?_wi=2", imageAlt: "Supportive counseling conversation"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-christians-reading-bible_23-2149386642.jpg", imageAlt: "Supportive counseling conversation"
}
]
},
@@ -110,7 +110,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-women-desk_23-2148427105.jpg", imageAlt: "Financial planning and guidance advisor"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-with-depression-making-confession-aa-therapy-meeting-with-alcoholics-people-person-telling-addiction-story-receive-help-advice-from-therapist-support-rehab-group_482257-37070.jpg?_wi=2", imageAlt: "Professional financial counseling"
imageSrc: "http://img.b2bpic.net/free-photo/man-with-depression-making-confession-aa-therapy-meeting-with-alcoholics-people-person-telling-addiction-story-receive-help-advice-from-therapist-support-rehab-group_482257-37070.jpg", imageAlt: "Professional financial counseling"
}
]
}
@@ -139,6 +139,7 @@ export default function LandingPage() {
id: "4", value: "100%", description: "Faith-based approach honoring service and sacrifice with dignity and respect"
}
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>