Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-03 09:22:13 +00:00
3 changed files with 17 additions and 17 deletions

View File

@@ -87,19 +87,19 @@ export default function AboutPage() {
{
title: "Trauma-Informed Care",
description: "We understand trauma and create safe, non-judgmental spaces where survivors can heal at their own pace with expert support and evidence-based therapeutic approaches.",
imageSrc: "http://img.b2bpic.net/free-photo/i-always-feel-relieved-after-session-with-you_637285-9953.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/i-always-feel-relieved-after-session-with-you_637285-9953.jpg?_wi=2",
imageAlt: "Trauma-informed care visualization",
},
{
title: "Animal Welfare & Rescue",
description: "Every rescue dog in our program receives comprehensive care, training, and lifelong support to ensure they thrive in their new families while providing mutual healing.",
imageSrc: "http://img.b2bpic.net/free-photo/dog-house-with-adopt-me-sign-outside_23-2148682995.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dog-house-with-adopt-me-sign-outside_23-2148682995.jpg?_wi=2",
imageAlt: "Animal rescue and welfare",
},
{
title: "Accessibility & Inclusion",
description: "We remove barriers to care by offering confidential applications, flexible programs, and financial support to ensure healing is accessible to all survivors regardless of background.",
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-talking-with-friends-enjoying-time-spend-together_482257-4589.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-talking-with-friends-enjoying-time-spend-together_482257-4589.jpg?_wi=2",
imageAlt: "Inclusive community",
},
]}

View File

@@ -73,7 +73,7 @@ export default function HomePage() {
{ text: "Learn Our Story", href: "/about" },
{ text: "Explore Real Stories", href: "/stories" },
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-senior-couple-with-dog_23-2149613970.jpg"
imageSrc="http://img.b2bpic.net/free-photo/side-view-senior-couple-with-dog_23-2149613970.jpg?_wi=1"
imageAlt="Person finding comfort with rescue dog"
showDimOverlay={true}
buttonAnimation="blur-reveal"
@@ -104,19 +104,19 @@ export default function HomePage() {
{
title: "Mental Health Support",
description: "Dogs provide unconditional emotional support, reducing anxiety, PTSD symptoms, and depression through companionship and grounding techniques.",
imageSrc: "http://img.b2bpic.net/free-photo/i-always-feel-relieved-after-session-with-you_637285-9953.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/i-always-feel-relieved-after-session-with-you_637285-9953.jpg?_wi=1",
imageAlt: "Mental health support visualization",
},
{
title: "Rescue & Rehabilitation",
description: "Abandoned dogs receive loving homes while helping humans heal. Both find purpose and belonging in a mutually beneficial relationship.",
imageSrc: "http://img.b2bpic.net/free-photo/dog-house-with-adopt-me-sign-outside_23-2148682995.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dog-house-with-adopt-me-sign-outside_23-2148682995.jpg?_wi=1",
imageAlt: "Dog rescue and care",
},
{
title: "Community & Connection",
description: "Join a supportive network of people and dogs on shared journeys of healing, growth, and second chances together.",
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-talking-with-friends-enjoying-time-spend-together_482257-4589.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-talking-with-friends-enjoying-time-spend-together_482257-4589.jpg?_wi=1",
imageAlt: "Community support network",
},
]}
@@ -145,7 +145,7 @@ export default function HomePage() {
role: "Rescue Dog",
company: "Now with Miguel - PTSD Survivor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-adorable-golden-retriever-portrait_181624-60577.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-adorable-golden-retriever-portrait_181624-60577.jpg?_wi=1",
imageAlt: "Luna the rescue dog",
},
{
@@ -154,7 +154,7 @@ export default function HomePage() {
role: "Therapy Companion",
company: "Supporting Sarah - Anxiety Recovery",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-summer-forest-playing-with-dog_1157-32789.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-summer-forest-playing-with-dog_1157-32789.jpg?_wi=1",
imageAlt: "Max the support dog",
},
{
@@ -163,7 +163,7 @@ export default function HomePage() {
role: "Emotional Anchor",
company: "James - PTSD Combat Veteran",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elderly-person-spendng-tim-with-their-pets_23-2149486359.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elderly-person-spendng-tim-with-their-pets_23-2149486359.jpg?_wi=1",
imageAlt: "Charlie service dog",
},
{
@@ -172,7 +172,7 @@ export default function HomePage() {
role: "Healing Companion",
company: "Emma - Depression Support",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-couple-with-dog_23-2149613970.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-couple-with-dog_23-2149613970.jpg?_wi=2",
imageAlt: "Bella rescue companion",
},
{
@@ -181,7 +181,7 @@ export default function HomePage() {
role: "Second Chance Success",
company: "David - Trauma Recovery",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-playing-with-cute-dog-up-adoption_23-2148682991.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-playing-with-cute-dog-up-adoption_23-2148682991.jpg?_wi=1",
imageAlt: "Scout adopted dog",
},
]}

View File

@@ -94,7 +94,7 @@ export default function StoriesPage() {
role: "Rescue Dog",
company: "Now with Miguel - PTSD Survivor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-adorable-golden-retriever-portrait_181624-60577.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-adorable-golden-retriever-portrait_181624-60577.jpg?_wi=2",
imageAlt: "Luna the rescue dog",
},
{
@@ -103,7 +103,7 @@ export default function StoriesPage() {
role: "Therapy Companion",
company: "Supporting Sarah - Anxiety Recovery",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-summer-forest-playing-with-dog_1157-32789.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-summer-forest-playing-with-dog_1157-32789.jpg?_wi=2",
imageAlt: "Max the support dog",
},
{
@@ -112,7 +112,7 @@ export default function StoriesPage() {
role: "Emotional Anchor",
company: "James - PTSD Combat Veteran",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elderly-person-spendng-tim-with-their-pets_23-2149486359.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elderly-person-spendng-tim-with-their-pets_23-2149486359.jpg?_wi=2",
imageAlt: "Charlie service dog",
},
{
@@ -121,7 +121,7 @@ export default function StoriesPage() {
role: "Healing Companion",
company: "Emma - Depression Support",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-couple-with-dog_23-2149613970.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-couple-with-dog_23-2149613970.jpg?_wi=3",
imageAlt: "Bella rescue companion",
},
{
@@ -130,7 +130,7 @@ export default function StoriesPage() {
role: "Second Chance Success",
company: "David - Trauma Recovery",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-playing-with-cute-dog-up-adoption_23-2148682991.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-playing-with-cute-dog-up-adoption_23-2148682991.jpg?_wi=2",
imageAlt: "Scout adopted dog",
},
]}