diff --git a/pages/_app.tsx b/pages/_app.tsx
index 021681f..f86bfa6 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -1,6 +1,23 @@
-import '@/styles/globals.css'
-import type { AppProps } from 'next/app'
+import "@/styles/globals.css";
+import type { AppProps } from "next/app";
+import Script from "next/script";
export default function App({ Component, pageProps }: AppProps) {
- return
+ return (
+ <>
+
+
+
+ >
+ );
}