diff --git a/src/app/MainPage.tsx b/src/app/MainPage.tsx
index d119336..64f7875 100644
--- a/src/app/MainPage.tsx
+++ b/src/app/MainPage.tsx
@@ -1,5 +1,6 @@
'use client'
import React from "react";
+import Link from "next/link";
import { Button, Group, List, Text, ThemeIcon, Title, rem } from "@mantine/core";
import { IconCheck } from "@tabler/icons-react";
@@ -39,7 +40,7 @@ export const MainPage = () => {
-