Merge version_1 into main #8

Merged
bender merged 1 commits from version_1 into main 2026-03-11 18:46:01 +00:00

View File

@@ -150,16 +150,16 @@ export default function Home() {
<MetricCardTwo
title="KavachBot Impact"
description="Protecting Discord communities at scale with enterprise-grade security"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
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"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -167,6 +167,14 @@ export default function Home() {
<TestimonialCardSixteen
title="Trusted by Community Leaders"
description="Server administrators and community managers worldwide rely on KavachBot for enterprise security"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
kpiItems={[
{ value: "99%", label: "Threat Detection Rate" },
{ value: "<1s", label: "Average Response Time" },
{ value: "24/7", label: "Active Protection" },
]}
testimonials={[
{
id: "1", name: "Sarah Chen", role: "Server Administrator", company: "Tech Community Discord", rating: 5,
@@ -189,14 +197,6 @@ export default function Home() {
imageAlt: "Alex Thompson"
},
]}
kpiItems={[
{ value: "99%", label: "Threat Detection Rate" },
{ value: "<1s", label: "Average Response Time" },
{ value: "24/7", label: "Active Protection" },
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>