@include('frontend::pages.services._partials.service-grid', [ 'items' => $services, 'sectionId' => 'services-pricing', 'headingId' => 'services-pricing-heading', 'headingEyebrow' => $home_services_pricing['name'] ?? null, 'headingTitle' => $home_services_pricing['desc'] ?? null, 'headingDescription' => $home_services_pricing['detail'] ?? null, 'descriptionField' => 'description', 'expandableDescription' => true, 'imageLinksToDetail' => false, 'titleLinksToDetail' => false, 'bookButtonCompact' => false, 'showTopAccent' => true, 'showSrOnlyPriceHeading' => true, ])