import { HandRaisedIcon } from "@heroicons/react/24/outline"; import cn from "@/helpers/cn"; interface SupportProps { className?: string; } const Support = ({ className = "" }: SupportProps) => { return (