From 1e0bed135c6a7f63454d6972a92d0b17feafe20e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 20:53:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95e1e19..ab8314b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ 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 } from 'lucide-react'; export default function LandingPage() { return ( @@ -79,8 +78,8 @@ export default function LandingPage() { title="Our Mission" description="To provide high-quality pet care." metrics={[ - { icon: Shield, value: "10k+" }, - { icon: Shield, value: "99%" } + { label: "10k+", value: "Happy Pets" }, + { label: "99%", value: "Satisfaction" } ]} />