diff --git a/src/app/page.tsx b/src/app/page.tsx index 9bc8ba8..74b7950 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 NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; @@ -91,7 +91,7 @@ export default function PetShelterPage() { tag="Available for Adoption" tagIcon={Star} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" animationType="slide-up" gridVariant="three-columns-all-equal-width" carouselMode="buttons" @@ -137,7 +137,7 @@ export default function PetShelterPage() { tag="Success Stories" tagIcon={Heart} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" testimonials={[ { id: "1", name: "Sarah Johnson, Pet Parent", date: "Date: 15 November 2024", title: "Max brought so much joy to our family!", quote: "We adopted Max three months ago and he's completely transformed our lives. He's loving, playful, and the perfect addition to our family. The PawsPlace team made the entire process smooth and supportive.", tag: "Family Adoption", avatarSrc: "https://img.b2bpic.net/free-photo/joyful-family-nature_1098-1236.jpg", avatarAlt: "Sarah Johnson", imageSrc: "https://img.b2bpic.net/free-photo/joyful-family-nature_1098-1236.jpg" @@ -187,7 +187,7 @@ export default function PetShelterPage() { tagIcon={Mail} title="Join Our Community" description="Subscribe to our newsletter for adoption updates, pet care tips, and special events. Be part of the PawsPlace family!" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" imageSrc="https://img.b2bpic.net/free-photo/close-up-farmer-spending-time-with-dog_23-2149140383.jpg" imageAlt="Our community volunteering together" mediaPosition="right"