Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user