From 1cd349e09ab2888573618ede3aeb8fd859681bb8 Mon Sep 17 00:00:00 2001 From: DMleadgen Date: Thu, 26 Mar 2026 15:48:37 -0600 Subject: [PATCH] fix: remove broken vercel analytics script --- app/layout.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 31efce42..6a67d914 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,7 +1,6 @@ import type React from "react" import type { Metadata } from "next" import { Inter, Geist_Mono } from "next/font/google" -import { Analytics } from "@vercel/analytics/next" import { Header } from "@/components/header" import { Footer } from "@/components/footer" import { StructuredData } from "@/components/structured-data" @@ -135,7 +134,6 @@ export default function RootLayout({ - )