Landing page

<?php
/*
Template Name: Sunward Landing Page
*/

get_header();
?>


Why Pay for the Brand, When You Can Own the Performance?


<h2 style=”color: #ffffff; font-size: 24px; margin-bottom: 30px;”>The smart contractor’s choice in 2025 – Sunward delivers premium reliability, without the premium price.</h2>




The Sunward Advantage


<p style=”text-align: center; font-size: 18px; color: #666666; max-width: 800px; margin: 0 auto 50px;”>Discover why smart contractors across Europe choose Sunward machines for their operations.</p>




Low TCO, High ROI


<p style=”text-align: center;”>Earn back your investment in record time with reduced operating costs and superior performance.</p>




5-Year Warranty


<p style=”text-align: center;”>Rest easy with comprehensive 5-year coverage that protects your investment and ensures peace of mind.</p>




95% Parts Delivery in 24h


<p style=”text-align: center;”>Minimize downtime with our Belgian parts hub ensuring quick delivery of replacement parts when you need them.</p>



Trusted By Professionals Across Europe


<div class=”stat-counter” style=”text-align: center;”>
<div style=”font-size: 48px; color: #008D84; font-weight: bold;” class=”counter” data-count=”17000″>0</div>
<p style=”font-size: 18px;”>Machines Sold in Europe</p>
</div>



<div class=”stat-counter” style=”text-align: center;”>
<div style=”font-size: 48px; color: #008D84; font-weight: bold;” class=”counter” data-count=”30″>0</div>
<p style=”font-size: 18px;”>Average Downtime Reduction (%)</p>
</div>



<div class=”stat-counter” style=”text-align: center;”>
<div style=”font-size: 48px; color: #008D84; font-weight: bold;” class=”counter” data-count=”160″>0</div>
<p style=”font-size: 18px;”>Dealers Across Europe</p>
</div>




Get Your Free ROI Calculator


Error: Contact form not found.





<p>Absolutely. Sunward machines are built with premium components from globally recognized brands:</p>
<ul>
<li>Kubota and Cummins engines</li>
<li>Hengli hydraulics</li>
<li>Grammer seats</li>
</ul>
<p>These are the same components used in machines costing 30-40% more. Our 17,000+ machines operating across Europe demonstrate our commitment to reliability.</p>




<p>We understand downtime is costly, which is why we’ve built a comprehensive support network:</p>
<ul>
<li>5-year comprehensive warranty (details available)</li>
<li>95% of parts delivered within 24 hours from our Belgian distribution center</li>
<li>160+ service dealers across Europe for rapid technical support</li>
<li>Technical support hotline in multiple languages</li>
</ul>




<script>
jQuery(document).ready(function($) {
// Counter Animation
$(‘.counter’).each(function() {
var $this = $(this);
var countTo = $this.attr(‘data-count’);

$({ countNum: 0 }).animate({
countNum: countTo
}, {
duration: 2000,
easing: ‘linear’,
step: function() {
$this.text(Math.floor(this.countNum));
},
complete: function() {
$this.text(this.countNum);
}
});
});

// Video Modal
function openVideoModal() {
// Implementation for video modal
}
});
</script>

<?php get_footer(); ?>