import PageContent from "~/modules/page-content" import Form from "./components/Form" import Link from "next/link" import Image from "next/image" import IndoteknikLogo from "~/images/logo.png" import AccountActivation from "../account-activation" const LOGO_WIDTH = 150; const LOGO_HEIGHT = LOGO_WIDTH / 3; const Register = () => { return (
Logo Indoteknik

Daftar Akun Indoteknik

Buat akun sekarang lebih mudah dan terverifikasi

Sudah punya akun Indoteknik?{' '} Masuk
Akun anda belum aktif?{' '} Aktivasi
) } export default Register