feat: finalize provider parity and SEO/frontend route coverage

This commit is contained in:
Dwindi Ramadhana
2026-02-04 09:32:25 +07:00
parent a4d2031117
commit 0c45435db9
14 changed files with 550 additions and 57 deletions

View File

@@ -1,6 +1,7 @@
@extends('site.layout')
@section('title', 'Terms - Dewemoji')
@section('meta_description', 'Read Dewemoji terms and conditions for website, extension, and API usage.')
@section('content')
<section class="card" style="padding: 20px;">
@@ -8,4 +9,3 @@
<p style="color:var(--muted);">Phase 3 placeholder page. We will migrate complete terms content from legacy sources in a later pass.</p>
</section>
@endsection