Parcourir la source

add link on download section in download page

staging
azri il y a 1 semaine
Parent
révision
68b0dd8e56
2 fichiers modifiés avec 2 ajouts et 5 suppressions
  1. 1
    4
      resources/views/download.antlers.html
  2. 1
    1
      resources/views/home.antlers.html

+ 1
- 4
resources/views/download.antlers.html Voir le fichier

@@ -11,9 +11,6 @@
11 11
             <p class="db-h3 text-highlight" style="line-height: clamp(3rem,2.5vw,4rem);">Our Mobile App Is Coming Soon!</p>
12 12
             <p class="mx-auto p-0 db-h5 mb-5" style="line-height: clamp(1.7rem,2.5vw,3rem);">Soon all of the amazing features that we provide here will be available in<br/> an exclusive app for both android and iOS.</p>
13 13
         </div>
14
-        <div class="container-fluid d-flex flex-wrap justify-content-center">
15
-            <img data-aos="fade-up" data-aos-delay="100" class="mx-2" src="./assets/image/gplay.png" alt="google-play-img" style="width: 200px;">
16
-            <img data-aos="fade-up" data-aos-delay="100" class="mx-2" src="./assets/image/appstore.png" alt="google-play-img" style="width: 200px;">
17
-        </div>
14
+        {{ partial:partials/appsdownload }}
18 15
     </div>
19 16
 </section>

+ 1
- 1
resources/views/home.antlers.html Voir le fichier

@@ -98,7 +98,7 @@
98 98
 <section>
99 99
     <div class="text-light section-8" style="background-image: url(./assets/image/dbparticle3.png);">
100 100
         <div data-aos="zoom-in" class="text-center ">
101
-            <p class="db-h3 text-highlight" style="line-height: clamp(3rem,2.5vw,4rem);">Our Mobile Apps Is Now Available!</p>
101
+            <p class="db-h3 text-highlight" style="line-height: clamp(3rem,2.5vw,4rem);">Our Mobile App Is Now Available!</p>
102 102
             <p class="mx-auto p-0 db-h5 mb-5" style="line-height: clamp(1.7rem,2.5vw,3rem);">Download the app for bookings and other important notifications in<br/> an exclusive app for both android and iOS.</p>
103 103
         </div>
104 104
         {{ partial:partials/appsdownload }}

Chargement…
Annuler
Enregistrer