diff --git a/src/app/(public)/page.tsx b/src/app/(public)/page.tsx index 28e65e8..1136726 100644 --- a/src/app/(public)/page.tsx +++ b/src/app/(public)/page.tsx @@ -2,7 +2,6 @@ import { Metadata } from "next"; import HomeClient from "./HomeClient"; export const metadata: Metadata = { - title: "Home", description: "Advanced Certificate Authority and PKI Management System. Issue and manage SSL/TLS certificates and API keys with ease.", }; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index caaf734..3deb477 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,7 +13,7 @@ import { I18nProvider } from '@/components/providers/I18nProvider'; export const metadata: Metadata = { metadataBase: new URL(process.env.NEXT_PUBLIC_APP_URL || 'https://trustlab.dyzulk.com'), title: { - template: '%s | TrustLab', + template: '%s | TrustLab - SSL & Certificate Management', default: 'TrustLab | SSL & Certificate Management', }, description: 'Enterprise-grade Certificate Authority and PKI Management System. Securely manage SSL/TLS certificates, internal CAs, and digital signatures.',