feat: add page title to home and privacy

This commit is contained in:
Henry
2025-02-24 21:46:24 +00:00
parent 08a736b210
commit 597565d488
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
import Link from "next/link";
import { PageHead } from "~/components/PageHead";
import Layout from "../home/components/Layout";
export default function PrivacyView() {
@@ -29,6 +30,7 @@ export default function PrivacyView() {
return (
<Layout>
<PageHead title="Privacy Policy | kan.bn" />
<div className="flex flex-col items-center">
<div className="mb-20 flex h-full w-full max-w-[800px] flex-col lg:pt-[5rem]">
<div className="flex items-center justify-center py-36 text-4xl font-bold tracking-tight text-light-1000 dark:text-dark-1000">