diff --git a/site/components/Community.tsx b/site/components/Community.tsx new file mode 100644 index 00000000..65e8b93a --- /dev/null +++ b/site/components/Community.tsx @@ -0,0 +1,67 @@ +import Container from './Container'; +import DiscordIcon from './icons/DiscordIcon'; +import EmailIcon from './icons/EmailIcon'; +import GitHubIcon from './icons/GitHubIcon'; + +import { siteConfig } from '@/config/siteConfig'; + +const Stat = ({ title, value, ...props }) => { + return ( +
{title}
++ We are growing. Get in touch or become a contributor! +
+Portal.JS is built in JavaScript and React on top of the popular Next.js framework, assuming a "decoupled" approach where the frontend is a @@ -66,6 +70,6 @@ export default function Features() {
+ Discover what's being powered by Portal.JS +
+{item.description}
+