Update src/app/page.tsx

This commit is contained in:
2026-04-11 20:52:04 +00:00
parent 83f0caa7a5
commit a50b253c54

View File

@@ -9,7 +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';
import { Shield, CheckCircle } from 'lucide-react';
export default function LandingPage() {
return (
@@ -79,8 +79,8 @@ export default function LandingPage() {
title="Our Mission"
description="To provide high-quality pet care."
metrics={[
{ icon: CheckCircle, value: "10k+" },
{ icon: Shield, value: "99%" }
{ label: "Happy Pets", value: "10k+" },
{ label: "Satisfaction", value: "99%" }
]}
/>
</div>