diff --git a/src/sections/Footer.tsx b/src/sections/Footer.tsx index c28124a..529e4cc 100644 --- a/src/sections/Footer.tsx +++ b/src/sections/Footer.tsx @@ -1,3 +1,4 @@ +"use client"; import { Logo, SocialX, @@ -7,12 +8,29 @@ import { SocialYoutube, } from "@/src/assets"; import Image from "next/image"; +import { motion } from "framer-motion"; export const Footer = () => { return (