MVp
This commit is contained in:
8
app/(routes)/legal/page.tsx
Normal file
8
app/(routes)/legal/page.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
export default function LegalPage() {
|
||||
return (
|
||||
<section className="container" style={{ paddingBlock: '64px' }}>
|
||||
<h1>Impressum / Datenschutz</h1>
|
||||
<p style={{ color: 'var(--muted)' }}>Legal content placeholder.</p>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user