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 +}