Added search and results mocks

This commit is contained in:
2021-06-29 16:35:11 +01:00
parent c712d41599
commit b488caa013
35 changed files with 1581 additions and 108 deletions
+8 -1
View File
@@ -12,13 +12,20 @@ import styles from "../styles/Home.module.css";
import { useSelector, shallowEqual, connect } from "react-redux";
import { wrapper } from "../store/store";
import Cookies from "cookies";
import { useRouter } from "next/router";
import useTranslation from "next-translate/useTranslation";
const Home = (props) => {
const { footerLinks, pages } = props;
let { t,lang } = useTranslation();
const router = useRouter();
const { locale } = router;
return (
<div>
<Head>
<title>Understand the Prevent Duty </title>
<title>{t("common:service-name")}</title>
</Head>
<div className="">
<CookieBanner />