From a1447e98d9b8c6c03b0c59c5c083a112476710b8 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Thu, 5 Feb 2026 17:21:51 +0100 Subject: [PATCH] Phase 2: Border Radius & Card Standardization --- app/page.tsx | 6 +++--- app/share/[id]/page.tsx | 2 +- app/sites/[id]/funnels/[funnelId]/page.tsx | 4 ++-- app/sites/[id]/funnels/new/page.tsx | 4 ++-- app/sites/[id]/funnels/page.tsx | 4 ++-- app/sites/[id]/realtime/page.tsx | 4 ++-- app/sites/new/page.tsx | 2 +- components/PricingSection.tsx | 4 ++-- components/WorkspaceSwitcher.tsx | 6 +++--- components/dashboard/Campaigns.tsx | 2 +- components/dashboard/Chart.tsx | 2 +- components/dashboard/ContentStats.tsx | 4 ++-- components/dashboard/Countries.tsx | 6 +++--- components/dashboard/GoalStats.tsx | 2 +- components/dashboard/Locations.tsx | 4 ++-- components/dashboard/PerformanceStats.tsx | 2 +- components/dashboard/RealtimeVisitors.tsx | 2 +- components/dashboard/TechSpecs.tsx | 4 ++-- components/dashboard/TopPages.tsx | 4 ++-- components/dashboard/TopReferrers.tsx | 2 +- components/settings/OrganizationSettings.tsx | 8 ++++---- components/sites/SiteList.tsx | 6 +++--- 22 files changed, 42 insertions(+), 42 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 5ff6ab6..12068fd 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -282,15 +282,15 @@ export default function HomePage() { {/* * Global Overview */}
-
+

Total Sites

{sites.length}

-
+

Total Visitors (24h)

--

-
+

Plan & usage

{subscriptionLoading ? (

...

diff --git a/app/share/[id]/page.tsx b/app/share/[id]/page.tsx index d9a330d..1ff9d3b 100644 --- a/app/share/[id]/page.tsx +++ b/app/share/[id]/page.tsx @@ -191,7 +191,7 @@ export default function PublicDashboardPage() { if (isPasswordProtected && !data) { return (
-
+
diff --git a/app/sites/[id]/funnels/[funnelId]/page.tsx b/app/sites/[id]/funnels/[funnelId]/page.tsx index 2eae2e1..2e200ef 100644 --- a/app/sites/[id]/funnels/[funnelId]/page.tsx +++ b/app/sites/[id]/funnels/[funnelId]/page.tsx @@ -197,7 +197,7 @@ export default function FunnelReportPage() {
{/* Chart */} -
+

Funnel Visualization

@@ -262,7 +262,7 @@ export default function FunnelReportPage() {
{/* Detailed Stats Table */} -
+
diff --git a/app/sites/[id]/funnels/new/page.tsx b/app/sites/[id]/funnels/new/page.tsx index a6438a2..eaa7ea0 100644 --- a/app/sites/[id]/funnels/new/page.tsx +++ b/app/sites/[id]/funnels/new/page.tsx @@ -110,7 +110,7 @@ export default function CreateFunnelPage() { -
+
{steps.map((step, index) => ( -
+
diff --git a/app/sites/[id]/funnels/page.tsx b/app/sites/[id]/funnels/page.tsx index 1ea02b0..775e650 100644 --- a/app/sites/[id]/funnels/page.tsx +++ b/app/sites/[id]/funnels/page.tsx @@ -76,7 +76,7 @@ export default function FunnelsPage() {
{funnels.length === 0 ? ( -
+
@@ -101,7 +101,7 @@ export default function FunnelsPage() { href={`/sites/${siteId}/funnels/${funnel.id}`} className="block group" > -
+

diff --git a/app/sites/[id]/realtime/page.tsx b/app/sites/[id]/realtime/page.tsx index 342a183..06f5440 100644 --- a/app/sites/[id]/realtime/page.tsx +++ b/app/sites/[id]/realtime/page.tsx @@ -116,7 +116,7 @@ export default function RealtimePage() {
{/* Visitors List */} -
+

Active Sessions

@@ -164,7 +164,7 @@ export default function RealtimePage() {
{/* Session Details */} -
+

{selectedVisitor ? 'Session Journey' : 'Select a visitor'} diff --git a/app/sites/new/page.tsx b/app/sites/new/page.tsx index ddf7adf..8cb7715 100644 --- a/app/sites/new/page.tsx +++ b/app/sites/new/page.tsx @@ -59,7 +59,7 @@ export default function NewSitePage() { Create New Site

- +