import Link from 'next/link'; import { BookOpenIcon, BanknotesIcon, StarIcon } from '@heroicons/react/24/outline' // discord invite link: https://discord.gg/BneUtTSB const features = [ { name: 'Discord Server', link: 'https://discord.gg/zXYggKUBC2', description: 'Connect with the community for free on our Discord Server! Ask questions or just hang out!', icon: StarIcon }, /* { * name: 'The Reactors Sub-Reddit', * link: 'https://www.reddit.com/r/TheReactShow/', * description: * 'Discuss recent episodes, the show itself, or ask React questions on our sub-reddit!', * icon: StarIcon * }, */ { name: 'The Reactors Premium Subscription', link: 'https://thereactshow.supercast.com/', description: 'Your own premium podcast feed with: bonus content, and early releases. The place to go if you want the regular show and behind-the-scenes details!', icon: StarIcon } ]; export const metadata = { title: 'Join Our Community!', description: 'We would love to have you join us whether you are just getting started or a programming expert!' }; export default async function Page() { return (
We would love to have you join us whether you are just getting started or a programming expert!