Adjust Hero component spacing by updating margin-bottom to margin-top in description text.

This commit is contained in:
2025-06-19 09:10:24 +09:00
parent 6de5db4dcd
commit ef88c711ec

View File

@@ -47,7 +47,7 @@ export default function Header() {
/>
</motion.h2>
<motion.p
className="text-xl md:text-2xl text-gray-100 mb-6"
className="text-xl md:text-2xl text-gray-100 mt-4"
initial={{opacity: 0, y: 20}}
animate={{opacity: 1, y: 0}}
transition={{duration: 0.6, delay: 0.4}}