fix: hero landing page height

This commit is contained in:
yassinehaimouch
2025-06-23 23:01:50 +01:00
parent a6a520db70
commit bc4c064ad6

View File

@ -67,7 +67,7 @@ export function Hero({ signupCount }: HeroProps) {
};
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
initial={{ opacity: 0 }}
animate={{ opacity: 1 }}