From cc6234704d70a6cc2c30a1151f1a3cbf8e8c9593 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:56:04 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 1a0e646..2679a65 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,7 +8,7 @@ import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientC import NavbarCentered from '@/components/ui/NavbarCentered'; import ProductRatingCards from '@/components/sections/product/ProductRatingCards'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { Heart, Home, Shield } from "lucide-react"; +import { Heart, Home, Shield } from 'lucide-react'; export default function App() { return ( @@ -97,9 +97,9 @@ export default function App() { title="Results You've Helped Achieve" description="Together, we have transformed lives and built a better community for our four-legged friends." metrics={[ - { value: "1,200+", title: "Pets Adopted", description: "Happy homes found", icon: "Home" }, - { value: "350", title: "Fosters", description: "Temporary homes active", icon: "Heart" }, - { value: "5,000", title: "Vaccinations", description: "Medical care provided", icon: "Shield" }, + { value: "1,200+", title: "Pets Adopted", description: "Happy homes found", icon: Home }, + { value: "350", title: "Fosters", description: "Temporary homes active", icon: Heart }, + { value: "5,000", title: "Vaccinations", description: "Medical care provided", icon: Shield }, ]} /> -- 2.49.1