feat: add page title to home and privacy
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user