diff --git a/app/layout.js b/app/layout.js new file mode 100644 index 00000000..efc16806 --- /dev/null +++ b/app/layout.js @@ -0,0 +1,25 @@ +import '../styles/global.css' +import Providers from './providers' +import Script from 'next/script' +import { GA_TRACKING_ID } from '../lib/gtag' + +export const metadata = { + title: 'Hyper', + description: 'The official website for the Hyper terminal', +} + +export default function RootLayout({ children }) { + return ( + + +