diff --git a/index.html b/index.html
index bd37209f..71e96c37 100644
--- a/index.html
+++ b/index.html
@@ -19,10 +19,6 @@
-
-
-
-
BEAT
diff --git a/src/App.tsx b/src/App.tsx
index d268b213..dd5885e9 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -13,6 +13,7 @@ import Modal from "@components/commons/modal/Modal";
import { ThemeProvider as MuiThemeProvider, createTheme } from "@mui/material/styles";
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import { ReactQueryDevtools } from "@tanstack/react-query-devtools";
+import MetaTag from "@components/commons/meta/MetaTag";
const darkTheme = createTheme({
palette: {
@@ -25,6 +26,11 @@ function App() {
return (
+