diff --git a/src/pages/ContactUs.jsx b/src/pages/ContactUs.jsx index ad47bd8..eb23286 100644 --- a/src/pages/ContactUs.jsx +++ b/src/pages/ContactUs.jsx @@ -1,8 +1,8 @@ -import React, { useRef, useState } from "react"; -import { motion } from "framer-motion"; -import emailjs from "@emailjs/browser"; import axios from "axios"; - +import emailjs from "@emailjs/browser"; +import logo from "../assets/logo2.png"; +import { Link } from "react-router-dom"; +import React, { useRef, useState } from "react"; const Contact = () => { const formRef = useRef(); @@ -84,84 +84,79 @@ const Contact = () => { }; return ( -
-

Get in touch

-

Contact Us.

-
- -
-
-
-
- - -
- -
- - -