-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshipping-policy.html
More file actions
23 lines (23 loc) · 1.31 KB
/
shipping-policy.html
File metadata and controls
23 lines (23 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="ar-KW" dir="rtl">
<head>
<meta charset="utf-8">
<title>سياسة الشحن - المتجر الكويتي</title>
<link rel="stylesheet" href="./woodmart-lite.css">
</head>
<body>
<header class="header"><div class="header__inner container"><a href="/" class="header__logo"><h1>المتجر الكويتي</h1></a></div></header>
<main class="section">
<div class="container static-page">
<h1>سياسة الشحن</h1>
<p>نحن نسعى لتقديم أفضل خدمة توصيل لعملائنا في جميع مناطق الكويت.</p>
<ul>
<li><strong>تكلفة الشحن:</strong> تكلفة الشحن ثابتة وهي <strong>2 دينار كويتي</strong> لجميع الطلبات.</li>
<li><strong>مدة التوصيل:</strong> يتم توصيل الطلبات في غضون <strong>3 أيام عمل</strong> كحد أقصى من تاريخ تأكيد الطلب.</li>
<li><strong>مناطق التغطية:</strong> نقوم بالتوصيل إلى جميع مناطق دولة الكويت.</li>
</ul>
</div>
</main>
<footer class="footer"><div class="container footer__bottom"><p>© 2025 المتجر الكويتي</p></div></footer>
</body>
</html>