ref: name change

This commit is contained in:
2025-11-08 02:44:25 +05:30
parent 5e670b1971
commit 6fd52b9fb1
6 changed files with 7 additions and 7 deletions

View File

@@ -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 }) {