Add Google spyware, improve map

This commit is contained in:
ASOwnerYT
2025-01-02 18:42:20 +13:00
parent 4498eba73a
commit 9fcee85b95
6 changed files with 126 additions and 799 deletions
+4
View File
@@ -3,7 +3,10 @@ import "./globals.css";
import Navbar from "./components/Navbar"
import Footer from "./components/Footer"
import ChatwootWidget from "./components/ChatwootWidget"
// Add spyware
import { Analytics } from "@vercel/analytics/react"
import { GoogleAnalytics } from '@next/third-parties/google'
const geistSans = localFont({
src: "./fonts/GeistVF.woff",
@@ -30,6 +33,7 @@ export default function RootLayout({ children }) {
{children}
<Footer />
<Analytics />
<GoogleAnalytics gaId="G-TN7ZL1Y4CC" />
</body>
</html>
);