diff --git a/app/page.tsx b/app/page.tsx index 29f0d46..d522cf7 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -8,9 +8,108 @@ import { listSites, deleteSite, type Site } from '@/lib/api/sites' import { LoadingOverlay } from '@ciphera-net/ui' import SiteList from '@/components/sites/SiteList' import { Button } from '@ciphera-net/ui' -import { BarChartIcon, LockIcon, ZapIcon } from '@ciphera-net/ui' +import { BarChartIcon, LockIcon, ZapIcon, CheckCircleIcon, XIcon } from '@ciphera-net/ui' import { toast } from '@ciphera-net/ui' +function DashboardPreview() { + return ( +
Dashboard Preview
+The lightweight, privacy-friendly alternative.
+| Feature | +Pulse | +Google Analytics | +
|---|---|---|
| {row.feature} | +
+ {row.pulse === true ? (
+ |
+ + {row.ga === true ? ( + Yes + ) : ( + {row.ga} + )} + | +
- Respect your users' privacy while getting the insights you need. - No cookies, no IP tracking, fully GDPR compliant. -
++ Respect your users' privacy while getting the insights you need. + No cookies, no IP tracking, fully GDPR compliant. +
- {/* * --- 4. CTAs --- */} -No credit card required • Cancel anytime
+