diff --git a/pages/signup.tsx b/pages/signup.tsx
index d20063abc..57afd329a 100644
--- a/pages/signup.tsx
+++ b/pages/signup.tsx
@@ -17,6 +17,71 @@ import { OpensourceBanner } from '../components/opensource-banner';
import { UpdatesBanner } from '../components/updates-banner';
import { Footer } from '../components/footer';
import { CheckCircleIcon } from '@chakra-ui/icons';
+import siteConfig from '../content/site.json';
+
+function FreeSignUp() {
+ return (
+
+
+ Monthly Updates
+ Enter your email below to get notified about the new
+ roadmaps, guides and updates
+
+
+
+
+ Once a month email about the changes to roadmaps, new roadmaps, free guides and
+ videos.
+
+
+
+ );
+}
+
+function PaidSignUp() {
+ return (
+
+ Updates and Paid Content
+ People sponsoring me on GitHub get access to the updates
+ as well as paid content.
+
+
+
+
+ Get notified about the updates
+
+
+
+ Access to paid guides and Videos
+
+
+
+ Support the Project
+
+
+
+ Get a shoutout on Twitter
+
+
+
+ Your name will be added to Thanks
+
+
+
+
+
+ );
+}
export default function SignUp() {
return (
@@ -25,57 +90,8 @@ export default function SignUp() {
-
-
- Monthly Updates
- Enter your email below to get notified about the new
- roadmaps, guides and updates
-
-
-
-
- Once a month email about the changes to roadmaps, new roadmaps, free guides and
- videos.
-
-
-
-
- Updates and Paid Content
- People sponsoring me on GitHub get access to the updates
- as well as paid content.
-
-
-
-
- Get notified about the updates
-
-
-
- Access to paid guides and Videos
-
-
-
- Support the Project
-
-
-
- Get a shoutout on Twitter
-
-
-
- Your name will be added to Thanks
-
-
-
- Sponsor
- on GitHub
-
+
+