Update src/app/page.tsx

This commit is contained in:
2026-03-11 18:57:04 +00:00
parent f45a593433
commit 73bc632d32

View File

@@ -149,13 +149,13 @@ export default function Home() {
<MetricCardTwo
title="KavachBot Impact"
description="Protecting Discord communities at scale with enterprise-grade security"
gridVariant="uniform-all-items-equal"
metrics={[
{ id: "servers-protected", value: "50K+", description: "Discord Servers Protected" },
{ id: "attacks-prevented", value: "1M+", description: "Attacks Prevented Monthly" },
{ id: "users-protected", value: "10M+", description: "Users Safeguarded" },
{ id: "uptime", value: "99.9%", description: "Enterprise Uptime" },
]}
gridVariant="uniform-all-items-equal"
textboxLayout="default"
useInvertedBackground={false}
/>