From 6f210731d21cb79042dc2a315caf51140da15b95 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 17:16:03 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6fc052a..e48eb8b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Spectra - Privacy-First Analytics", description: "Privacy-first analytics without compromise. GDPR-compliant, cookie-free, and beautifully designed."}; + title: "Spectra - Privacy-First Analytics", description: "Privacy-first analytics without compromise. GDPR-compliant, cookie-free, and beautifully designed." +}; export default function RootLayout({ children, @@ -14,6 +15,19 @@ export default function RootLayout({ }) { return ( + + + + {children}