This commit is contained in:
ASOwnerYT
2025-01-07 22:31:39 +13:00
parent 9fcee85b95
commit 9cee1d8155
8 changed files with 242 additions and 97 deletions
+2
View File
@@ -7,6 +7,7 @@ import ChatwootWidget from "./components/ChatwootWidget"
// Add spyware
import { Analytics } from "@vercel/analytics/react"
import { GoogleAnalytics } from '@next/third-parties/google'
import { SpeedInsights } from "@vercel/speed-insights/next"
const geistSans = localFont({
src: "./fonts/GeistVF.woff",
@@ -33,6 +34,7 @@ export default function RootLayout({ children }) {
{children}
<Footer />
<Analytics />
<SpeedInsights />
<GoogleAnalytics gaId="G-TN7ZL1Y4CC" />
</body>
</html>