import * as React from "react"; import { Button } from "@/components/ui/button"; import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/components/ui/card"; import { Input } from "@/components/ui/input"; import { Label } from "@/components/ui/label"; import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, } from "@/components/ui/select"; import { Textarea } from "../ui/textarea"; import { SubmitButton } from "../submit-button"; import Link from "next/link"; export function ContactAdminForm() { const typeMessage = [ { value: "1", label: "Request to become a user" }, { value: "2", label: "OTP problem" }, ]; return ( Contact Us Deploy your new project in one-click.