From 8882d0af7c5ff65f6846528900fcc4871af373f3 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 18 Jun 2026 18:15:28 +0000 Subject: [PATCH] Push BookNest hero reveal further down --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 5d8f9a6..ff12ffd 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' ? '140px' : '72px' + const heroPaddingTop = location.pathname === '/booknest' ? '240px' : '72px' return (