From 023c267c05aadc096b3685d45a47c8e598083439 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 17:10:06 +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 93a1bc5..585e626 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 NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -61,7 +61,7 @@ export default function PetShelterPage() { description="For over 20 years, Happy Paws Shelter has been dedicated to rescuing, rehabilitating, and rehoming animals in need. Our mission is to provide a safe haven for abandoned and mistreated pets while connecting them with loving families." tag="Our Story" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" bulletPoints={[ { title: "Expert Care", description: "Our veterinary team provides comprehensive health care and behavioral support for every animal.", icon: Heart @@ -111,7 +111,7 @@ export default function PetShelterPage() { description="The real numbers behind our mission to save and rehome animals." tag="Since 2004" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" metrics={[ { id: "1", title: "Animals Rescued", subtitle: "Over the past 20 years", category: "Rescues", value: "4,500+" @@ -163,7 +163,7 @@ export default function PetShelterPage() { description="Real families, real love. Read how these adopters found their perfect companion." tag="Happy Endings" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" testimonials={[ { id: "1", name: "Sarah Martinez", role: "Dog Lover", company: "Max's New Family", rating: 5, @@ -219,7 +219,7 @@ export default function PetShelterPage() {