Merge version_1 into main #2
@@ -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%" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user