diff --git a/src/app/(extra)/support/page.jsx b/src/app/(extra)/support/page.jsx index c3e2359..b701631 100644 --- a/src/app/(extra)/support/page.jsx +++ b/src/app/(extra)/support/page.jsx @@ -1,14 +1,15 @@ import Link from 'next/link'; import { BookOpenIcon, BanknotesIcon, StarIcon } from '@heroicons/react/24/outline' -const features = [ +// discord invite link: https://discord.gg/BneUtTSB +const features = [ { - name: 'Patreon', - link: 'https://patreon.com/user?u=80900303', + name: 'The Reactors Premium Subscription', + link: 'https://thereactshow.supercast.com/', description: - 'Like the show? This is the best way to support our work and we are super grateful! Thank you!', + 'Your own premium podcast feed with: bonus content, early releases, AMA. The BEST way to support the show!', icon: StarIcon, highlight: true }, diff --git a/src/app/(extra)/the-reactors-community/page.jsx b/src/app/(extra)/the-reactors-community/page.jsx new file mode 100644 index 0000000..d553767 --- /dev/null +++ b/src/app/(extra)/the-reactors-community/page.jsx @@ -0,0 +1,75 @@ +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/BneUtTSB', + 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! +
+