Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user