From f6c1ffda58e73b60995db6d5344e7d040bdbc6bb Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Thu, 1 Jan 2026 18:20:53 +0700 Subject: [PATCH] style: restore tagline to title and use default for landing page --- src/app/(public)/page.tsx | 1 - src/app/layout.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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.',