style: wrap terms of service and privacy policy in box

This commit is contained in:
trafficlunar 2025-05-24 16:58:20 +01:00
parent 33ec0f059b
commit 5339fdd95e
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ export const metadata: Metadata = {
export default function PrivacyPage() {
return (
<div>
<div className="bg-amber-50 border-2 border-amber-500 rounded-2xl p-6">
<h1 className="text-2xl font-bold">Privacy Policy</h1>
<h2 className="font-light">
<strong className="font-medium">Effective Date:</strong> April 06, 2025

View file

@ -7,7 +7,7 @@ export const metadata: Metadata = {
export default function PrivacyPage() {
return (
<div>
<div className="bg-amber-50 border-2 border-amber-500 rounded-2xl p-6">
<h1 className="text-2xl font-bold">Terms of Service</h1>
<h2 className="font-light">
<strong className="font-medium">Effective Date:</strong> May 02, 2025