diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 6c10e86..c234850 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -5,6 +5,7 @@ import { AppRouterCacheProvider } from '@mui/material-nextjs/v15-appRouter';
import { Bai_Jamjuree, Inter } from 'next/font/google';
import { type Metadata } from 'next';
import { GoogleAnalytics } from '@next/third-parties/google';
+import Link from 'next/link';
import theme from '@src/utils/theme';
@@ -59,6 +60,11 @@ export default function RootLayout({
{process.env.NEXT_PUBLIC_VERCEL_ENV === 'production' && (
)}
+