diff --git a/components/lookUp.js b/components/lookUp.js
index ab39823..848d57e 100644
--- a/components/lookUp.js
+++ b/components/lookUp.js
@@ -1,9 +1,11 @@
import topPicks from "./TopPicks/TopPicks";
import LocalPicks from "./LocalPicks/LocalPicks";
import Calendar from "./Calendar/Calendar";
+import EventPick from "./EventPick/EventPick";
const LookUp = {
"top_picks": topPicks,
+ "event_pick": EventPick,
"local_picks": LocalPicks,
"calendar": Calendar
}
diff --git a/pages/404.js b/pages/404.js
index e69de29..56c74e1 100644
--- a/pages/404.js
+++ b/pages/404.js
@@ -0,0 +1,21 @@
+import Head from "next/head"
+import Layout from "../components/Layout/Layout"
+import Custom404 from "../components/Custom404/Custom404"
+
+const Custom404Page = () => {
+
+ return (
+ <>
+
+
404
+
+
+
+
+
+ >
+
+ )
+}
+
+export default Custom404Page
\ No newline at end of file
diff --git a/pages/fi/index.jsx b/pages/fi/index.jsx
index d29b9a4..d6ce997 100644
--- a/pages/fi/index.jsx
+++ b/pages/fi/index.jsx
@@ -10,7 +10,7 @@ import styles from "../../styles/Home.module.css";
import Typography from "@mui/material/Typography";
-const Home = ({ elements, footerProps }) => {
+const Home = ({ elements }) => {
const theme = useTheme();
@@ -19,8 +19,8 @@ const Home = ({ elements, footerProps }) => {
};
return (
-
-
+
+