style: restore tagline to title and use default for landing page

This commit is contained in:
dyzulk
2026-01-01 18:20:53 +07:00
parent d009bb3a55
commit f6c1ffda58
2 changed files with 1 additions and 2 deletions

View File

@@ -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.",
};