diff --git a/components/sections/HeroSection.tsx b/components/sections/HeroSection.tsx index b8805ac..8eec660 100644 --- a/components/sections/HeroSection.tsx +++ b/components/sections/HeroSection.tsx @@ -25,8 +25,12 @@ export default function HeroSection() { ref={sectionRef} className="w-full min-h-[calc(100vh-(2*11px))] rounded-[10px] bg-brand-brown text-brand-beige flex flex-col overflow-hidden relative" > + {/* Spacer: clears the fixed header (~91px) + mirrors the bottom bar height (~52px) + so justify-center lands on the visual centre of the viewport below the header */} +
+ {/* Main content */} -
)}
- {/* Back link */}
-