File: /home/eblama1/gentechlib.com/wp-content/themes/gentech-native-theme/footer.php
</main>
<?php if (get_option('gentech_native_footer_template_id') && class_exists('\\Elementor\\Plugin')) : ?>
<div class="gentech-elementor-footer-shell" role="contentinfo">
<?php gentech_native_render_elementor_template('gentech_native_footer_template_id'); ?>
</div>
<?php else : ?>
<footer class="gentech-fallback-footer">
<p><strong>Generations Technology Solutions Inc.</strong></p>
<p>Airfield New Road, Sinkor, Monrovia, Liberia</p>
<p>© <?php echo esc_html(date('Y')); ?> GenTech. All rights reserved.</p>
</footer>
<?php endif; ?>
<?php wp_footer(); ?>
</body>
</html>