From 3182d5ffd882355b397ce295e6a5de39cbda1ace Mon Sep 17 00:00:00 2001 From: development Date: Wed, 7 Jan 2026 10:21:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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