Featured Related Services

get_atomic('@organisms/featured-quick-links', null, [
    'title'   => '...',
    'subtitle' => '...',
    'blurb'   => '...',
    'links'   => [
        [ 'text' => '...', url'  => '...' ],
        [ 'text' => '...', url'  => '...' ],
        [ 'text' => '...', url'  => '...' ],
    ],
    'image' => [
        'url' => '...',
        'alt' => '...'
        ],
    'show_more_threshold' => int,
    'bg_color'   => '...'
]);