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) => (