Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5084b5918a | |||
| 2a706d015f | |||
| 6cba80e38b |
@@ -64,7 +64,7 @@ export default function Home() {
|
||||
logoText="KavachBot"
|
||||
description="The most advanced Discord security bot — AI-powered AntiNuke protection, automated moderation, and enterprise-grade server protection completely free"
|
||||
buttons={[
|
||||
{ text: "Invite Free Now", href: "https://discord.com" },
|
||||
{ text: "Invite Bot Now", href: "https://discord.com" },
|
||||
{ text: "Join Support Server", href: "#contact" },
|
||||
]}
|
||||
imageSrc={getAssetUrl('hero-dashboard')}
|
||||
@@ -149,15 +149,15 @@ export default function Home() {
|
||||
<MetricCardTwo
|
||||
title="KavachBot Impact"
|
||||
description="Protecting Discord communities at scale with enterprise-grade security"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
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"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -165,9 +165,9 @@ 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}
|
||||
animationType="slide-up"
|
||||
kpiItems={[
|
||||
{ value: "99%", label: "Threat Detection Rate" },
|
||||
{ value: "<1s", label: "Average Response Time" },
|
||||
@@ -288,4 +288,4 @@ export default function Home() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user