From 31c2e5252e2f72b06b1001c5f69969a4d6fab2ef Mon Sep 17 00:00:00 2001 From: development Date: Wed, 21 Jan 2026 12:30:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"