@extends('layouts.public') @section('title', $site['site_brand'] ?? 'Undangan Digital') @section('nav_class', 'nav-on-hero') @section('hide_footer', true) @push('styles') @endpush @section('content')

{{ $site['hero_title'] }}

{{ $site['hero_subtitle'] }}

{{ $site['hero_hint'] }}

@include('partials.social-links', ['variant' => 'hero'])
@endsection