@extends('layouts.nova') @php($useUnifiedSeo = true) @push('head') {{-- Preload hero image for faster LCP --}} @if(!empty($props['hero']['thumb_lg'])) @elseif(!empty($props['hero']['thumb'])) @endif @endpush @section('main-class', '') @section('content') @include('web.home.hero', ['artwork' => $props['hero'] ?? null]) {{-- Inline props for the React component (avoids data-attribute length limits) --}}