release: update landing page assets and API fallback
هذا الالتزام موجود في:
ثنائية
assets/images/tlogo.jpg
Normal file
ثنائية
assets/images/tlogo.jpg
Normal file
ملف ثنائي غير معروض.
|
بعد العرض: | الارتفاع: | الحجم: 68 KiB |
158
index.html
158
index.html
@@ -1,79 +1,79 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ar" dir="rtl">
|
<html lang="ar" dir="rtl">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Tabeley</title>
|
<title>Tabeley</title>
|
||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="styles.css">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- Hero Section -->
|
<!-- Hero Section -->
|
||||||
<section class="hero">
|
<section class="hero">
|
||||||
<img src="../Tabeleymvpfront-end/assets/images/tlogo.jpg" alt="Tabeley Logo" class="logo">
|
<img src="assets/images/tlogo.jpg" alt="Tabeley Logo" class="logo">
|
||||||
|
|
||||||
<h1>احجز طاولتك بسهولة</h1>
|
<h1>احجز طاولتك بسهولة</h1>
|
||||||
<p>منصة ذكية لحجز أفضل المطاعم بدون انتظار</p>
|
<p>منصة ذكية لحجز أفضل المطاعم بدون انتظار</p>
|
||||||
|
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="#" class="btn android">تحميل للأندرويد</a>
|
<a href="#" class="btn android">تحميل للأندرويد</a>
|
||||||
<button class="btn ios" disabled>iPhone - Coming Soon</button>
|
<button class="btn ios" disabled>iPhone - Coming Soon</button>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Features -->
|
<!-- Features -->
|
||||||
<section class="features">
|
<section class="features">
|
||||||
<h2>ليش تختار Tabeley؟</h2>
|
<h2>ليش تختار Tabeley؟</h2>
|
||||||
<div class="features-grid">
|
<div class="features-grid">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h3>حجز فوري</h3>
|
<h3>حجز فوري</h3>
|
||||||
<p>أكد حجزك بثواني بدون اتصال أو انتظار.</p>
|
<p>أكد حجزك بثواني بدون اتصال أو انتظار.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h3>أفضل المطاعم</h3>
|
<h3>أفضل المطاعم</h3>
|
||||||
<p>اختر من بين مجموعة مطاعم مختارة بعناية.</p>
|
<p>اختر من بين مجموعة مطاعم مختارة بعناية.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h3>إدارة حجوزاتك</h3>
|
<h3>إدارة حجوزاتك</h3>
|
||||||
<p>تحكم بجميع حجوزاتك من مكان واحد.</p>
|
<p>تحكم بجميع حجوزاتك من مكان واحد.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- How It Works -->
|
<!-- How It Works -->
|
||||||
<section class="how">
|
<section class="how">
|
||||||
<h2>كيف بيشتغل؟</h2>
|
<h2>كيف بيشتغل؟</h2>
|
||||||
<div class="steps">
|
<div class="steps">
|
||||||
<div>1️⃣ اختر المطعم</div>
|
<div>1️⃣ اختر المطعم</div>
|
||||||
<div>2️⃣ حدّد الوقت</div>
|
<div>2️⃣ حدّد الوقت</div>
|
||||||
<div>3️⃣ استمتع بتجربتك</div>
|
<div>3️⃣ استمتع بتجربتك</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Contact -->
|
<!-- Contact -->
|
||||||
<section class="contact">
|
<section class="contact">
|
||||||
<h2>تواصل معنا</h2>
|
<h2>تواصل معنا</h2>
|
||||||
<p>📧 Tabeley0@gmail.com</p>
|
<p>📧 Tabeley0@gmail.com</p>
|
||||||
<p>📞 +963983233965</p>
|
<p>📞 +963983233965</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://www.instagram.com/tabeley_reservations?igsh=MTQ4ZzNxMzR0anExNA==" target="_blank" rel="noopener">
|
<a href="https://www.instagram.com/tabeley_reservations?igsh=MTQ4ZzNxMzR0anExNA==" target="_blank" rel="noopener">
|
||||||
Instagram
|
Instagram
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<form id="contactForm">
|
<form id="contactForm">
|
||||||
<input type="text" placeholder="اسمك" required>
|
<input type="text" placeholder="اسمك" required>
|
||||||
<input type="email" placeholder="بريدك الإلكتروني" required>
|
<input type="email" placeholder="بريدك الإلكتروني" required>
|
||||||
<textarea placeholder="رسالتك" required></textarea>
|
<textarea placeholder="رسالتك" required></textarea>
|
||||||
<button type="submit">إرسال</button>
|
<button type="submit">إرسال</button>
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
© 2026 Tabeley. All rights reserved.
|
© 2026 Tabeley. All rights reserved.
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<script src="script.js"></script>
|
<script src="script.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
ثنائية
landing-page-deploy.zip
Normal file
ثنائية
landing-page-deploy.zip
Normal file
ملف ثنائي غير معروض.
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
const submitButton = form.querySelector('button[type="submit"]');
|
const submitButton = form.querySelector('button[type="submit"]');
|
||||||
const defaultSubmitLabel = submitButton ? submitButton.textContent : 'Send';
|
const defaultSubmitLabel = submitButton ? submitButton.textContent : 'Send';
|
||||||
const fallbackApi = 'https://tabeleymvp2-8b111c91640a.hosted.ghaymah.systems/api';
|
const fallbackApi = 'https://app.tabeley.com/api';
|
||||||
const configuredBase = window.TABELEY_API_BASE_URL;
|
const configuredBase = window.TABELEY_API_BASE_URL;
|
||||||
const originBase = `${window.location.origin}/api`;
|
const originBase = `${window.location.origin}/api`;
|
||||||
|
|
||||||
@@ -79,4 +79,4 @@
|
|||||||
console.error('Feedback send failed:', lastError);
|
console.error('Feedback send failed:', lastError);
|
||||||
alert('Unable to send feedback now. Please try again later.');
|
alert('Unable to send feedback now. Please try again later.');
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم