diff --git a/src/app/page.tsx b/src/app/page.tsx index a3c9369..9bf2ed4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,8 +95,8 @@ export default function LandingPage() { title="Key Metrics" description="Our performance in numbers." metrics={[ - { icon: Zap, value: "10k+" }, - { icon: Shield, value: "100%" } + { id: "m1", title: "Active Users", description: "Monthly active drinkers", icon: Zap, value: "10k+" }, + { id: "m2", title: "Natural Source", description: "Ingredients are pure", icon: Shield, value: "100%" } ]} />