feat: CTA dos cards e faixa de modalidades enviam ao WhatsApp com mensagem por pacote

Campo whatsapp_message editável por modalidade (Filament) com fallback para
template padrão. Cards da home, faixa 'Conversar com a Amare' e CTA final
da página de detalhe abrem o WhatsApp diretamente quando número configurado,
mantendo briefing como fallback.
This commit is contained in:
2026-08-12 10:11:06 -03:00
parent 08c6d62498
commit 400c147a74
10 changed files with 134 additions and 8 deletions

View File

@@ -3,10 +3,11 @@
'heading' => null,
'body' => null,
'packageName' => null,
'packageMessage' => null,
])
@php
$link = \App\Support\PackageContactLink::for($settings, $packageName ?? '');
$link = \App\Support\PackageContactLink::for($settings, $packageName ?? '', $packageMessage);
@endphp
<section aria-labelledby="final-cta-heading" class="border-b border-amare-border bg-amare-bg py-20 md:py-24" data-chapter="final-cta" data-reveal-group>