From c07c020015a16016ffbb65b03b1e19e94582d128 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Mon, 23 Mar 2026 15:28:52 +0100 Subject: [PATCH] feat(home): add illustration to home page empty state Replace globe icon with setup-analytics illustration on the home page when no sites are created. --- app/page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 851f089..24cd274 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -13,7 +13,7 @@ import { LoadingOverlay } from '@ciphera-net/ui' import SiteList from '@/components/sites/SiteList' import DeleteSiteModal from '@/components/sites/DeleteSiteModal' import { Button } from '@ciphera-net/ui' -import { XIcon, GlobeIcon } from '@ciphera-net/ui' +import { XIcon } from '@ciphera-net/ui' import { Cookie, ShieldCheck, Code, Lightning, ArrowRight, GithubLogo } from '@phosphor-icons/react' import DashboardDemo from '@/components/marketing/DashboardDemo' import FeatureSections from '@/components/marketing/FeatureSections' @@ -383,10 +383,12 @@ export default function HomePage() { {!sitesLoading && sites.length === 0 && ( -
-
- -
+
+ Set up your first site

Add your first site

Connect a domain to start collecting privacy-friendly analytics. You can add more sites later from the dashboard.