>
>
name, $layout_settings))
continue;
switch($component->name):
case 'banner':
get_template_part('components/section', 'banner');
break;
case 'navbar':
get_template_part('components/navbars/navbar');
break;
case 'hero':
get_template_part( 'components/section', 'hero' );
break;
endswitch;
endforeach;