@props(['eyebrow', 'heading', 'subheading', 'cta' => null, 'image' => true, 'imageSrc' => 'images/hero-image-sarita.webp', 'imageAlt' => 'Saritha Aravinda advising a client', 'minHeight' => 'calc(75vh - 5rem)', 'imageWidthLg' => 'clamp(16rem, 21vw, 22rem)', 'monochrome' => false, 'showLocation' => true, 'locationLabel' => 'Bengaluru ยท India', 'locationHref' => null, 'paddedBottom' => false])
$paddedBottom, 'lg:pb-0' => !$paddedBottom]) style="min-height: {{ $minHeight }}">
{{ $eyebrow }}

{{ $heading }}

{{ $subheading }}

@if($cta)
{{ $cta }}
@endif
@if($image)
{{ $imageAlt }} $monochrome])> @if($showLocation) @if($locationHref) {{ $locationLabel }} @else {{ $locationLabel }} @endif @endif
@endif