diff --git a/src/app/page.tsx b/src/app/page.tsx index 82d494b..6113b7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCart from '@/components/ecommerce/cart/ProductCart'; +import { Shield, Sparkles, CheckCircle } from 'lucide-react'; export default function LandingPage() { return ( @@ -77,7 +78,10 @@ export default function LandingPage() { imageAlt="Curly woman in white shirt having fun with dog" title="Our Mission" description="To provide high-quality pet care." - metrics={[{ label: "Pets served", value: "10k+" }, { label: "Satisfaction", value: "99%" }]} + metrics={[ + { icon: CheckCircle, value: "10k+" }, + { icon: Shield, value: "99%" } + ]} />