import { Particles } from "./particles"; import ReactWrapBalancer from "react-wrap-balancer"; import Link from "next/link"; import { ArrowRight } from "lucide-react"; export const Hero: React.FC = () => { return (
{/* Particles animation */}
{/* Hero content */}
Omnidash is Open Source{" "} ->

One Dashboard, Countless Solutions

Tame ticket overload and keep your operation teams sane

Get Started{" "} Star on GitHub
); };