Implement dynamic page titles

This commit is contained in:
gpt-engineer-app[bot]
2025-10-29 12:42:18 +00:00
parent 1cdd1f59fb
commit 2d66a4f778
43 changed files with 131 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
import { Header } from '@/components/layout/Header';
import { useDocumentTitle } from '@/hooks/useDocumentTitle';
export default function Privacy() {
useDocumentTitle('Privacy Policy');
return (
<div className="min-h-screen bg-background">
<Header />