<!-- Footer Start --><footer class="main-footer"> <div class="container"> <div class="row"> <div class="col-lg-12"> <!-- Footer Header Start --> <div class="footer-header"> <div class="row align-items-center"> <div class="col-lg-6 col-md-8"> <div class="footer-header-title"> <!-- Section Title Start --> <div class="section-title dark-section"> <h2 class="text-anime-style-3" data-cursor="-opaque">Kendinize Önem Verin!</h2> </div> <!-- Section Title End --> </div> </div> <div class="col-lg-6 col-md-4"> <!-- Footer Contact Button Start --> <div class="footer-contact-btn"> <a href="{{ iletisimLink }}" class="btn-default btn-highlighted">Mesaj Gönder</a> </div> <!-- Footer Contact Button End --> </div> </div> </div> <!-- Footer Header End --> </div> <div class="col-lg-3 col-md-6"> <!-- About Footer Start --> <div class="about-footer"> <!-- Footer Logo Start --> <div class="footer-logo"> <img src="{{ path('panel_storage',{'file':'beyazLogo.webp'}) }}" alt="Footer Logo" style="width:140px;"> </div> <!-- Footer Logo End --> <!-- About Footer Content Start --> <div class="about-footer-content"> <p>{{ footerMetin|raw }}</p> </div> <!-- About Footer Content End --> <!-- Footer Social Link Start --> <div class="footer-social-links"> <ul> {% for social in sosyalAglar %} <li><a href="{{ social.link }}"><i class="{{ social.ikon }}"></i></a></li> {% endfor %} </ul> </div> <!-- Footer Social Link End --> </div> <!-- About Footer End --> </div> <div class="col-lg-3 col-md-6"> <!-- Footer Links Start --> <div class="footer-links"> <h3>Hızlı Menü</h3> <ul> {% for menu in menuler %} <li><a href="{{ menu.link }}">{{ menu.adi }}</a></li> {% endfor %} </ul> </div> <!-- Footer Links End --> </div> <div class="col-lg-3 col-md-6"> <!-- Footer Links Start --> <div class="footer-links"> <h3>{{ veriler[4][0].adi }}</h3> <ul> {% for data in veriler[4][1] %} <li><a href="{{ data.link }}">{{ data.adi|html_entity_decode|raw }}</a></li> {% endfor %} </ul> </div> <!-- Footer Links End --> </div> <div class="col-lg-3 col-md-6"> <!-- Footer Contact Box Start --> <div class="footer-contact-box footer-links"> <h3>İletişim</h3> <!-- Footer Contact Item Start --> <div class="footer-contact-item"> <div class="icon-box"> <img src="/dist/images/icon-mail.svg" alt=""> </div> <div class="footer-contact-content"> <p>{{ 'eposta'|site_iletisimBilgileri|raw }}</p> </div> </div> <!-- Footer Contact Item End --> <!-- Footer Contact Item Start --> <div class="footer-contact-item"> <div class="icon-box"> <img src="/dist/images/icon-phone.svg" alt=""> </div> <div class="footer-contact-content"> <p>{{ 'telefon'|site_iletisimBilgileri|raw }}</p> </div> </div> <!-- Footer Contact Item End --> <!-- Footer Contact Item Start --> <div class="footer-contact-item"> <div class="icon-box"> <img src="/dist/images/icon-location.svg" alt=""> </div> <div class="footer-contact-content"> <p>{{ 'adres'|site_iletisimBilgileri|raw }}</p> </div> </div> <!-- Footer Contact Item End --> </div> <!-- Footer Contact Box End --> </div> </div> </div> <!-- Footer Copyright Section Start --> <div class="footer-copyright"> <div class="row align-items-center"> <div class="col-lg-12"> <!-- Footer Copyright Start --> <div class="footer-copyright-text"> <p>Copyright © {{ 'now'|date('Y') }} Tüm hakları saklıdır. Powered By <a href="https://www.rvyazilim.com" target="_blank" rel="nofollow">RV Software</a></p> </div> <!-- Footer Copyright End --> </div> </div> </div> <!-- Footer Copyright Section End --> </div></footer><!-- Footer End -->