File: /var/www/viitorx.stgviitor.com/wp-content/themes/viitorx/footer.php
<?php
/**
* The template for displaying the footer
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package ViitorX
*/
if (viitorx_use_front_page_chrome()) :
?> <!-- ═══════════════════════════════════════════
SECTION 9: FOOTER
════════════════════════════════════════════ -->
<footer id="footer">
<div class="footer-content">
<div class="footer-logo-wrap">
<img src="<?php echo esc_url(site_url('/wp-content/uploads/2026/05/logo-x-2.svg')); ?>" alt="<?php esc_attr_e('ViitorX', 'viitorx'); ?>" class="footer-logo" decoding="async">
</div>
<div class="footer-social">
<a href="https://www.instagram.com/viitorx_official/" target="_blank" rel="noopener noreferrer" aria-label="Instagram">
<img src="<?php echo esc_url(site_url('/wp-content/uploads/2026/04/insta-icon.svg')); ?>" alt="" width="20" height="20">
</a>
<a href="https://www.linkedin.com/company/viitorx/" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn">
<img src="<?php echo esc_url(site_url('/wp-content/uploads/2026/04/linkedin-icon.svg')); ?>" alt="" width="20" height="20">
</a>
<a href="https://x.com/_ViitorX" target="_blank" rel="noopener noreferrer" aria-label="X">
<img src="<?php echo esc_url(site_url('/wp-content/uploads/2026/04/x-icon.svg')); ?>" alt="" width="20" height="20">
</a>
<a href="https://www.youtube.com/@ViitorX" target="_blank" rel="noopener noreferrer" aria-label="YouTube">
<img src="<?php echo esc_url(site_url('/wp-content/uploads/2026/04/youtube-icon.svg')); ?>" alt="" width="20" height="20">
</a>
</div>
<nav class="footer-nav" aria-label="<?php esc_attr_e('Footer', 'viitorx'); ?>">
<a href="<?php echo esc_url(site_url('/offerings')); ?>">Offerings</a>
<a href="<?php echo esc_url(site_url('/case-studies')); ?>">Work</a>
<a href="<?php echo esc_url(site_url('/#partners')); ?>">Trusted by</a>
<a href="<?php echo esc_url(site_url('/industries')); ?>">Industries</a>
<a href="<?php echo esc_url(site_url('/insights')); ?>">Insights</a>
<a href="<?php echo esc_url(site_url('/contact-us')); ?>">Contact Us</a>
</nav>
<div class="footer-bottom">
<div class="footer-bottom-left"><?php esc_html_e('Powered by', 'viitorx'); ?> <strong><a href="<?php echo esc_url('https://viitorcloud.com/'); ?>" target="_blank" rel="noopener noreferrer"><?php esc_html_e('ViitorCloud', 'viitorx'); ?></a></strong></div>
<div class="footer-bottom-center">
<span class="footer-bottom-copyright">© <?php echo esc_html(wp_date('Y')); ?> ViitorX. <?php esc_html_e('All rights reserved.', 'viitorx'); ?></span>
<?php /*
<span class="footer-bottom-sep" aria-hidden="true">/</span>
<a href="<?php echo esc_url( site_url( '/privacy-policy' ) ); ?>"><?php esc_html_e( 'Privacy Policy', 'viitorx' ); ?></a>
<span class="footer-bottom-sep" aria-hidden="true">/</span>
<a href="<?php echo esc_url( site_url( '/terms-of-use' ) ); ?>"><?php esc_html_e( 'Terms of Use', 'viitorx' ); ?></a>
*/ ?>
</div>
</div>
</div>
<a href="<?php echo esc_url(is_front_page() ? '#hero' : '#primary'); ?>" class="back-to-top" aria-label="<?php esc_attr_e('Back to top', 'viitorx'); ?>">
<img src="<?php echo esc_url(site_url('/wp-content/uploads/2026/05/footer-arrow.png')); ?>" alt="" width="60" height="60" decoding="async">
</a>
</footer>
<!-- ═══════════════════════════════════════════
JAVASCRIPT
════════════════════════════════════════════ -->
<!-- Animation libs: defer keeps execution in document order but unblocks HTML parsing and DOMContentLoaded -->
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js"></script>
<script defer src="https://unpkg.com/[email protected]/dist/lenis.min.js"></script>
<script defer src="<?php echo esc_url(get_template_directory_uri() . '/js/front-page-animations.js'); ?>?ver=<?php echo _S_VERSION; ?>"></script>
<?php wp_footer(); ?>
</body>
</html>
<?php endif; ?>