diff --git a/src/App.jsx b/src/App.jsx
index 51c606c..692fce4 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -23,7 +23,7 @@ const App = () => {
{/* */}
{/* */}
- {/* */}
+
);
diff --git a/src/components/signup/Signup.jsx b/src/components/signup/Signup.jsx
index e69de29..b63999b 100644
--- a/src/components/signup/Signup.jsx
+++ b/src/components/signup/Signup.jsx
@@ -0,0 +1,30 @@
+import React from 'react'
+import './Signup.css'
+const Signup = () => {
+ return (
+
+
+
+
SIGN UP
+
Sign in now and register for upcoming events and
+ future announcements.
+
+
+
+
+ )
+}
+
+export default Signup
\ No newline at end of file