// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates // SPDX-License-Identifier: MIT import { GithubFilled } from "@ant-design/icons"; import Link from "next/link"; import { AuroraText } from "~/components/magicui/aurora-text"; import { Button } from "~/components/ui/button"; import { SectionHeader } from "../components/section-header"; export function JoinCommunitySection() { return (
Join the DeerFlow Community } description="Contribute brilliant ideas to shape the future of DeerFlow. Collaborate, innovate, and make impacts." />
); }