Merge version_1 into main #7

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

View File

@@ -150,7 +150,7 @@ export default function Home() {
<MetricCardTwo
title="KavachBot Impact"
description="Protecting Discord communities at scale with enterprise-grade security"
items={[
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" },
@@ -167,7 +167,7 @@ export default function Home() {
<TestimonialCardSixteen
title="Trusted by Community Leaders"
description="Server administrators and community managers worldwide rely on KavachBot for enterprise security"
items={[
testimonials={[
{
id: "1", name: "Sarah Chen", role: "Server Administrator", company: "Tech Community Discord", rating: 5,
imageSrc: getAssetUrl('testimonial-1'),
@@ -291,4 +291,4 @@ export default function Home() {
</div>
</ThemeProvider>
);
}
}