From b97e4f56481bd99819e1ac69f343243dd74ad93a Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 18 Jun 2026 18:14:51 +0000 Subject: [PATCH] Push BookNest content down to reveal more of hero banner --- src/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 8320ff2..5d8f9a6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,6 +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' return (
@@ -51,7 +52,7 @@ function App() {
} />