import Contact from '@/components/detail/Contact'
export default function VisiMisiPage() {
return (
<Contact />
)
}