From af625326159128086c3c54646b96da689aca0e6e Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sat, 21 Mar 2026 20:50:21 +0100 Subject: [PATCH] fix: showcase bg as outer frame, solid dark background for dashboard content --- components/marketing/DashboardDemo.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/components/marketing/DashboardDemo.tsx b/components/marketing/DashboardDemo.tsx index 812901f..ca50ff8 100644 --- a/components/marketing/DashboardDemo.tsx +++ b/components/marketing/DashboardDemo.tsx @@ -179,12 +179,13 @@ export default function DashboardDemo() { {/* Orange glow behind */}
- {/* Outer container with showcase bg */} -
+ {/* Outer frame with showcase bg */} +
-
+
-
+ {/* Inner dashboard — solid background */} +
{/* Dashboard header */}
@@ -266,6 +267,7 @@ export default function DashboardDemo() { />
+
)