Merge pull request #35 from letyassine/hero-landing-page

fix: hero landing page height
This commit is contained in:
iza
2025-06-24 08:00:58 +03:00
committed by GitHub

View File

@ -82,7 +82,7 @@ export function Hero({ signupCount }: HeroProps) {
}; };
return ( return (
<div className="relative min-h-screen flex flex-col items-center justify-center text-center px-4"> <div className="relative min-h-[calc(100vh-4rem)] flex flex-col items-center justify-center text-center px-4">
<motion.div <motion.div
initial={{ opacity: 0 }} initial={{ opacity: 0 }}
animate={{ opacity: 1 }} animate={{ opacity: 1 }}