import React from 'react'; import { Box, Container, Heading, Text, SimpleGrid, Input, Button, ListItem, List, ListIcon, Link } from '@chakra-ui/react'; import { GlobalHeader } from '../components/global-header'; 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'; import Helmet from '../components/helmet'; 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 (