12 lines
449 B
PHP
12 lines
449 B
PHP
@extends('site.layout')
|
|
|
|
@section('title', 'Privacy - Dewemoji')
|
|
@section('meta_description', 'Read Dewemoji privacy information and data handling practices.')
|
|
|
|
@section('content')
|
|
<section class="card" style="padding: 20px;">
|
|
<h1 style="margin-top:0;">Privacy</h1>
|
|
<p style="color:var(--muted);">Phase 3 placeholder page. We will migrate the full privacy text from legacy content in a later pass.</p>
|
|
</section>
|
|
@endsection
|