File: /var/www/vhosts/creativefellows.nl/test.creativefellows.nl/geomil/views/inc/get-in-touch.php
<?php
$html = '<div class="grid-container">';
$html .= '<div class="grid-x grid-padding-x align-middle text-center medium-text-left">';
$html .= '<div class="small-12 medium-9 cell">';
$html .= '<h4>Feel free to contact us to discuss the possibilities in detail or to request a customized quotation.</h4>';
$html .= '</div>';
$html .= '<div class="small-12 medium-3 cell">';
$html .= '<p><a href="'. $data["config"]->getSiteUrl() .'Contact" class="button secondary expanded">Get in Touch</a></p>';
$html .= '</div>';
$html .= '</div>';
$html .= '</div>';
// output
echo $data["config"]->wrapAsSection($html,"","get-in-touch");
?>