first theme commit
This commit is contained in:
58
template-parts/partials/why-us-general.php
Normal file
58
template-parts/partials/why-us-general.php
Normal file
@@ -0,0 +1,58 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Why us General template.
|
||||
*
|
||||
* @package ThemeStarter
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<div class="bg-white p-8">
|
||||
<div>
|
||||
|
||||
<p class="font-medium mb-4 md:text-lg"><?php _e('Extensive Experience', 'harplabs'); ?></p>
|
||||
<p class="text-gray-500"><?php _e('Expertise in software development across various needs and requirements', 'harplabs'); ?></p>
|
||||
<div data-empty-placeholder class="bg-yellow-300 h-1 mt-4"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bg-white p-8">
|
||||
<div>
|
||||
|
||||
<p class="font-medium mb-4 md:text-lg"><?php _e('Versatile Solutions', 'harplabs'); ?></p>
|
||||
<p class="text-gray-500"><?php _e('Serving and catering to over 15 diverse industries challanges', 'harplabs'); ?></p>
|
||||
<div data-empty-placeholder class="bg-yellow-300 h-1 mt-4"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bg-white p-8">
|
||||
<div>
|
||||
|
||||
<p class="font-medium mb-4 md:text-lg"><?php _e('Exceptional Client retention', 'harplabs'); ?></p>
|
||||
<p class="text-gray-500"><?php _e('HarpLabs client retention rate is a testament to our commitment to quality', 'harplabs'); ?></p>
|
||||
<div data-empty-placeholder class="bg-yellow-300 h-1 mt-4"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bg-white p-8">
|
||||
<div>
|
||||
|
||||
<p class="font-medium mb-4 md:text-lg"><?php _e('Products developed', 'harplabs'); ?></p>
|
||||
<p class="text-gray-500"><?php _e('We have developed thousands of products from individual features to comprehensive enterprise platforms', 'harplabs'); ?></p>
|
||||
<div data-empty-placeholder class="bg-yellow-300 h-1 mt-4"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bg-white p-8">
|
||||
<div>
|
||||
|
||||
<p class="font-medium mb-4 md:text-lg"><?php _e('Client-Centric Approach', 'harplabs'); ?></p>
|
||||
<p class="text-gray-500"><?php _e('We prioritize understanding client needs and delivering tailored solutions that exceed expectations.', 'harplabs'); ?></p>
|
||||
<div data-empty-placeholder class="bg-yellow-300 h-1 mt-4"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bg-white p-8">
|
||||
<div>
|
||||
|
||||
<p class="font-medium mb-4 md:text-lg"><?php _e('Innovation and Excellence', 'harplabs'); ?></p>
|
||||
<p class="text-gray-500"><?php _e('We push the boundaries of innovation to deliver cutting-edge solutions that drive success.', 'harplabs'); ?></p>
|
||||
<div data-empty-placeholder class="bg-yellow-300 h-1 mt-4"></div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user