Certified/resources/views/marketing/partials/cta.blade.php
Joël van de Wouw ac340d125c
Some checks failed
linter / quality (push) Failing after 13s
tests / ci (8.3) (push) Failing after 2s
tests / ci (8.4) (push) Failing after 2s
tests / ci (8.5) (push) Failing after 3s
Initial commit
Certificate manager built on Laravel 13, Livewire 4, and Flux.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-12 14:44:58 +02:00

26 lines
2 KiB
PHP

<section class="px-4 pb-20 sm:px-6 sm:pb-24" aria-label="Aan de slag">
<div class="relative mx-auto max-w-6xl overflow-hidden rounded-3xl bg-gradient-to-br from-emerald-600 via-emerald-700 to-teal-800 px-6 py-16 text-center shadow-2xl shadow-emerald-900/30 sm:px-16 sm:py-20">
<div class="pointer-events-none absolute inset-0 bg-grid-slate opacity-20" aria-hidden="true"></div>
<div class="pointer-events-none absolute -top-24 left-1/2 size-96 -translate-x-1/2 rounded-full bg-emerald-400/30 blur-3xl" aria-hidden="true"></div>
<div class="relative">
<h2 class="mx-auto max-w-2xl text-3xl font-bold tracking-tight text-white sm:text-4xl">
Regel je compliance vandaag nog. Niet pas na de audit.
</h2>
<p class="mx-auto mt-4 max-w-xl text-lg leading-relaxed text-emerald-100">
Binnen tien minuten staan je eerste certificaten in Certified inclusief automatische reminders. Start gratis met maximaal 5 certificaten.
</p>
<div class="mt-10 flex flex-col items-center justify-center gap-4 sm:flex-row">
<a
href="{{ route('register') }}"
class="w-full rounded-xl bg-white px-8 py-3.5 text-base font-semibold text-emerald-800 shadow-lg transition-all duration-200 hover:-translate-y-0.5 hover:bg-emerald-50 hover:shadow-xl active:translate-y-0 sm:w-auto"
>Vraag toegang aan</a>
<a
href="{{ route('marketing.pricing') }}"
class="w-full rounded-xl border border-emerald-300/40 px-8 py-3.5 text-base font-semibold text-white transition-colors duration-200 hover:border-emerald-200 hover:bg-white/10 sm:w-auto"
>Bekijk de prijzen</a>
</div>
<p class="mt-6 text-sm text-emerald-200/80">Gratis tot 5 certificaten &middot; Geen creditcard nodig &middot; Opzeggen wanneer je wilt</p>
</div>
</div>
</section>