Compare commits

...

2 الالتزامات

المؤلف SHA1 الرسالة التاريخ
Abdul Kareem
3843e05643 Add APK download file and landing page link 2026-04-02 02:05:20 +03:00
Abdul Kareem
8d3a479996 Add APK download link to landing page 2026-04-01 22:26:46 +03:00
3 ملفات معدلة مع 17 إضافات و4 حذوفات

ثنائية
files/tabeley.apk Normal file

ملف ثنائي غير معروض.

عرض الملف

@@ -51,9 +51,10 @@
دون انتظار أو اتصالات متكررة، لتستمتع بتجربة تناول أكثر راحة واحترافية. دون انتظار أو اتصالات متكررة، لتستمتع بتجربة تناول أكثر راحة واحترافية.
</p> </p>
<div class="hero-actions"> <div class="hero-actions">
<a href="#download" class="btn btn-primary">حمّل التطبيق الآن</a> <a href="/files/tabeley.apk" class="btn btn-primary" download>حمّل التطبيق الآن</a>
<button class="btn btn-secondary" disabled>قريباً على iPhone</button> <button class="btn btn-secondary" disabled>قريباً على iPhone</button>
</div> </div>
<p class="download-note">تنزيل مباشر لنسخة Android APK.</p>
</div> </div>
<div class="hero-visual reveal reveal-delay-1" aria-hidden="true"> <div class="hero-visual reveal reveal-delay-1" aria-hidden="true">
@@ -319,12 +320,13 @@
<span class="eyebrow eyebrow-light">جاهز للتجربة؟</span> <span class="eyebrow eyebrow-light">جاهز للتجربة؟</span>
<h2>ابدأ تجربة حجز أسهل اليوم</h2> <h2>ابدأ تجربة حجز أسهل اليوم</h2>
<p>نزّل التطبيق وابدأ بتنظيم حجوزاتك بطريقة أسرع وأوضح وأكثر راحة.</p> <p>نزّل التطبيق وابدأ بتنظيم حجوزاتك بطريقة أسرع وأوضح وأكثر راحة.</p>
<p class="download-note download-note-light">رابط مباشر وآمن لتحميل نسخة Android APK.</p>
</div> </div>
<a href="#" class="play-badge" aria-label="Google Play"> <a href="/files/tabeley.apk" class="play-badge" aria-label="تحميل تطبيق Tabeley لأندرويد" download>
<span class="play-icon"></span> <span class="play-icon"></span>
<span> <span>
<small>احصل عليه عبر</small> <small>تنزيل مباشر</small>
<strong>Google Play</strong> <strong>Android APK</strong>
</span> </span>
</a> </a>
</div> </div>

عرض الملف

@@ -257,6 +257,17 @@ textarea {
margin: 28px 0 24px; margin: 28px 0 24px;
} }
.download-note {
margin: 0;
color: var(--muted);
font-size: 14px;
font-weight: 600;
}
.download-note-light {
color: rgba(255, 255, 255, 0.86);
}
.btn { .btn {
min-height: 58px; min-height: 58px;
padding: 0 24px; padding: 0 24px;