diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index b4056b0..1dbca8c 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -3,21 +3,63 @@ import Image from "next/image"; const Footer = () => (
); -export default Footer; \ No newline at end of file +export default Footer;