Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 2026-01-21 11:28:57 +00:00

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -70,7 +70,7 @@ export default function PetShelterPage() {
]} ]}
imageSrc="https://img.b2bpic.net/free-photo/person-reaching-dogs-through-fence-shelter_23-2148682945.jpg" imageSrc="https://img.b2bpic.net/free-photo/person-reaching-dogs-through-fence-shelter_23-2148682945.jpg"
imageAlt="PawsCare Shelter building and grounds" imageAlt="PawsCare Shelter building and grounds"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -108,7 +108,7 @@ export default function PetShelterPage() {
tag="Simple & Transparent" tag="Simple & Transparent"
tagIcon={CheckCircle} tagIcon={CheckCircle}
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
features={[ features={[
{ {
id: 1, id: 1,
@@ -116,7 +116,7 @@ export default function PetShelterPage() {
}, },
{ {
id: 2, id: 2,
title: "Meet & Greet", description: "Spend time with your potential new pet to ensure compatibility and answer any questions our team has.", imageSrc: "https://img.b2bpic.net/free-photo/adoption-application-family-guardianship-support-concept_53876-122724.jpg", imageAlt: "Veterinary health check" title: "Meet & Greet", description: "Spend time with your potential new pet to ensure compatibility and answer any questions our team has.", imageSrc: "https://img.b2bpic.net/free-photo/adoption-application-family-guardianship-support-concept_53876-122724.jpg", imageAlt: "Meet and greet with pets"
}, },
{ {
id: 3, id: 3,
@@ -166,7 +166,7 @@ export default function PetShelterPage() {
sideTitle="Get Involved & Make a Difference" sideTitle="Get Involved & Make a Difference"
sideDescription="There are many ways to support PawsCare and help animals in need. Whether you adopt, volunteer, or donate, you're making a real impact." sideDescription="There are many ways to support PawsCare and help animals in need. Whether you adopt, volunteer, or donate, you're making a real impact."
textPosition="left" textPosition="left"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
buttons={[ buttons={[
{ text: "Volunteer Today", href: "https://pawscare.org/volunteer" }, { text: "Volunteer Today", href: "https://pawscare.org/volunteer" },
{ text: "Make a Donation", href: "https://pawscare.org/donate" } { text: "Make a Donation", href: "https://pawscare.org/donate" }