3 Commits

Author SHA1 Message Date
5084b5918a Switch to version 1: modified src/app/page.tsx 2026-03-11 19:33:15 +00:00
2a706d015f Merge version_2 into main
Merge version_2 into main
2026-03-11 19:23:10 +00:00
6cba80e38b Merge version_2 into main
Merge version_2 into main
2026-03-11 19:22:16 +00:00

View File

@@ -64,7 +64,7 @@ export default function Home() {
logoText="KavachBot" logoText="KavachBot"
description="The most advanced Discord security bot — AI-powered AntiNuke protection, automated moderation, and enterprise-grade server protection completely free" description="The most advanced Discord security bot — AI-powered AntiNuke protection, automated moderation, and enterprise-grade server protection completely free"
buttons={[ buttons={[
{ text: "Invite Free Now", href: "https://discord.com" }, { text: "Invite Bot Now", href: "https://discord.com" },
{ text: "Join Support Server", href: "#contact" }, { text: "Join Support Server", href: "#contact" },
]} ]}
imageSrc={getAssetUrl('hero-dashboard')} imageSrc={getAssetUrl('hero-dashboard')}
@@ -149,15 +149,15 @@ export default function Home() {
<MetricCardTwo <MetricCardTwo
title="KavachBot Impact" title="KavachBot Impact"
description="Protecting Discord communities at scale with enterprise-grade security" description="Protecting Discord communities at scale with enterprise-grade security"
gridVariant="uniform-all-items-equal"
textboxLayout="default"
useInvertedBackground={false}
metrics={[ metrics={[
{ id: "servers-protected", value: "50K+", description: "Discord Servers Protected" }, { id: "servers-protected", value: "50K+", description: "Discord Servers Protected" },
{ id: "attacks-prevented", value: "1M+", description: "Attacks Prevented Monthly" }, { id: "attacks-prevented", value: "1M+", description: "Attacks Prevented Monthly" },
{ id: "users-protected", value: "10M+", description: "Users Safeguarded" }, { id: "users-protected", value: "10M+", description: "Users Safeguarded" },
{ id: "uptime", value: "99.9%", description: "Enterprise Uptime" }, { id: "uptime", value: "99.9%", description: "Enterprise Uptime" },
]} ]}
gridVariant="uniform-all-items-equal"
textboxLayout="default"
useInvertedBackground={false}
/> />
</div> </div>
@@ -165,9 +165,9 @@ export default function Home() {
<TestimonialCardSixteen <TestimonialCardSixteen
title="Trusted by Community Leaders" title="Trusted by Community Leaders"
description="Server administrators and community managers worldwide rely on KavachBot for enterprise security" description="Server administrators and community managers worldwide rely on KavachBot for enterprise security"
animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up"
kpiItems={[ kpiItems={[
{ value: "99%", label: "Threat Detection Rate" }, { value: "99%", label: "Threat Detection Rate" },
{ value: "<1s", label: "Average Response Time" }, { value: "<1s", label: "Average Response Time" },
@@ -288,4 +288,4 @@ export default function Home() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }