From 41b2bbea36e3c490cd2c5d7ff95869d7a5be0531 Mon Sep 17 00:00:00 2001 From: perryHV Date: Mon, 16 Oct 2023 20:40:58 +0530 Subject: [PATCH] ISSUE Resolved: Contact page --- src/components/Contact.js | 15 ++++---- src/components/CustomContact.css | 61 ++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 7 deletions(-) create mode 100644 src/components/CustomContact.css 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 = () => { {
{