import Link from "next/link"; import { Card, CardContent } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; import { IconLink } from "../changelogs/_components/changelog-layout"; import { GitHubIcon, XIcon } from "../changelogs/_components/icons"; export default function CommunityPage() { return (

Join The Community

join the community to get help, share ideas, and stay up-to-date with

Discord

Chat in real-time, collaborate, and connect with other members.

Reddit

Join discussions, share ideas, and get help from the community.

Thanks for being a part of the community!

X (formerly Twitter) GitHub
); }