From 9d7fc518de9c3672dca85bcabb29083d019742db Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 18 Jun 2026 18:27:37 +0000 Subject: [PATCH] Align BookNest header layout closer to blueprint: stats under title, Quick Access label --- src/App.tsx | 2 +- src/pages/BookNest.tsx | 41 ++++++++++++++++++++++------------------- 2 files changed, 23 insertions(+), 20 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index ec9f69f..ced66cc 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,7 +11,7 @@ function App() { const sidebarWidth = sidebarCollapsed ? 64 : 200 const location = useLocation() const showHero = location.pathname === '/infrastructure' || location.pathname === '/booknest' - const heroPaddingTop = location.pathname === '/booknest' ? '90px' : '72px' + const heroPaddingTop = location.pathname === '/booknest' ? '70px' : '72px' const heroObjectPosition = location.pathname === '/booknest' ? '54% 8%' : 'center 5%' const topBarHeight = location.pathname === '/booknest' ? 72 : 56 diff --git a/src/pages/BookNest.tsx b/src/pages/BookNest.tsx index 235132f..34c48a4 100644 --- a/src/pages/BookNest.tsx +++ b/src/pages/BookNest.tsx @@ -272,34 +272,37 @@ export default function BookNest() { return (
- {/* Page stats + Add Bookmark — main column only, so sidebar can rise above it */} -
+ {/* Page stats — sits directly under the hero title/subtitle, like the blueprint */} +
312 Links 18 Categories 12 Favorites
-
{/* Main column */} -
+
{/* Quick Access */} +
+

Quick Access

+ +
{quickAccess.map((qa) => (