diff --git a/client/app/auth/page.js b/client/app/auth/page.js index 7669ad2..1f6bfa4 100644 --- a/client/app/auth/page.js +++ b/client/app/auth/page.js @@ -1,11 +1,48 @@ -import React from 'react' +import React from 'react'; const Auth = () => { return ( -
-

This is the signin/signup page

+
+
+
+
- ) -} +
+

+ Sign up or sign in
to use chattie +

+
+
+ + +
+
+
+
+ + + + +
+ +
+
+

+ By signing up, you agree to with
+ our terms and conditions +

+
+
+
+
+ + ); +}; -export default Auth +export default Auth;