diff --git a/docs/app/(home)/sections/BuildChatSection/BuildChatSection.tsx b/docs/app/(home)/sections/BuildChatSection/BuildChatSection.tsx
index 96e25639e..a447e633b 100644
--- a/docs/app/(home)/sections/BuildChatSection/BuildChatSection.tsx
+++ b/docs/app/(home)/sections/BuildChatSection/BuildChatSection.tsx
@@ -1,6 +1,6 @@
"use client";
-import { captureCreateCliCommandCopied } from "@/lib/create-cli-copy-analytics";
+import { captureCreateCliCommandCopied } from "@/lib/analytics";
import { ClipboardCommandButton } from "../../components/Button/Button";
import styles from "./BuildChatSection.module.css";
diff --git a/docs/app/(home)/sections/HeroSection/HeroSection.tsx b/docs/app/(home)/sections/HeroSection/HeroSection.tsx
index 360cc65ae..43b5d6737 100644
--- a/docs/app/(home)/sections/HeroSection/HeroSection.tsx
+++ b/docs/app/(home)/sections/HeroSection/HeroSection.tsx
@@ -1,6 +1,6 @@
"use client";
-import { captureCreateCliCommandCopied } from "@/lib/create-cli-copy-analytics";
+import { captureCreateCliCommandCopied } from "@/lib/analytics";
import { ArrowRight } from "lucide-react";
import { useTheme } from "next-themes";
import { useEffect, useRef, useState, type ReactNode } from "react";
diff --git a/docs/app/_components/build-for-free-menu.tsx b/docs/app/_components/build-for-free-menu.tsx
index 8c6bd0e4a..b2c7bad1d 100644
--- a/docs/app/_components/build-for-free-menu.tsx
+++ b/docs/app/_components/build-for-free-menu.tsx
@@ -1,7 +1,7 @@
"use client";
import { ClipboardCommandButton } from "@/app/(home)/components/Button/Button";
-import { captureCreateCliCommandCopied } from "@/lib/create-cli-copy-analytics";
+import { captureCreateCliCommandCopied } from "@/lib/analytics";
import { ArrowRight } from "lucide-react";
import styles from "./build-for-free-menu.module.css";
import { useHeaderDropdown } from "./use-header-dropdown";
diff --git a/docs/app/layout.tsx b/docs/app/layout.tsx
index 7f8afaff8..8b5523a42 100644
--- a/docs/app/layout.tsx
+++ b/docs/app/layout.tsx
@@ -93,14 +93,16 @@ export default function Layout({ children }: LayoutProps<"/">) {
-
+