From 9bb3500d7e1ded206530a6f006d0159a8ab654c7 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Thu, 24 Jul 2025 18:05:19 +0000 Subject: [PATCH] feat: add Google Analytics tag to marketing website --- apps/web-roo-code/src/app/layout.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/web-roo-code/src/app/layout.tsx b/apps/web-roo-code/src/app/layout.tsx index 23d67ea48f..132a8b31d7 100644 --- a/apps/web-roo-code/src/app/layout.tsx +++ b/apps/web-roo-code/src/app/layout.tsx @@ -1,6 +1,7 @@ import React from "react" import type { Metadata } from "next" import { Inter } from "next/font/google" +import Script from "next/script" import { Providers } from "@/components/providers" @@ -52,6 +53,16 @@ export default function RootLayout({ children }: { children: React.ReactNode }) /> + {/* Google tag (gtag.js) */} +