import { ContactUsForm } from "@/app/(auth-pages)/_components/auth/contact-us"; import { Button } from "@/app/_components/ui/button"; import { GalleryVerticalEnd, Globe } from "lucide-react"; export default async function ContactAdminPage() { return (
@codewithbhargav