diff --git a/src/components/Contact.js b/src/components/Contact.js index f1fa0aa..9370319 100644 --- a/src/components/Contact.js +++ b/src/components/Contact.js @@ -1,6 +1,7 @@ import { useState, useEffect, useRef } from "react"; import React from "react"; import { useFocus } from "../utils/useFocus"; +import './CustomContact.css' const Contact = () => { const [name, setName] = useState(""); @@ -104,7 +105,7 @@ const Contact = () => { return ( <> -
+

We're Eager to Receive Your Feedback and Suggestions!

@@ -117,7 +118,7 @@ const Contact = () => { {
{