diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx index 804d6ac..4906ceb 100644 --- a/src/components/Footer/Footer.jsx +++ b/src/components/Footer/Footer.jsx @@ -1,16 +1,64 @@ import styles from "./Footer.module.css" import {Link} from "react-router"; +import {useState} from "react"; +import Modal from "../ui/modal/modal.jsx"; +import Button from "../ui/button/button.jsx"; +import scrollToTop from "../../utils/scrollToTop.js"; -function Footer(){ - return ( -