From 6a95445f5edb84420d450b3790ee442afdbed05a Mon Sep 17 00:00:00 2001 From: Tudor Sitaru Date: Fri, 20 Feb 2026 15:52:53 +0000 Subject: [PATCH] Add Umami analytics script to Next.js layout Co-Authored-By: Claude Sonnet 4.6 --- nextjs-app/app/layout.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nextjs-app/app/layout.tsx b/nextjs-app/app/layout.tsx index c9aa513..720647f 100644 --- a/nextjs-app/app/layout.tsx +++ b/nextjs-app/app/layout.tsx @@ -1,5 +1,6 @@ import type { Metadata } from 'next'; import { DM_Sans, Playfair_Display } from 'next/font/google'; +import Script from 'next/script'; import { Navigation } from '@/components/Navigation'; import { Footer } from '@/components/Footer'; import { ComparisonProvider } from '@/context/ComparisonProvider'; @@ -54,6 +55,14 @@ export default function RootLayout({ }>) { return ( + +