diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 2113be1..3fa1800 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -117,7 +117,7 @@ export default function AboutPage() {
{ name: "Express", role: "REST API + WebSocket", icon: "⚡" },
{ name: "MCP", role: "AI Protocol Layer", icon: "🤖" },
{ name: "Stripe", role: "Payment Processing", icon: "💳" },
- { name: "Jest", role: "Testing (2200+ tests)", icon: "✅" },
+ { name: "Jest", role: "Testing (2,500+ tests)", icon: "✅" },
].map((tech) => (
{[
{ value: "77", label: "App Templates" },
- { value: "2200+", label: "Test Cases" },
+ { value: "2,500+", label: "Test Cases" },
{ value: "350+", label: "API Endpoints" },
{ value: "31", label: "Languages" },
].map((stat) => (
diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx
index 5b355d0..2671ee2 100644
--- a/src/app/features/page.tsx
+++ b/src/app/features/page.tsx
@@ -54,15 +54,16 @@ export default function FeaturesPage() {
id: 'ssl-security',
title: 'SSL & Security',
description:
- 'Enterprise-grade security, baked in. Automatic SSL via Caddy\'s internal CA, TOTP 2FA with email magic link, multi-user admin with role-based access, encrypted credential vault, comprehensive audit logs, and a Security Center that unifies events from every source.',
+ 'Enterprise-grade security, baked in. Automatic SSL via Caddy\'s internal CA, TOTP 2FA with email magic link, multi-user admin with role-based access, encrypted credential vault, PII-masked audit logs, and a Security Center that unifies events from every source — with per-IP perimeter analytics for spotting attack sources.',
icon: '🔒',
features: [
{ icon: '🔐', label: 'Automatic SSL certificates' },
{ icon: '📱', label: 'TOTP 2FA + email magic link' },
{ icon: '👥', label: 'Multi-user admin (RBAC + invites)' },
{ icon: '🔑', label: 'Encrypted credential vault' },
- { icon: '📝', label: 'Audit logging' },
+ { icon: '📝', label: 'PII-masked audit logging' },
{ icon: '🛡️', label: 'Security Center (multi-source events)' },
+ { icon: '🌐', label: 'Perimeter analytics (per-IP, per-vhost)' },
],
},
{
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 60a6ebc..978cecc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -218,7 +218,7 @@ export default function Home() {