{{-- Reusable page hero/cover section with background image and overlay text. Use on About, Products, Contact, Careers, Blog, etc. @param string $title Main heading text (e.g. "About") @param string|null $titleHighlight Optional word to highlight in primary color (e.g. "TSIC") @param string $subtitle Description line below the title @param string|null $image Background image: full URL via asset(), or filename only (e.g. "cover-image-02.jpg"). Default: cover-image-01.jpg @param string|null $imageAlt Alt text for the background image (optional) @param string $imagePosition object-position class: object-center (default), object-top, object-bottom, object-left, object-right --}} @php $imageAlt = $imageAlt ?? ''; $imagePosition = $imagePosition ?? 'object-center'; @endphp
@if (!empty($image)) {{ $imageAlt }} @endif {{-- Dark overlay for text readability --}} {{-- Gradient: from (oklch) → via (oklch) → to (oklch), same format throughout --}}

{{ $title ?? '' }} @if (!empty($titleHighlight)) {{ $titleHighlight }} @endif

@if (!empty($subtitle))

{{ $subtitle }}

@endif