Enhance animations and styling on homepage sections; adjust Hero component to use full h-screen height.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user