import Contact from "@/components/main/detail/contact";
export default function VisiMisiPage() {
return <Contact />;
}