From c2a5bb61d0dbca252c5111e0ebc8276c7cc68e26 Mon Sep 17 00:00:00 2001
From: chengkun <chengkun@ishangstudy.com>
Date: Tue, 16 Sep 2025 10:33:00 +0800
Subject: [PATCH] 提交

---
 app/home/view/common/footer.html |   18 ++++--------------
 1 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/app/home/view/common/footer.html b/app/home/view/common/footer.html
index 824da49..46fe1e8 100644
--- a/app/home/view/common/footer.html
+++ b/app/home/view/common/footer.html
@@ -6,7 +6,7 @@
                 <div class="col-sm-12 col-md-6  col-lg-3">
                     <div id="twr_description_widget-2" class="widget widget_twr_description_widget">
                         <div class="itpart-description-area">
-                            <a href="#"><img src="/static/home/images/logo.png" alt="Footer logo" class="logo"></a>
+                            <a href="#"><img src="/static/images/logo.png" alt="Footer logo" class="logo"></a>
                             <p>{{ $t('message.footer.text-1') }}</p>
                             <!-- <p class="phone"><a href="tel:"> </a></p> -->
                             <!-- <div class="social-icons">
@@ -51,7 +51,7 @@
                                             <i class="icofont-phone"></i>
                                         </div>
                                         <div class="footer-sociala-info">
-                                            <p>+270810430608</p>
+                                            <p>+27 81 043 0608</p>
                                         </div>
                                     </div>
                                     <div class="footer_s_inner">
@@ -96,26 +96,16 @@
         </div>
     </div>
     <!-- END FOOTER MIDDLE AREA -->
+     
     <!-- FOOTER BOTTOM AREA -->
     <div class="footer-bottom">
         <div class="container">
             <div class="row">
-                <!-- FOOTER COPYRIGHT STYLE 1 -->
                 <div class="col-lg-12 col-md-12  col-sm-12">
                     <div class="copy-right-text">
-                        <!-- FOOTER COPYRIGHT TEXT -->
-                        <p>Copyright &copy; All rights reserved. <a target="_blank" href="https://www.mobanwang.com/" title="网站模板" class="text-white">网站模板</a></p>
+                        <p>Copyright &copy; All rights reserved</p>
                     </div>
                 </div>
-                <!-- <div class="col-lg-6 col-md-6  col-sm-12">
-                    <div class="footer-menu">
-                        <ul class="text-right">
-                            <li><a href="#">Service</a></li>
-                            <li><a href="#">Contact</a></li>
-                        </ul>
-                    </div>
-                </div> -->
-                <!-- FOOTER COPYRIGHT STYLE 3 -->
             </div>
         </div>
     </div>

--
Gitblit v1.9.0