From 2170c61e3c3aa1c01b09262def742820a55dd86c Mon Sep 17 00:00:00 2001 From: "roomote[bot]" <219738659+roomote[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 14:18:03 -0400 Subject: [PATCH] feat: add Google Analytics tag to marketing website (#6179) Co-authored-by: Roo Code --- 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) */} +