Enhance animations and styling on homepage sections; adjust Hero component to use full h-screen height.

This commit is contained in:
2025-06-19 09:28:49 +09:00
parent d62d3a789a
commit 8e41a3d151
2 changed files with 27 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ export default function Header() {
initial={{opacity: 0, y: 30}}
animate={{opacity: 1, y: 0}}
transition={{duration: 0.8, ease: 'easeOut'}}
className="relative text-white h-[calc(100vh-5rem)] overflow-hidden shadow-lg"
className="relative text-white h-screen overflow-hidden shadow-lg"
>
<Image
src="/images/hero.jpeg"