Update src/app/page.tsx

This commit is contained in:
2026-02-13 11:59:34 +00:00
parent 3366f43b70
commit cfcb55f388

View File

@@ -2,7 +2,7 @@
import React from "react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Sparkles, Heart, PawPrint, Info, MapPin, Star } from "lucide-react";
import { Sparkles, Heart, PawPrint, MapPin, Star } from "lucide-react";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroSignup from '@/components/sections/hero/HeroSignup';
@@ -83,6 +83,7 @@ export default function HomePage() {
{ id: 'm3', value: '150+', description: 'Dedicated volunteers working round the clock for welfare.' },
{ id: 'm4', value: '500k', description: 'Meals provided to homeless pets in the last year alone.' }
]}
metricsAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>