From 941782efe153508988679c26ddfb1aee349be44d Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sat, 21 Mar 2026 20:41:02 +0100 Subject: [PATCH] fix: remove browser chrome, make dashboard scrollable, add showcase gradient bg --- components/marketing/DashboardDemo.tsx | 27 ++++++++------------------ 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/components/marketing/DashboardDemo.tsx b/components/marketing/DashboardDemo.tsx index d123519..afe449f 100644 --- a/components/marketing/DashboardDemo.tsx +++ b/components/marketing/DashboardDemo.tsx @@ -176,23 +176,15 @@ export default function DashboardDemo() { return (
- {/* Browser chrome */} -
-
-
-
-
-
-
-
- pulse.ciphera.net/sites/demo -
-
-
+ {/* Orange glow behind */} +
{/* Dashboard content */} -
-
+
+ +
+ +
{/* Dashboard header */}
@@ -251,7 +243,7 @@ export default function DashboardDemo() {
{/* 2-col grid: Locations + Tech */} -
+
- - {/* Bottom gradient fade */} -
)