From efe94f49817eca2b7da18dea68694567cbfbfc9d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 12:23:19 +0000 Subject: [PATCH] Update src/app/adopt/page.tsx --- src/app/adopt/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/adopt/page.tsx b/src/app/adopt/page.tsx index f43093e..c8740bb 100644 --- a/src/app/adopt/page.tsx +++ b/src/app/adopt/page.tsx @@ -1,6 +1,7 @@ "use client"; import React from "react"; + import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { PawPrint, Star, MapPin } from "lucide-react"; @@ -38,7 +39,7 @@ export default function AdoptPage() { headingFontWeight="bold" >
@@ -54,7 +55,7 @@ export default function AdoptPage() { tag="Available Pets" tagIcon={PawPrint} gridVariant="four-items-2x2-equal-grid" - animationType="blur-reveal" + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} /> @@ -96,4 +97,4 @@ export default function AdoptPage() {
); -} \ No newline at end of file +}