Merge version_1 into main #1

Merged
development merged 2 commits from version_1 into main 2026-01-20 10:14:28 +00:00
Showing only changes of commit 22fefe9667 - Show all commits

View File

@@ -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"
/>
</div>
@@ -159,7 +159,7 @@ export default function PetShelterPage() {
gridVariant="uniform-all-items-equal"
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>