File: /home/a1businessforums.co.uk/public_html-20250117115852/wp-content/themes/simpleshift/landing.php
<?php
/* Template Name: Landing Page */
get_header();
if (function_exists('simpleshift_companion')) {
get_template_part( 'parts/companion/frontpage', 'featured');
get_template_part( 'parts/companion/frontpage', 'action');
get_template_part( 'parts/companion/frontpage', 'about');
get_template_part( 'parts/companion/frontpage', 'test');
get_template_part( 'parts/companion/frontpage', 'team');
get_template_part( 'parts/companion/frontpage', 'news');
get_template_part( 'parts/companion/frontpage', 'action2');
get_template_part( 'parts/companion/frontpage', 'social');
} else {
get_template_part( 'parts/loop');
}
get_footer();
?>