import { Button } from "@/components/ui/button"; import { Card, CardContent } from "@/components/ui/card"; import { Star, GitFork, Users, Heart } from "lucide-react"; export default function Community() { return (

Join the Open-Source Community

Give a star on GitHub, contribute features, or report issues.

{/*

1.2k

GitHub Stars

180

Forks

50+

Contributors

*/}

Help Build the Future

Add integrations, templates, or custom models! Every contribution makes Meetingnotes better for everyone.

{/*
"As an open-source project, Meetingnotes is transparent and customizable—perfect for privacy-focused users."
– Developer & Contributor */}
); }