From 460af42c35157adf584d7ba58b72d85d0f970eae Mon Sep 17 00:00:00 2001 From: Arpit Date: Sat, 22 Jun 2024 00:54:46 +0530 Subject: [PATCH] feat: Improve ui for the contact page --- src/pages/ContactUs.jsx | 155 +++++++++++++++++++--------------------- 1 file changed, 75 insertions(+), 80 deletions(-) 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.

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