diff --git a/frontend/app/layout.tsx b/frontend/app/layout.tsx index c12f0f7..bc740a3 100644 --- a/frontend/app/layout.tsx +++ b/frontend/app/layout.tsx @@ -3,8 +3,8 @@ import type { ReactNode } from 'react'; import { Metadata } from 'next'; export const metadata: Metadata = { - title: 'Nordic Privacy AI', - description: 'AI-powered GDPR compliance platform for Nordic ecosystems', + title: 'ShroomShield', + description: 'AI-powered GDPR compliance platform', }; export default function RootLayout({ children }: { children: ReactNode }) { diff --git a/frontend/app/page.tsx b/frontend/app/page.tsx index 51b7b5e..3cb4568 100644 --- a/frontend/app/page.tsx +++ b/frontend/app/page.tsx @@ -18,7 +18,7 @@ export default function HomePage() {

- Proactive Nordic Data Privacy + ShroomShield

AI agents that discover, classify, and remediate personal data across your ecosystem—built for BankID, MitID, and Suomi.fi contexts. diff --git a/frontend/components/Navbar.tsx b/frontend/components/Navbar.tsx index 1b6d701..871f929 100644 --- a/frontend/components/Navbar.tsx +++ b/frontend/components/Navbar.tsx @@ -11,7 +11,7 @@ export function Navbar() { return (