style: wrap terms of service and privacy policy in box
This commit is contained in:
parent
33ec0f059b
commit
5339fdd95e
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ export const metadata: Metadata = {
|
||||||
|
|
||||||
export default function PrivacyPage() {
|
export default function PrivacyPage() {
|
||||||
return (
|
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>
|
<h1 className="text-2xl font-bold">Privacy Policy</h1>
|
||||||
<h2 className="font-light">
|
<h2 className="font-light">
|
||||||
<strong className="font-medium">Effective Date:</strong> April 06, 2025
|
<strong className="font-medium">Effective Date:</strong> April 06, 2025
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ export const metadata: Metadata = {
|
||||||
|
|
||||||
export default function PrivacyPage() {
|
export default function PrivacyPage() {
|
||||||
return (
|
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>
|
<h1 className="text-2xl font-bold">Terms of Service</h1>
|
||||||
<h2 className="font-light">
|
<h2 className="font-light">
|
||||||
<strong className="font-medium">Effective Date:</strong> May 02, 2025
|
<strong className="font-medium">Effective Date:</strong> May 02, 2025
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue