From 22fefe9667accb02e58b67d1b774c71eddc6b291 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 10:14:23 +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 b7edb12..1bfa99e 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'; @@ -70,7 +70,7 @@ export default function PetShelterPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" buttons={[ { text: "Browse All Animals", href: "#contact" } ]} @@ -112,7 +112,7 @@ export default function PetShelterPage() { ]} animationType="slide-up" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -159,7 +159,7 @@ export default function PetShelterPage() { gridVariant="uniform-all-items-equal" animationType="scale-rotate" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" />