From 29408ee3f7995f1aa6697d3e92867afc6e273e68 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 08:24:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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%" } ]} /> -- 2.49.1