diff --git a/src/app/page.tsx b/src/app/page.tsx index dffa3d5..56f7feb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; @@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Heart, Paw, Award, Users } from "lucide-react"; +import { Heart, PawPrint, Award, Users } from "lucide-react"; export default function PawSanctuaryPage() { return ( @@ -127,7 +127,7 @@ export default function PawSanctuaryPage() { description="Year after year, we continue to grow our mission of rescue and care." metrics={[ { - id: "1", value: "1250", title: "Animals Rescued", description: "Provided safety and care to rescued animals", icon: Paw + id: "1", value: "1250", title: "Animals Rescued", description: "Provided safety and care to rescued animals", icon: PawPrint }, { id: "2", value: "92", title: "% Adoption Success", description: "Animals placed in loving forever homes", icon: Heart