From 8f2962eb13b2a6846276233f7bc66088e9f7ffe0 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 18 Jun 2026 16:26:10 +0000 Subject: [PATCH] Add seamless hero banner to Infrastructure page Fades the banner image into the page background using a mask gradient and radial vignette, matching the borderless blend technique from Glance. --- src/pages/Infrastructure.tsx | 97 ++++++++++++++++++++++-------------- 1 file changed, 59 insertions(+), 38 deletions(-) diff --git a/src/pages/Infrastructure.tsx b/src/pages/Infrastructure.tsx index 2e1d706..4e95879 100644 --- a/src/pages/Infrastructure.tsx +++ b/src/pages/Infrastructure.tsx @@ -117,46 +117,67 @@ export default function Infrastructure() { return ( <> - {/* Sub-tabs + Add Resource */} -
-
- {subTabs.map((tab) => { - const active = tab === activeTab - return ( - - ) - })} -
- + /> +
+ + {/* Sub-tabs + Add Resource, overlaid on the banner */} +
+
+ {subTabs.map((tab) => { + const active = tab === activeTab + return ( + + ) + })} +
+ +
{/* Status Cards */}