import Link from "next/link"; import { useRouter } from "next/router"; import useTranslation from "next-translate/useTranslation"; export default function SearchResults() { let { t } = useTranslation(); const router = useRouter(); const { locale } = router; return (

{t("search:searchresults-title-label")}

{t("search:searchresults-count-label-part-1")} 99{" "} {t("search:searchresults-count-label-part-2")}

{t("search:searchresults-case-reference-label")}
{t("search:searchresults-site-address-label")}
{t("search:searchresults-applicant-label")}
{t("search:searchresults-authority-label")}
{t("search:searchresults-case-type-label")}
{t("search:searchresults-status-label")}
Case Reference: APP/Z2830/D/21/3272770
Site Address:{" "} 23 Martineau Lane
HASTINGS
TN35 5DS
Appellant/Applicant: Mr J Pocknell
Authority: Hastings Borough Council{" "}
Case Type: Planning (W){" "}
Status: In Progress
Case Reference: APP/Z2830/D/21/3272770
Site Address:{" "} 23 Martineau Lane
HASTINGS
TN35 5DS
Appellant/Applicant: Mr J Pocknell
Authority: Hastings Borough Council{" "}
Case Type: Planning (W){" "}
Status: In Progress
Case Reference: APP/Z2830/D/21/3272770
Site Address:{" "} 23 Martineau Lane
HASTINGS
TN35 5DS
Appellant/Applicant: Mr J Pocknell
Authority: Hastings Borough Council{" "}
Case Type: Planning (W){" "}
Status: In Progress
Case Reference: APP/Z2830/D/21/3272770
Site Address:{" "} 23 Martineau Lane
HASTINGS
TN35 5DS
Appellant/Applicant: Mr J Pocknell
Authority: Hastings Borough Council{" "}
Case Type: Planning (W){" "}
Status: In Progress
Case Reference: APP/Z2830/D/21/3272770
Site Address:{" "} 23 Martineau Lane
HASTINGS
TN35 5DS
Appellant/Applicant: Mr J Pocknell
Authority: Hastings Borough Council{" "}
Case Type: Planning (W){" "}
Status: In Progress
); }