Update src/app/page.tsx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user