From b1c68f24f76358a64dc88f8a891b3d8dbbed6fc9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 12:23:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc67b3a..34a7e28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,7 @@ "use client"; import React from "react"; + import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Sparkles, Heart, PawPrint, MapPin, Star } from "lucide-react"; @@ -44,7 +45,7 @@ export default function HomePage() { @@ -100,8 +101,8 @@ export default function HomePage() { description="Browse our current residents waiting for their forever homes." tag="Available Pets" tagIcon={PawPrint} - gridVariant="four-items-2x2-equal-grid" - animationType="blur-reveal" + gridVariant="four-items-2x2-equal-grid" + animationType="slide-up" textboxLayout="default" useInvertedBackground={true} /> @@ -110,8 +111,8 @@ export default function HomePage() {
); -} \ No newline at end of file +}