From 5cb25aac1917c6734dbec297afb91246a23751e4 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 21 Jan 2026 11:28:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 02826a8..77cab12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; 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" imageAlt="PawsCare Shelter building and grounds" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -108,7 +108,7 @@ export default function PetShelterPage() { tag="Simple & Transparent" tagIcon={CheckCircle} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" features={[ { id: 1, @@ -116,7 +116,7 @@ export default function PetShelterPage() { }, { 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, @@ -166,7 +166,7 @@ export default function PetShelterPage() { 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." textPosition="left" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" buttons={[ { text: "Volunteer Today", href: "https://pawscare.org/volunteer" }, { text: "Make a Donation", href: "https://pawscare.org/donate" }