import { MessageSquareIcon } from 'lucide-react' import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card' import SupportForm from '../../(components)/support-form' export default function GetSupportPage() { return (

Get Support

Contact our support team for assistance

Contact Support Fill out the form below and we'll get back to you as soon as possible.
) }