From bf77e4f6473e9e25f19e2ea63ae6c9ba36b215c2 Mon Sep 17 00:00:00 2001 From: Rana Sarkar Date: Sun, 26 May 2024 22:49:45 +0530 Subject: [PATCH] changes on signup page and contact page --- src/App.jsx | 22 ++++---- src/components/Contact/Contact.jsx | 71 +------------------------- src/components/SignUp/MemberSignUp.jsx | 48 ++++++++--------- src/constants/member.js | 13 ++--- 4 files changed, 46 insertions(+), 108 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index ee0cb01..b69ac12 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -4,18 +4,22 @@ import Headroom from "react-headroom"; import { Navbar } from "./components/Navbar/Navbar"; import { Footer } from "./components/Footer/Footer"; - - function App() { return ( <> - - - -
- -
-