import { useEffect } from "react"; import { gsap } from "gsap"; import Link from "next/link"; export default function Home() { useEffect(() => { gsap.from(".fade-in", { opacity: 0, y: 20, duration: 1 }); }, []); return (
Infrastructure | Réseau | Automatisation