Fix Animations, Sidebar and Footer.

This commit is contained in:
2025-02-10 13:54:12 +01:00
parent 524e651bca
commit 0786ff793e
+1 -1
View File
@@ -5,7 +5,7 @@ import { motion } from "framer-motion"
export function ContactInfo() {
return (
<motion.div
initial={{ opacity: 0, y: -20 }}
initial={{ opacity: 0, y: -25 }}
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 0.3 }}
className="pb-6 px-6 pt-4 bg-zinc-800/30 border border-zinc-800 rounded-lg mx-4 mt-2"