@props([ 'packages', 'settings', 'eyebrow' => '03 — Amare Casamentos', 'heading' => 'Um acompanhamento para cada momento.', 'intro' => 'As modalidades são pontos de partida. O site apresenta o conceito e ajuda o casal a reconhecer seu momento; detalhes operacionais e comerciais ficam para a conversa e proposta.', 'kicker' => 'level', 'showSubtitle' => false, 'showIntro' => true, 'showNote' => true, 'ctaRoute' => null, 'bandCtaHref' => null, 'bandBody' => 'Conte um pouco sobre o seu casamento. A Amare entende o momento de vocês e orienta o melhor formato de acompanhamento sem depender de um quiz automático.', 'note' => 'Nomenclaturas exibidas conforme materiais/reunião; confirmar versão final antes da publicação.', ]) @php $orientationLink = \App\Support\PackageContactLink::forOrientation($settings); $bandHref = $bandCtaHref ?? $orientationLink['href']; $bandIsWhatsapp = $bandCtaHref === null && $orientationLink['isWhatsapp']; @endphp

{{ $eyebrow }}

{{ $heading }}

@if ($showIntro && filled($intro))

{{ $intro }}

@endif
@if ($packages->isNotEmpty())
@foreach ($packages as $package)

{{ $kicker === 'tag' ? $package->tag : $package->level }}

{{ $package->name }}

@if ($showSubtitle && filled($package->subtitle))

{{ $package->subtitle }}

@endif

{{ $package->summary }}

    @foreach ($package->scope_items as $item)
  • {{ $item }}
  • @endforeach
@php($contactLink = $ctaRoute ? null : \App\Support\PackageContactLink::for($settings, $package->name)) {{ $package->cta_label }} Conhecer esta modalidade
@endforeach
@endif

Ainda não sabe qual modalidade é ideal?

{{ $bandBody }}

Conversar com a Amare
@if ($showNote && filled($note))

{{ $note }}

@endif