import Image from "next/image"; import Link from "next/link"; import Header from "../components/Header"; import PageNotFoundImage from "../images/page-not-found.png"; export default function PageNotFound() { return ( <>
Halaman Tidak Ditemukan - Indoteknik

Halaman tidak ditemukan

Kembali ke beranda Tanya admin
); }