"use client"; import { GitHubLogoIcon } from "@radix-ui/react-icons"; import Link from "next/link"; import { AuroraText } from "@/components/ui/aurora-text"; import { Button } from "@/components/ui/button"; import { Section } from "../section"; export function CommunitySection() { return (
Join the Community } subtitle="Contribute brilliant ideas to shape the future of DeerFlow. Collaborate, innovate, and make impacts." >
); }