File: /var/www/panigaletech.com/wp-content/themes/panigale/template-parts/home.php
<?php
/**
* Template Name: Home Page
*
* @package WordPress
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
get_header();
?>
<section class="home-about">
<?php
$homeChangeWayContent = get_page_by_title( 'Home' );
$homeChangeWayContentId = $homeChangeWayContent->ID;
?>
<div class="home-about-content">
<h2 class="heading02 font-weight-4 text-white wow fadeInLeft" data-wow-duration="2s"><?php echo get_field( "headline_change_the_way_hire", $homeChangeWayContentId ) ?></h2>
</div>
<div class="home-about-text-blog wow fadeInUp" data-wow-duration="2s">
<ul>
<li class="mb-3">
<figure>
<img src="<?php echo get_field( "first_image_change_the_way_hire", $homeChangeWayContentId ) ?>">
</figure>
<h4 class="heading04"><?php echo get_field( "first_title_change_the_way_hire", $homeChangeWayContentId ) ?></h4>
<?php echo get_field( "first_content_change_the_way_hire", $homeChangeWayContentId ) ?>
</li>
<li class="mb-3">
<figure>
<img src="<?php echo get_field( "second_image_change_the_way_hire", $homeChangeWayContentId ) ?>">
</figure>
<h4 class="heading04"><?php echo get_field( "second_title_change_the_way_hire", $homeChangeWayContentId ) ?></h4>
<?php echo get_field( "second_content_change_the_way_hire", $homeChangeWayContentId ) ?>
</li>
<li class="mb-3">
<figure>
<img src="<?php echo get_field( "third_image_change_the_way_hire", $homeChangeWayContentId ) ?>">
</figure>
<h4 class="heading04"><?php echo get_field( "third_title_change_the_way_hire", $homeChangeWayContentId ) ?></h4>
<?php echo get_field( "third_content_change_the_way_hire", $homeChangeWayContentId ) ?>
</li>
</ul>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-10 col-md-12 col-sm-12 offset-lg-1 mb-0 mt-10">
<h2 class="heading02 text-center font-weight-7 mb-5 wow fadeInUp" data-wow-duration="2s"><?php echo get_field( "headline_about_company", $homeChangeWayContentId ) ?></h2>
<?php echo get_field( "content_about_company", $homeChangeWayContentId ) ?>
</div>
</div>
</div>
</section>
<?php
get_footer();
?>