12 lines
350 B
PHP
12 lines
350 B
PHP
@extends('site.layout')
|
|
|
|
@section('title', 'Pricing - Dewemoji')
|
|
|
|
@section('content')
|
|
<section class="card" style="padding: 20px;">
|
|
<h1 style="margin-top:0;">Pricing</h1>
|
|
<p style="color:var(--muted);">Phase 3 placeholder page. We will wire real pricing content and purchase flow in a later phase.</p>
|
|
</section>
|
|
@endsection
|
|
|