diff --git a/app/page.tsx b/app/page.tsx
index d1afba3..0515920 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -4,9 +4,13 @@ import { useAuth } from '@/lib/auth/context'
import { initiateOAuthFlow, initiateSignupFlow } from '@/lib/api/oauth'
import LoadingOverlay from '@/components/LoadingOverlay'
import SiteList from '@/components/sites/SiteList'
+import { Button } from '@ciphera-net/ui'
+import { BarChartIcon, LockClosedIcon, LightningBoltIcon } from '@radix-ui/react-icons'
+import { useRouter } from 'next/navigation'
export default function HomePage() {
const { user, loading } = useAuth()
+ const router = useRouter()
if (loading) {
return
- Privacy-first web analytics. No cookies, no tracking. GDPR compliant. + +
+ Respect your users' privacy while getting the insights you need. + No cookies, no IP tracking, fully GDPR compliant.
-+ We don't track personal data. No IP addresses, no fingerprints, no cookies. +
++ Get the metrics that matter without the clutter. Page views, visitors, and sources. +
++ Our script is less than 1kb. It won't slow down your site or affect your SEO. +
+- Manage your analytics sites and view insights -
++ Manage your analytics sites and view insights +
+Loading...
+No sites yet. Create your first site to get started.
-