get_atomic('@organisms/featured-quick-links', null, [
    'title'   => '...',
    'subtitle' => '...',
    'blurb'   => '...',
    'links'   => [
        [ 'text' => '...', url'  => '...' ],
        [ 'text' => '...', url'  => '...' ],
        [ 'text' => '...', url'  => '...' ],
    ],
    'bg_color' => 'primary-base' // Use colors from /docs/
]);

Heading Size Options (h2-h6)

'heading_level' => '3'
'heading_level' => '4'
'heading_level' => '5'
'heading_level' => '6'