Spaces:
Running
Running
Add 2 files
Browse files- index.html +274 -480
- prompts.txt +2 -1
index.html
CHANGED
|
@@ -6,12 +6,39 @@
|
|
| 6 |
<title>مودا ستور - متجر الملابس الأنيقة</title>
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
<style>
|
| 10 |
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;900&display=swap');
|
| 11 |
|
| 12 |
body {
|
| 13 |
font-family: 'Tajawal', sans-serif;
|
| 14 |
background-color: #f9f9f9;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
}
|
| 16 |
|
| 17 |
.dropdown:hover .dropdown-menu {
|
|
@@ -23,6 +50,20 @@
|
|
| 23 |
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
| 24 |
}
|
| 25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
.language-switcher {
|
| 27 |
transition: all 0.3s ease;
|
| 28 |
}
|
|
@@ -96,106 +137,176 @@
|
|
| 96 |
background-color: #f8f8f8;
|
| 97 |
}
|
| 98 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 99 |
.payment-method input:checked + label {
|
| 100 |
border-color: #ef4444;
|
| 101 |
box-shadow: 0 0 0 1px #ef4444;
|
| 102 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 103 |
</style>
|
| 104 |
</head>
|
| 105 |
<body class="bg-gray-50">
|
| 106 |
<!-- Header -->
|
| 107 |
-
<header class="bg-white shadow-md sticky top-0 z-50">
|
| 108 |
<div class="container mx-auto px-4 py-3">
|
| 109 |
<div class="flex items-center justify-between">
|
| 110 |
<!-- Logo -->
|
| 111 |
<div class="flex items-center">
|
| 112 |
-
<a href="
|
| 113 |
</div>
|
| 114 |
|
| 115 |
<!-- Desktop Navigation -->
|
| 116 |
<nav class="hidden md:flex items-center space-x-8">
|
| 117 |
<div class="dropdown relative">
|
| 118 |
-
<
|
| 119 |
<span>الرئيسية</span>
|
| 120 |
-
</
|
| 121 |
</div>
|
| 122 |
|
| 123 |
<div class="dropdown relative">
|
| 124 |
-
<button class="flex items-center space-x-1 text-gray-700 hover:text-red-600">
|
| 125 |
<span>الرجال</span>
|
| 126 |
<i class="fas fa-chevron-down text-xs"></i>
|
| 127 |
</button>
|
| 128 |
-
<div class="dropdown-menu absolute hidden mt-2 w-48 bg-white shadow-lg rounded-md z-50">
|
| 129 |
-
<a href="
|
| 130 |
-
<a href="
|
| 131 |
-
<a href="
|
| 132 |
</div>
|
| 133 |
</div>
|
| 134 |
|
| 135 |
<div class="dropdown relative">
|
| 136 |
-
<button class="flex items-center space-x-1 text-gray-700 hover:text-red-600">
|
| 137 |
<span>النساء</span>
|
| 138 |
<i class="fas fa-chevron-down text-xs"></i>
|
| 139 |
</button>
|
| 140 |
-
<div class="dropdown-menu absolute hidden mt-2 w-48 bg-white shadow-lg rounded-md z-50">
|
| 141 |
-
<a href="
|
| 142 |
-
<a href="
|
| 143 |
-
<a href="
|
| 144 |
</div>
|
| 145 |
</div>
|
| 146 |
|
| 147 |
<div class="dropdown relative">
|
| 148 |
-
<button class="flex items-center space-x-1 text-gray-700 hover:text-red-600">
|
| 149 |
<span>الأطفال</span>
|
| 150 |
<i class="fas fa-chevron-down text-xs"></i>
|
| 151 |
</button>
|
| 152 |
-
<div class="dropdown-menu absolute hidden mt-2 w-48 bg-white shadow-lg rounded-md z-50">
|
| 153 |
-
<a href="
|
| 154 |
-
<a href="
|
| 155 |
-
<a href="
|
| 156 |
</div>
|
| 157 |
</div>
|
| 158 |
|
| 159 |
<div class="dropdown relative">
|
| 160 |
-
<
|
| 161 |
<span>العروض</span>
|
| 162 |
-
</
|
| 163 |
</div>
|
| 164 |
</nav>
|
| 165 |
|
| 166 |
<!-- Icons -->
|
| 167 |
<div class="flex items-center space-x-6">
|
| 168 |
-
<div class="hidden md:flex items-center space-x-
|
| 169 |
<div class="language-switcher cursor-pointer">
|
| 170 |
-
<span class="text-gray-700">العربية</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 171 |
</div>
|
| 172 |
</div>
|
| 173 |
|
| 174 |
<div class="relative">
|
| 175 |
-
<button id="search-btn" class="text-gray-700 hover:text-red-600">
|
| 176 |
<i class="fas fa-search text-xl"></i>
|
| 177 |
</button>
|
| 178 |
</div>
|
| 179 |
|
| 180 |
<div class="relative">
|
| 181 |
-
<button id="user-btn" class="text-gray-700 hover:text-red-600">
|
| 182 |
<i class="fas fa-user text-xl"></i>
|
| 183 |
</button>
|
| 184 |
-
<div id="user-dropdown" class="hidden absolute right-0 mt-2 w-48 bg-white shadow-lg rounded-md z-50">
|
| 185 |
-
<a href="
|
| 186 |
-
<a href="
|
| 187 |
-
<a href="
|
| 188 |
</div>
|
| 189 |
</div>
|
| 190 |
|
| 191 |
<div class="relative">
|
| 192 |
-
<button id="cart-btn" class="text-gray-700 hover:text-red-600">
|
| 193 |
<i class="fas fa-shopping-cart text-xl"></i>
|
| 194 |
<span class="cart-badge absolute bg-red-600 text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">3</span>
|
| 195 |
</button>
|
| 196 |
</div>
|
| 197 |
|
| 198 |
-
<button id="mobile-menu-btn" class="md:hidden text-gray-700">
|
| 199 |
<i class="fas fa-bars text-xl"></i>
|
| 200 |
</button>
|
| 201 |
</div>
|
|
@@ -203,9 +314,9 @@
|
|
| 203 |
</div>
|
| 204 |
|
| 205 |
<!-- Mobile Search Bar -->
|
| 206 |
-
<div id="mobile-search" class="hidden md:hidden bg-white py-2 px-4">
|
| 207 |
<div class="flex items-center">
|
| 208 |
-
<input type="text" placeholder="ابحث عن منتج..." class="w-full px-4 py-2 border border-gray-300 rounded-r-md focus:outline-none focus:ring-2 focus:ring-red-500">
|
| 209 |
<button class="bg-red-600 text-white px-4 py-2 rounded-l-md">
|
| 210 |
<i class="fas fa-search"></i>
|
| 211 |
</button>
|
|
@@ -214,70 +325,76 @@
|
|
| 214 |
</header>
|
| 215 |
|
| 216 |
<!-- Mobile Menu -->
|
| 217 |
-
<div id="mobile-menu" class="mobile-menu fixed inset-y-0 right-0 w-64 bg-white shadow-lg z-50 overflow-y-auto">
|
| 218 |
-
<div class="flex justify-between items-center p-4 border-b">
|
| 219 |
<span class="text-xl font-bold text-red-600">مودا ستور</span>
|
| 220 |
-
<button id="close-mobile-menu" class="text-gray-700">
|
| 221 |
<i class="fas fa-times"></i>
|
| 222 |
</button>
|
| 223 |
</div>
|
| 224 |
|
| 225 |
<div class="p-4">
|
| 226 |
<div class="mb-4">
|
| 227 |
-
<input type="text" placeholder="ابحث عن منتج..." class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-red-500">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 228 |
</div>
|
| 229 |
|
| 230 |
<div class="space-y-2">
|
| 231 |
-
<a href="
|
| 232 |
|
| 233 |
<div class="accordion">
|
| 234 |
-
<button class="accordion-btn flex justify-between items-center w-full py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md">
|
| 235 |
<span>الرجال</span>
|
| 236 |
<i class="fas fa-chevron-down text-xs"></i>
|
| 237 |
</button>
|
| 238 |
<div class="accordion-content hidden pl-4">
|
| 239 |
-
<a href="
|
| 240 |
-
<a href="
|
| 241 |
-
<a href="
|
| 242 |
</div>
|
| 243 |
</div>
|
| 244 |
|
| 245 |
<div class="accordion">
|
| 246 |
-
<button class="accordion-btn flex justify-between items-center w-full py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md">
|
| 247 |
<span>النساء</span>
|
| 248 |
<i class="fas fa-chevron-down text-xs"></i>
|
| 249 |
</button>
|
| 250 |
<div class="accordion-content hidden pl-4">
|
| 251 |
-
<a href="
|
| 252 |
-
<a href="
|
| 253 |
-
<a href="
|
| 254 |
</div>
|
| 255 |
</div>
|
| 256 |
|
| 257 |
<div class="accordion">
|
| 258 |
-
<button class="accordion-btn flex justify-between items-center w-full py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md">
|
| 259 |
<span>الأطفال</span>
|
| 260 |
<i class="fas fa-chevron-down text-xs"></i>
|
| 261 |
</button>
|
| 262 |
<div class="accordion-content hidden pl-4">
|
| 263 |
-
<a href="
|
| 264 |
-
<a href="
|
| 265 |
-
<a href="
|
| 266 |
</div>
|
| 267 |
</div>
|
| 268 |
|
| 269 |
-
<a href="
|
| 270 |
|
| 271 |
-
<div class="pt-4 border-t mt-4">
|
| 272 |
-
<a href="
|
| 273 |
-
<a href="
|
| 274 |
-
<a href="
|
| 275 |
</div>
|
| 276 |
|
| 277 |
-
<div class="flex space-x-4 pt-4 border-t mt-4">
|
| 278 |
-
<button class="language-switcher text-gray-700 hover:text-red-600">العربية</button>
|
| 279 |
-
<button class="language-switcher text-gray-700 hover:text-red-600">English</button>
|
| 280 |
-
<button class="language-switcher text-gray-700 hover:text-red-600">Français</button>
|
| 281 |
</div>
|
| 282 |
</div>
|
| 283 |
</div>
|
|
@@ -288,47 +405,47 @@
|
|
| 288 |
<div class="container mx-auto px-4 text-center">
|
| 289 |
<h1 class="text-4xl md:text-6xl font-bold mb-4">أحدث صيحات الموضة لعام 2023</h1>
|
| 290 |
<p class="text-xl md:text-2xl mb-8">اكتشف مجموعتنا الجديدة واستمتع بخصم 30% على أول طلب لك</p>
|
| 291 |
-
<
|
| 292 |
تسوق الآن
|
| 293 |
-
</
|
| 294 |
</div>
|
| 295 |
</section>
|
| 296 |
|
| 297 |
<!-- Categories Section -->
|
| 298 |
-
<section class="py-12 bg-white">
|
| 299 |
<div class="container mx-auto px-4">
|
| 300 |
-
<h2 class="text-3xl font-bold text-center mb-12">تصفح حسب الفئة</h2>
|
| 301 |
|
| 302 |
<div class="grid grid-cols-2 md:grid-cols-4 gap-6">
|
| 303 |
-
<a href="
|
| 304 |
<img src="https://images.unsplash.com/photo-1591047139829-d91aecb6caea?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=736&q=80" alt="ملابس رجالية" class="w-full h-48 object-cover">
|
| 305 |
<div class="p-4 text-center">
|
| 306 |
-
<h3 class="text-xl font-semibold text-gray-800">الرجال</h3>
|
| 307 |
-
<p class="text-gray-600 mt-1">اكتشف أحدث الصيحات</p>
|
| 308 |
</div>
|
| 309 |
</a>
|
| 310 |
|
| 311 |
-
<a href="
|
| 312 |
<img src="https://images.unsplash.com/photo-1525507119028-ed4c629a60a3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=735&q=80" alt="ملابس نسائية" class="w-full h-48 object-cover">
|
| 313 |
<div class="p-4 text-center">
|
| 314 |
-
<h3 class="text-xl font-semibold text-gray-800">النساء</h3>
|
| 315 |
-
<p class="text-gray-600 mt-1">أناقة لا تنتهي</p>
|
| 316 |
</div>
|
| 317 |
</a>
|
| 318 |
|
| 319 |
-
<a href="
|
| 320 |
<img src="https://images.unsplash.com/photo-1591955507966-1a1ac18c155e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="ملابس أطفال" class="w-full h-48 object-cover">
|
| 321 |
<div class="p-4 text-center">
|
| 322 |
-
<h3 class="text-xl font-semibold text-gray-800">الأطفال</h3>
|
| 323 |
-
<p class="text-gray-600 mt-1">راحة وجمال لصغارك</p>
|
| 324 |
</div>
|
| 325 |
</a>
|
| 326 |
|
| 327 |
-
<a href="
|
| 328 |
<img src="https://images.unsplash.com/photo-1542291026-7eec264c27ff?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="أحذية" class="w-full h-48 object-cover">
|
| 329 |
<div class="p-4 text-center">
|
| 330 |
-
<h3 class="text-xl font-semibold text-gray-800">الأحذية</h3>
|
| 331 |
-
<p class="text-gray-600 mt-1">خطوات أنيقة</p>
|
| 332 |
</div>
|
| 333 |
</a>
|
| 334 |
</div>
|
|
@@ -336,24 +453,24 @@
|
|
| 336 |
</section>
|
| 337 |
|
| 338 |
<!-- Featured Products -->
|
| 339 |
-
<section class="py-12 bg-gray-50">
|
| 340 |
<div class="container mx-auto px-4">
|
| 341 |
<div class="flex justify-between items-center mb-8">
|
| 342 |
-
<h2 class="text-3xl font-bold">منتجات مميزة</h2>
|
| 343 |
-
<a href="
|
| 344 |
</div>
|
| 345 |
|
| 346 |
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6">
|
| 347 |
<!-- Product 1 -->
|
| 348 |
-
<div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
|
| 349 |
<div class="relative">
|
| 350 |
<img src="https://images.unsplash.com/photo-1529374255404-311a2a4f1fd9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1469&q=80" alt="قميص رجالي" class="w-full h-64 object-cover">
|
| 351 |
<div class="absolute top-2 right-2 bg-red-600 text-white text-xs font-bold px-2 py-1 rounded-full">جديد</div>
|
| 352 |
<div class="absolute top-2 left-2 flex flex-col space-y-2">
|
| 353 |
-
<button class="w-8 h-8 bg-white rounded-full flex items-center justify-center text-gray-700 hover:text-red-600">
|
| 354 |
<i class="far fa-heart"></i>
|
| 355 |
</button>
|
| 356 |
-
<button class="w-8 h-8 bg-white rounded-full flex items-center justify-center text-gray-700 hover:text-red-600">
|
| 357 |
<i class="fas fa-eye"></i>
|
| 358 |
</button>
|
| 359 |
</div>
|
|
@@ -367,15 +484,15 @@
|
|
| 367 |
<i class="fas fa-star"></i>
|
| 368 |
<i class="fas fa-star-half-alt"></i>
|
| 369 |
</div>
|
| 370 |
-
<span class="text-gray-600 text-sm mr-1">(24)</span>
|
| 371 |
</div>
|
| 372 |
-
<h3 class="text-lg font-semibold text-gray-800 mb-1">قميص رجالي أنيق</h3>
|
| 373 |
<div class="flex items-center justify-between">
|
| 374 |
<div>
|
| 375 |
-
<span class="text-red-600 font-bold text-lg">149.99 ر.س</span>
|
| 376 |
-
<span class="text-gray-500 line-through text-sm mr-2">199.99 ر.س</span>
|
| 377 |
</div>
|
| 378 |
-
<button class="add-to-cart bg-gray-200 hover:bg-red-600 text-gray-700 hover:text-white w-8 h-8 rounded-full flex items-center justify-center">
|
| 379 |
<i class="fas fa-shopping-cart"></i>
|
| 380 |
</button>
|
| 381 |
</div>
|
|
@@ -383,10 +500,18 @@
|
|
| 383 |
</div>
|
| 384 |
|
| 385 |
<!-- Product 2 -->
|
| 386 |
-
<div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
|
| 387 |
<div class="relative">
|
| 388 |
<img src="https://images.unsplash.com/photo-1581044777550-4cfa60707c03?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=686&q=80" alt="فستان نسائي" class="w-full h-64 object-cover">
|
| 389 |
<div class="absolute top-2 right-2 bg-green-600 text-white text-xs font-bold px-2 py-1 rounded-full">25%</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 390 |
</div>
|
| 391 |
<div class="p-4">
|
| 392 |
<div class="flex items-center mb-1">
|
|
@@ -397,15 +522,15 @@
|
|
| 397 |
<i class="fas fa-star"></i>
|
| 398 |
<i class="far fa-star"></i>
|
| 399 |
</div>
|
| 400 |
-
<span class="text-gray-600 text-sm mr-1">(36)</span>
|
| 401 |
</div>
|
| 402 |
-
<h3 class="text-lg font-semibold text-gray-800 mb-1">فستان أنيق باللون الأسود</h3>
|
| 403 |
<div class="flex items-center justify-between">
|
| 404 |
<div>
|
| 405 |
-
<span class="text-red-600 font-bold text-lg">229.99 ر.س</span>
|
| 406 |
-
<span class="text-gray-500 line-through text-sm mr-2">299.99 ر.س</span>
|
| 407 |
</div>
|
| 408 |
-
<button class="add-to-cart bg-gray-200 hover:bg-red-600 text-gray-700 hover:text-white w-8 h-8 rounded-full flex items-center justify-center">
|
| 409 |
<i class="fas fa-shopping-cart"></i>
|
| 410 |
</button>
|
| 411 |
</div>
|
|
@@ -413,9 +538,17 @@
|
|
| 413 |
</div>
|
| 414 |
|
| 415 |
<!-- Product 3 -->
|
| 416 |
-
<div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
|
| 417 |
<div class="relative">
|
| 418 |
<img src="https://images.unsplash.com/photo-1595950653106-6c9ebd3d7a7a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="حذاء رياضي" class="w-full h-64 object-cover">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 419 |
</div>
|
| 420 |
<div class="p-4">
|
| 421 |
<div class="flex items-center mb-1">
|
|
@@ -426,14 +559,14 @@
|
|
| 426 |
<i class="fas fa-star"></i>
|
| 427 |
<i class="fas fa-star"></i>
|
| 428 |
</div>
|
| 429 |
-
<span class="text-gray-600 text-sm mr-1">(42)</span>
|
| 430 |
</div>
|
| 431 |
-
<h3 class="text-lg font-semibold text-gray-800 mb-1">حذاء رياضي مريح</h3>
|
| 432 |
<div class="flex items-center justify-between">
|
| 433 |
<div>
|
| 434 |
-
<span class="text-red-600 font-bold text-lg">179.99 ر.س</span>
|
| 435 |
</div>
|
| 436 |
-
<button class="add-to-cart bg-gray-200 hover:bg-red-600 text-gray-700 hover:text-white w-8 h-8 rounded-full flex items-center justify-center">
|
| 437 |
<i class="fas fa-shopping-cart"></i>
|
| 438 |
</button>
|
| 439 |
</div>
|
|
@@ -441,10 +574,18 @@
|
|
| 441 |
</div>
|
| 442 |
|
| 443 |
<!-- Product 4 -->
|
| 444 |
-
<div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
|
| 445 |
<div class="relative">
|
| 446 |
<img src="https://images.unsplash.com/photo-1595341595379-cf2df1f27b1b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="حقيبة يد" class="w-full h-64 object-cover">
|
| 447 |
<div class="absolute top-2 right-2 bg-blue-600 text-white text-xs font-bold px-2 py-1 rounded-full">الأكثر مبيعاً</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 448 |
</div>
|
| 449 |
<div class="p-4">
|
| 450 |
<div class="flex items-center mb-1">
|
|
@@ -455,14 +596,14 @@
|
|
| 455 |
<i class="fas fa-star"></i>
|
| 456 |
<i class="fas fa-star"></i>
|
| 457 |
</div>
|
| 458 |
-
<span class="text-gray-600 text-sm mr-1">(58)</span>
|
| 459 |
</div>
|
| 460 |
-
<h3 class="text-lg font-semibold text-gray-800 mb-1">حقيبة يد جلدية أنيقة</h3>
|
| 461 |
<div class="flex items-center justify-between">
|
| 462 |
<div>
|
| 463 |
-
<span class="text-red-600 font-bold text-lg">349.99 ر.س</span>
|
| 464 |
</div>
|
| 465 |
-
<button class="add-to-cart bg-gray-200 hover:bg-red-600 text-gray-700 hover:text-white w-8 h-8 rounded-full flex items-center justify-center">
|
| 466 |
<i class="fas fa-shopping-cart"></i>
|
| 467 |
</button>
|
| 468 |
</div>
|
|
@@ -479,9 +620,9 @@
|
|
| 479 |
<div class="md:w-1/2 mb-8 md:mb-0">
|
| 480 |
<h2 class="text-3xl font-bold mb-4">خصم 30% على مجموعة الصيف</h2>
|
| 481 |
<p class="text-lg mb-6">استمتع بأجمل صيحات الصيف بخصم خاص لفترة محدودة. العرض ساري حتى نفاذ الكمية.</p>
|
| 482 |
-
<
|
| 483 |
تسوق الآن
|
| 484 |
-
</
|
| 485 |
</div>
|
| 486 |
<div class="md:w-1/2 flex justify-center">
|
| 487 |
<img src="https://images.unsplash.com/photo-1551232864-3f0890e580d9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="عرض خاص" class="rounded-lg shadow-xl max-w-full h-auto md:h-80">
|
|
@@ -491,30 +632,38 @@
|
|
| 491 |
</section>
|
| 492 |
|
| 493 |
<!-- New Arrivals -->
|
| 494 |
-
<section class="py-12 bg-white">
|
| 495 |
<div class="container mx-auto px-4">
|
| 496 |
<div class="flex justify-between items-center mb-8">
|
| 497 |
-
<h2 class="text-3xl font-bold">وصل حديثاً</h2>
|
| 498 |
<div class="flex space-x-2">
|
| 499 |
<button class="tab-btn active px-4 py-2 bg-red-600 text-white rounded-md" data-tab="men">رجالي</button>
|
| 500 |
-
<button class="tab-btn px-4 py-2 bg-gray-200 text-gray-700 rounded-md hover:bg-gray-300" data-tab="women">نسائي</button>
|
| 501 |
-
<button class="tab-btn px-4 py-2 bg-gray-200 text-gray-700 rounded-md hover:bg-gray-300" data-tab="kids">أطفال</button>
|
| 502 |
</div>
|
| 503 |
</div>
|
| 504 |
|
| 505 |
<div class="tab-content active" id="men-tab">
|
| 506 |
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6">
|
| 507 |
<!-- Product 1 -->
|
| 508 |
-
<div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
|
| 509 |
<div class="relative">
|
| 510 |
<img src="https://images.unsplash.com/photo-1527719327859-c6ce80353573?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=764&q=80" alt="قميص رجالي" class="w-full h-64 object-cover">
|
| 511 |
<div class="absolute top-2 right-2 bg-red-600 text-white text-xs font-bold px-2 py-1 rounded-full">جديد</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 512 |
</div>
|
| 513 |
<div class="p-4">
|
| 514 |
-
<h3 class="text-lg font-semibold text-gray-800 mb-1">قميص رجالي قطني</h3>
|
| 515 |
<div class="flex items-center justify-between">
|
| 516 |
-
<span class="text-red-600 font-bold text-lg">129.99 ر.س</span>
|
| 517 |
-
<button class="add-to-cart bg-gray-200 hover:bg-red-600 text-gray-700 hover:text-white w-8 h-8 rounded-full flex items-center justify-center">
|
| 518 |
<i class="fas fa-shopping-cart"></i>
|
| 519 |
</button>
|
| 520 |
</div>
|
|
@@ -522,387 +671,32 @@
|
|
| 522 |
</div>
|
| 523 |
|
| 524 |
<!-- Product 2 -->
|
| 525 |
-
<div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
|
| 526 |
<div class="relative">
|
| 527 |
<img src="https://images.unsplash.com/photo-1598033129183-c4f50c736f10?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1025&q=80" alt="بنطال رجالي" class="w-full h-64 object-cover">
|
| 528 |
<div class="absolute top-2 right-2 bg-red-600 text-white text-xs font-bold px-2 py-1 rounded-full">جديد</div>
|
| 529 |
-
|
| 530 |
-
|
| 531 |
-
|
| 532 |
-
<div class="flex items-center justify-between">
|
| 533 |
-
<span class="text-red-600 font-bold text-lg">199.99 ر.س</span>
|
| 534 |
-
<button class="add-to-cart bg-gray-200 hover:bg-red-600 text-gray-700 hover:text-white w-8 h-8 rounded-full flex items-center justify-center">
|
| 535 |
-
<i class="fas fa-shopping-cart"></i>
|
| 536 |
</button>
|
| 537 |
-
|
| 538 |
-
|
| 539 |
-
</div>
|
| 540 |
-
|
| 541 |
-
<!-- Product 3 -->
|
| 542 |
-
<div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
|
| 543 |
-
<div class="relative">
|
| 544 |
-
<img src="https://images.unsplash.com/photo-1620799140408-edc6dcb6d633?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1072&q=80" alt="جاكيت رجالي" class="w-full h-64 object-cover">
|
| 545 |
-
<div class="absolute top-2 right-2 bg-red-600 text-white text-xs font-bold px-2 py-1 rounded-full">جديد</div>
|
| 546 |
-
</div>
|
| 547 |
-
<div class="p-4">
|
| 548 |
-
<h3 class="text-lg font-semibold text-gray-800 mb-1">جاكيت رجالي شتوي</h3>
|
| 549 |
-
<div class="flex items-center justify-between">
|
| 550 |
-
<span class="text-red-600 font-bold text-lg">349.99 ر.س</span>
|
| 551 |
-
<button class="add-to-cart bg-gray-200 hover:bg-red-600 text-gray-700 hover:text-white w-8 h-8 rounded-full flex items-center justify-center">
|
| 552 |
-
<i class="fas fa-shopping-cart"></i>
|
| 553 |
</button>
|
| 554 |
</div>
|
| 555 |
</div>
|
| 556 |
-
</div>
|
| 557 |
-
|
| 558 |
-
<!-- Product 4 -->
|
| 559 |
-
<div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
|
| 560 |
-
<div class="relative">
|
| 561 |
-
<img src="https://images.unsplash.com/photo-1603252109303-2751441dd157?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="حذاء رجالي" class="w-full h-64 object-cover">
|
| 562 |
-
<div class="absolute top-2 right-2 bg-red-600 text-white text-xs font-bold px-2 py-1 rounded-full">جديد</div>
|
| 563 |
-
</div>
|
| 564 |
<div class="p-4">
|
| 565 |
-
<h3 class="text-lg font-semibold text-gray-800 mb-1">
|
| 566 |
<div class="flex items-center justify-between">
|
| 567 |
-
<span class="text-red-600 font-bold text-lg">
|
| 568 |
-
<button class="add-to-cart bg-gray-200 hover:bg-red-600 text-gray-700 hover:text-white w-8 h-8 rounded-full flex items-center justify-center">
|
| 569 |
<i class="fas fa-shopping-cart"></i>
|
| 570 |
</button>
|
| 571 |
</div>
|
| 572 |
</div>
|
| 573 |
</div>
|
| 574 |
-
</div>
|
| 575 |
-
</div>
|
| 576 |
-
|
| 577 |
-
<div class="tab-content hidden" id="women-tab">
|
| 578 |
-
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6">
|
| 579 |
-
<!-- Women's products would go here -->
|
| 580 |
-
</div>
|
| 581 |
-
</div>
|
| 582 |
-
|
| 583 |
-
<div class="tab-content hidden" id="kids-tab">
|
| 584 |
-
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6">
|
| 585 |
-
<!-- Kids products would go here -->
|
| 586 |
-
</div>
|
| 587 |
-
</div>
|
| 588 |
-
</div>
|
| 589 |
-
</section>
|
| 590 |
-
|
| 591 |
-
<!-- Testimonials -->
|
| 592 |
-
<section class="py-12 bg-gray-50">
|
| 593 |
-
<div class="container mx-auto px-4">
|
| 594 |
-
<h2 class="text-3xl font-bold text-center mb-12">آراء عملائنا</h2>
|
| 595 |
-
|
| 596 |
-
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 597 |
-
<div class="bg-white p-6 rounded-lg shadow-md">
|
| 598 |
-
<div class="flex items-center mb-4">
|
| 599 |
-
<div class="flex text-yellow-400">
|
| 600 |
-
<i class="fas fa-star"></i>
|
| 601 |
-
<i class="fas fa-star"></i>
|
| 602 |
-
<i class="fas fa-star"></i>
|
| 603 |
-
<i class="fas fa-star"></i>
|
| 604 |
-
<i class="fas fa-star"></i>
|
| 605 |
-
</div>
|
| 606 |
-
</div>
|
| 607 |
-
<p class="text-gray-700 mb-4">"تجربة تسوق رائعة، المنتجات ذات جودة عالية والتوصيل سريع جداً. سأكون عميلاً دائماً!"</p>
|
| 608 |
-
<div class="flex items-center">
|
| 609 |
-
<img src="https://randomuser.me/api/portraits/women/44.jpg" alt="سارة محمد" class="w-10 h-10 rounded-full mr-3">
|
| 610 |
-
<div>
|
| 611 |
-
<h4 class="font-semibold text-gray-800">سارة محمد</h4>
|
| 612 |
-
<p class="text-sm text-gray-600">جدة</p>
|
| 613 |
-
</div>
|
| 614 |
-
</div>
|
| 615 |
-
</div>
|
| 616 |
-
|
| 617 |
-
<div class="bg-white p-6 rounded-lg shadow-md">
|
| 618 |
-
<div class="flex items-center mb-4">
|
| 619 |
-
<div class="flex text-yellow-400">
|
| 620 |
-
<i class="fas fa-star"></i>
|
| 621 |
-
<i class="fas fa-star"></i>
|
| 622 |
-
<i class="fas fa-star"></i>
|
| 623 |
-
<i class="fas fa-star"></i>
|
| 624 |
-
<i class="fas fa-star-half-alt"></i>
|
| 625 |
-
</div>
|
| 626 |
-
</div>
|
| 627 |
-
<p class="text-gray-700 mb-4">"أحب التنوع في المنتجات والأسعار المعقولة. خدمة العملاء ممتازة وساعدوني في اختيار المقاس المناسب."</p>
|
| 628 |
-
<div class="flex items-center">
|
| 629 |
-
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="أحمد خالد" class="w-10 h-10 rounded-full mr-3">
|
| 630 |
-
<div>
|
| 631 |
-
<h4 class="font-semibold text-gray-800">أحمد خالد</h4>
|
| 632 |
-
<p class="text-sm text-gray-600">الرياض</p>
|
| 633 |
-
</div>
|
| 634 |
-
</div>
|
| 635 |
-
</div>
|
| 636 |
-
|
| 637 |
-
<div class="bg-white p-6 rounded-lg shadow-md">
|
| 638 |
-
<div class="flex items-center mb-4">
|
| 639 |
-
<div class="flex text-yellow-400">
|
| 640 |
-
<i class="fas fa-star"></i>
|
| 641 |
-
<i class="fas fa-star"></i>
|
| 642 |
-
<i class="fas fa-star"></i>
|
| 643 |
-
<i class="fas fa-star"></i>
|
| 644 |
-
<i class="fas fa-star"></i>
|
| 645 |
-
</div>
|
| 646 |
-
</div>
|
| 647 |
-
<p class="text-gray-700 mb-4">"طلبت عدة مرات وكل مرة كانت تجربة أفضل من السابقة. شكراً لكم على الجودة والاهتمام بالتفاصيل."</p>
|
| 648 |
-
<div class="flex items-center">
|
| 649 |
-
<img src="https://randomuser.me/api/portraits/women/63.jpg" alt="نورا عبدالله" class="w-10 h-10 rounded-full mr-3">
|
| 650 |
-
<div>
|
| 651 |
-
<h4 class="font-semibold text-gray-800">نورا عبدالله</h4>
|
| 652 |
-
<p class="text-sm text-gray-600">الدمام</p>
|
| 653 |
-
</div>
|
| 654 |
-
</div>
|
| 655 |
-
</div>
|
| 656 |
-
</div>
|
| 657 |
-
</div>
|
| 658 |
-
</section>
|
| 659 |
-
|
| 660 |
-
<!-- Newsletter -->
|
| 661 |
-
<section class="py-12 bg-red-600 text-white">
|
| 662 |
-
<div class="container mx-auto px-4 text-center">
|
| 663 |
-
<h2 class="text-3xl font-bold mb-4">اشترك في نشرتنا البريدية</h2>
|
| 664 |
-
<p class="text-xl mb-6">احصل على آخر العروض والتخفيضات مباشرة إلى بريدك الإلكتروني</p>
|
| 665 |
-
<div class="max-w-md mx-auto flex">
|
| 666 |
-
<input type="email" placeholder="بريدك الإلكتروني" class="w-full px-4 py-3 rounded-r-md focus:outline-none text-gray-800">
|
| 667 |
-
<button class="bg-black hover:bg-gray-800 px-6 py-3 rounded-l-md font-medium">اشتراك</button>
|
| 668 |
-
</div>
|
| 669 |
-
</div>
|
| 670 |
-
</section>
|
| 671 |
-
|
| 672 |
-
<!-- Footer -->
|
| 673 |
-
<footer class="bg-gray-900 text-white pt-12 pb-6">
|
| 674 |
-
<div class="container mx-auto px-4">
|
| 675 |
-
<div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
|
| 676 |
-
<div>
|
| 677 |
-
<h3 class="text-xl font-bold mb-4">مودا ستور</h3>
|
| 678 |
-
<p class="text-gray-400">متجرنا يقدم أحدث صيحات الموضة بجودة عالية وأسعار تنافسية. نسعى دائماً لرضا عملائنا.</p>
|
| 679 |
-
<div class="flex space-x-4 mt-4">
|
| 680 |
-
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
|
| 681 |
-
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
|
| 682 |
-
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
|
| 683 |
-
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-snapchat-ghost"></i></a>
|
| 684 |
-
</div>
|
| 685 |
-
</div>
|
| 686 |
-
|
| 687 |
-
<div>
|
| 688 |
-
<h3 class="text-lg font-semibold mb-4">روابط سريعة</h3>
|
| 689 |
-
<ul class="space-y-2">
|
| 690 |
-
<li><a href="#" class="text-gray-400 hover:text-white">الرئيسية</a></li>
|
| 691 |
-
<li><a href="#" class="text-gray-400 hover:text-white">من نحن</a></li>
|
| 692 |
-
<li><a href="#" class="text-gray-400 hover:text-white">المتجر</a></li>
|
| 693 |
-
<li><a href="#" class="text-gray-400 hover:text-white">المدونة</a></li>
|
| 694 |
-
<li><a href="#" class="text-gray-400 hover:text-white">اتصل بنا</a></li>
|
| 695 |
-
</ul>
|
| 696 |
-
</div>
|
| 697 |
-
|
| 698 |
-
<div>
|
| 699 |
-
<h3 class="text-lg font-semibold mb-4">خدمة العملاء</h3>
|
| 700 |
-
<ul class="space-y-2">
|
| 701 |
-
<li><a href="#" class="text-gray-400 hover:text-white">حسابي</a></li>
|
| 702 |
-
<li><a href="#" class="text-gray-400 hover:text-white">تتبع الطلب</a></li>
|
| 703 |
-
<li><a href="#" class="text-gray-400 hover:text-white">سياسة الإرجاع</a></li>
|
| 704 |
-
<li><a href="#" class="text-gray-400 hover:text-white">الأسئلة الشائعة</a></li>
|
| 705 |
-
<li><a href="#" class="text-gray-400 hover:text-white">دليل المقاسات</a></li>
|
| 706 |
-
</ul>
|
| 707 |
-
</div>
|
| 708 |
-
|
| 709 |
-
<div>
|
| 710 |
-
<h3 class="text-lg font-semibold mb-4">اتصل بنا</h3>
|
| 711 |
-
<ul class="space-y-2">
|
| 712 |
-
<li class="flex items-start">
|
| 713 |
-
<i class="fas fa-map-marker-alt mt-1 mr-2 text-gray-400"></i>
|
| 714 |
-
<span class="text-gray-400">الرياض، المملكة العربية السعودية</span>
|
| 715 |
-
</li>
|
| 716 |
-
<li class="flex items-center">
|
| 717 |
-
<i class="fas fa-phone-alt mr-2 text-gray-400"></i>
|
| 718 |
-
<span class="text-gray-400">+966 12 345 6789</span>
|
| 719 |
-
</li>
|
| 720 |
-
<li class="flex items-center">
|
| 721 |
-
<i class="fas fa-envelope mr-2 text-gray-400"></i>
|
| 722 |
-
<span class="text-gray-400">info@modastore.com</span>
|
| 723 |
-
</li>
|
| 724 |
-
</ul>
|
| 725 |
-
</div>
|
| 726 |
-
</div>
|
| 727 |
-
|
| 728 |
-
<div class="border-t border-gray-800 pt-6 flex flex-col md:flex-row justify-between items-center">
|
| 729 |
-
<p class="text-gray-400 text-sm mb-4 md:mb-0">© 2023 مودا ستور. جميع الحقوق محفوظة.</p>
|
| 730 |
-
<div class="flex space-x-6">
|
| 731 |
-
<img src="https://via.placeholder.com/40x25" alt="Visa" class="h-6">
|
| 732 |
-
<img src="https://via.placeholder.com/40x25" alt="Mastercard" class="h-6">
|
| 733 |
-
<img src="https://via.placeholder.com/40x25" alt="Mada" class="h-6">
|
| 734 |
-
<img src="https://via.placeholder.com/40x25" alt="Apple Pay" class="h-6">
|
| 735 |
-
</div>
|
| 736 |
-
</div>
|
| 737 |
-
</div>
|
| 738 |
-
</footer>
|
| 739 |
-
|
| 740 |
-
<!-- Product Quick View Modal -->
|
| 741 |
-
<div id="quick-view-modal" class="fixed inset-0 bg-black bg-opacity-50 z-50 hidden flex items-center justify-center p-4">
|
| 742 |
-
<div class="bg-white rounded-lg max-w-4xl w-full max-h-screen overflow-y-auto">
|
| 743 |
-
<div class="flex justify-between items-center border-b p-4">
|
| 744 |
-
<h3 class="text-xl font-bold">معاينة سريعة</h3>
|
| 745 |
-
<button id="close-quick-view" class="text-gray-500 hover:text-gray-700">
|
| 746 |
-
<i class="fas fa-times"></i>
|
| 747 |
-
</button>
|
| 748 |
-
</div>
|
| 749 |
-
|
| 750 |
-
<div class="p-6">
|
| 751 |
-
<div class="flex flex-col md:flex-row gap-8">
|
| 752 |
-
<div class="md:w-1/2">
|
| 753 |
-
<div class="mb-4">
|
| 754 |
-
<img id="quick-view-image" src="https://images.unsplash.com/photo-1529374255404-311a2a4f1fd9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1469&q=80" alt="Product" class="w-full rounded-lg">
|
| 755 |
-
</div>
|
| 756 |
-
<div class="grid grid-cols-4 gap-2">
|
| 757 |
-
<img src="https://images.unsplash.com/photo-1529374255404-311a2a4f1fd9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1469&q=80" alt="Thumbnail" class="cursor-pointer border rounded hover:border-red-500 h-20 object-cover">
|
| 758 |
-
<img src="https://images.unsplash.com/photo-1529374255404-311a2a4f1fd9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1469&q=80" alt="Thumbnail" class="cursor-pointer border rounded hover:border-red-500 h-20 object-cover">
|
| 759 |
-
<img src="https://images.unsplash.com/photo-1529374255404-311a2a4f1fd9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1469&q=80" alt="Thumbnail" class="cursor-pointer border rounded hover:border-red-500 h-20 object-cover">
|
| 760 |
-
<img src="https://images.unsplash.com/photo-1529374255404-311a2a4f1fd9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1469&q=80" alt="Thumbnail" class="cursor-pointer border rounded hover:border-red-500 h-20 object-cover">
|
| 761 |
-
</div>
|
| 762 |
-
</div>
|
| 763 |
|
| 764 |
-
<
|
| 765 |
-
|
| 766 |
-
<div class="
|
| 767 |
-
<
|
| 768 |
-
<i class="fas fa-star"></i>
|
| 769 |
-
<i class="fas fa-star"></i>
|
| 770 |
-
<i class="fas fa-star"></i>
|
| 771 |
-
<i class="fas fa-star"></i>
|
| 772 |
-
<i class="fas fa-star-half-alt"></i>
|
| 773 |
-
</div>
|
| 774 |
-
<span class="text-gray-600">(24 تقييم)</span>
|
| 775 |
-
</div>
|
| 776 |
-
|
| 777 |
-
<div class="mb-4">
|
| 778 |
-
<span id="quick-view-price" class="text-red-600 font-bold text-2xl">149.99 ر.س</span>
|
| 779 |
-
<span class="text-gray-500 line-through text-lg mr-2">199.99 ر.س</span>
|
| 780 |
-
<span class="bg-red-100 text-red-800 text-sm font-medium px-2 py-1 rounded">25% خصم</span>
|
| 781 |
-
</div>
|
| 782 |
-
|
| 783 |
-
<p id="quick-view-description" class="text-gray-700 mb-6">
|
| 784 |
-
قميص رجالي أنيق من القطن عالي الجودة، مناسب للارتداء اليومي أو المناسبات الرسمية. يتميز بجودة الخياطة والتصميم العصري.
|
| 785 |
-
</p>
|
| 786 |
-
|
| 787 |
-
<div class="mb-6">
|
| 788 |
-
<h4 class="font-semibold mb-2">المقاس:</h4>
|
| 789 |
-
<div class="size-selector flex space-x-2">
|
| 790 |
-
<input type="radio" name="size" id="size-s" class="hidden" checked>
|
| 791 |
-
<label for="size-s" class="inline-flex items-center justify-center w-10 h-10 border border-gray-300 rounded-md cursor-pointer">S</label>
|
| 792 |
-
|
| 793 |
-
<input type="radio" name="size" id="size-m" class="hidden">
|
| 794 |
-
<label for="size-m" class="inline-flex items-center justify-center w-10 h-10 border border-gray-300 rounded-md cursor-pointer">M</label>
|
| 795 |
-
|
| 796 |
-
<input type="radio" name="size" id="size-l" class="hidden">
|
| 797 |
-
<label for="size-l" class="inline-flex items-center justify-center w-10 h-10 border border-gray-300 rounded-md cursor-pointer">L</label>
|
| 798 |
-
|
| 799 |
-
<input type="radio" name="size" id="size-xl" class="hidden">
|
| 800 |
-
<label for="size-xl" class="inline-flex items-center justify-center w-10 h-10 border border-gray-300 rounded-md cursor-pointer">XL</label>
|
| 801 |
-
</div>
|
| 802 |
-
</div>
|
| 803 |
-
|
| 804 |
-
<div class="mb-6">
|
| 805 |
-
<h4 class="font-semibold mb-2">اللون:</h4>
|
| 806 |
-
<div class="color-selector flex space-x-2">
|
| 807 |
-
<input type="radio" name="color" id="color-red" class="hidden" checked>
|
| 808 |
-
<label for="color-red" class="inline-block w-8 h-8 rounded-full bg-red-600 cursor-pointer"></label>
|
| 809 |
-
|
| 810 |
-
<input type="radio" name="color" id="color-blue" class="hidden">
|
| 811 |
-
<label for="color-blue" class="inline-block w-8 h-8 rounded-full bg-blue-600 cursor-pointer"></label>
|
| 812 |
-
|
| 813 |
-
<input type="radio" name="color" id="color-black" class="hidden">
|
| 814 |
-
<label for="color-black" class="inline-block w-8 h-8 rounded-full bg-black cursor-pointer"></label>
|
| 815 |
-
|
| 816 |
-
<input type="radio" name="color" id="color-white" class="hidden">
|
| 817 |
-
<label for="color-white" class="inline-block w-8 h-8 rounded-full bg-white border border-gray-300 cursor-pointer"></label>
|
| 818 |
-
</div>
|
| 819 |
-
</div>
|
| 820 |
-
|
| 821 |
-
<div class="flex items-center mb-6">
|
| 822 |
-
<div class="flex items-center border border-gray-300 rounded-md mr-4">
|
| 823 |
-
<button class="px-3 py-1 text-gray-600 hover:bg-gray-100">-</button>
|
| 824 |
-
<span class="px-4">1</span>
|
| 825 |
-
<button class="px-3 py-1 text-gray-600 hover:bg-gray-100">+</button>
|
| 826 |
-
</div>
|
| 827 |
-
<span class="text-green-600 font-medium"><i class="fas fa-check-circle mr-1"></i> متوفر في المخزن</span>
|
| 828 |
-
</div>
|
| 829 |
-
|
| 830 |
-
<div class="flex space-x-4">
|
| 831 |
-
<button class="flex-1 bg-red-600 hover:bg-red-700 text-white py-3 px-6 rounded-md font-medium">
|
| 832 |
-
<i class="fas fa-shopping-cart mr-2"></i> أضف إلى السلة
|
| 833 |
-
</button>
|
| 834 |
-
<button class="w-12 h-12 flex items-center justify-center border border-gray-300 rounded-md text-gray-700 hover:bg-gray-100">
|
| 835 |
-
<i class="far fa-heart text-xl"></i>
|
| 836 |
-
</button>
|
| 837 |
-
</div>
|
| 838 |
-
</div>
|
| 839 |
-
</div>
|
| 840 |
-
</div>
|
| 841 |
-
</div>
|
| 842 |
-
</div>
|
| 843 |
-
|
| 844 |
-
<!-- Shopping Cart Sidebar -->
|
| 845 |
-
<div id="cart-sidebar" class="fixed inset-y-0 right-0 w-full md:w-96 bg-white shadow-lg z-50 transform translate-x-full transition-transform duration-300 ease-in-out overflow-y-auto">
|
| 846 |
-
<div class="flex justify-between items-center p-4 border-b">
|
| 847 |
-
<h3 class="text-xl font-bold">سلة التسوق (3)</h3>
|
| 848 |
-
<button id="close-cart" class="text-gray-500 hover:text-gray-700">
|
| 849 |
-
<i class="fas fa-times"></i>
|
| 850 |
-
</button>
|
| 851 |
-
</div>
|
| 852 |
-
|
| 853 |
-
<div class="p-4">
|
| 854 |
-
<div class="space-y-4">
|
| 855 |
-
<!-- Cart Item 1 -->
|
| 856 |
-
<div class="cart-item flex border-b pb-4 transition duration-200">
|
| 857 |
-
<div class="w-24 h-24 flex-shrink-0">
|
| 858 |
-
<img src="https://images.unsplash.com/photo-1529374255404-311a2a4f1fd9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1469&q=80" alt="Product" class="w-full h-full object-cover rounded">
|
| 859 |
-
</div>
|
| 860 |
-
<div class="flex-grow mr-3">
|
| 861 |
-
<div class="flex justify-between">
|
| 862 |
-
<h4 class="font-medium text-gray-800">قميص رجالي أنيق</h4>
|
| 863 |
-
<button class="text-gray-400 hover:text-red-600">
|
| 864 |
-
<i class="fas fa-times"></i>
|
| 865 |
-
</button>
|
| 866 |
-
</div>
|
| 867 |
-
<p class="text-sm text-gray-600">المقاس: M</p>
|
| 868 |
-
<p class="text-sm text-gray-600">اللون: أحمر</p>
|
| 869 |
-
<div class="flex justify-between items-center mt-2">
|
| 870 |
-
<div class="flex items-center border border-gray-300 rounded-md">
|
| 871 |
-
<button class="px-2 py-1 text-gray-600 hover:bg-gray-100">-</button>
|
| 872 |
-
<span class="px-2">1</span>
|
| 873 |
-
<button class="px-2 py-1 text-gray-600 hover:bg-gray-100">+</button>
|
| 874 |
-
</div>
|
| 875 |
-
<span class="font-medium text-red-600">149.99 ر.س</span>
|
| 876 |
-
</div>
|
| 877 |
-
</div>
|
| 878 |
-
</div>
|
| 879 |
-
|
| 880 |
-
<!-- Cart Item 2 -->
|
| 881 |
-
<div class="cart-item flex border-b pb-4 transition duration-200">
|
| 882 |
-
<div class="w-24 h-24 flex-shrink-0">
|
| 883 |
-
<img src="https://images.unsplash.com/photo-1581044777550-4cfa60707c03?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=686&q=80" alt="Product" class="w-full h-full object-cover rounded">
|
| 884 |
-
</div>
|
| 885 |
-
<div class="flex-grow mr-3">
|
| 886 |
-
<div class="flex justify-between">
|
| 887 |
-
<h4 class="font-medium text-gray-800">فستان أنيق باللون الأسود</h4>
|
| 888 |
-
<button class="text-gray-400 hover:text-red-600">
|
| 889 |
-
<i class="fas fa-times"></i>
|
| 890 |
-
</button>
|
| 891 |
-
</div>
|
| 892 |
-
<p class="text-sm text-gray-600">المقاس: L</p>
|
| 893 |
-
<p class="text-sm text-gray-600">اللون: أسود</p>
|
| 894 |
-
<div class="flex justify-between items-center mt-2">
|
| 895 |
-
<div class="flex items-center border border-gray-300 rounded-md">
|
| 896 |
-
<button class="px-2 py-1 text-gray-600 hover:bg-gray-100">-</button>
|
| 897 |
-
<span class="px-2">1</span>
|
| 898 |
-
<button class="px-2 py-1 text-gray-600 hover:bg-gray-100">+</button>
|
| 899 |
-
</div>
|
| 900 |
-
<span class="font-medium text-red-600">229.99 ر.س</span>
|
| 901 |
-
</div>
|
| 902 |
-
</div>
|
| 903 |
-
</div>
|
| 904 |
-
|
| 905 |
-
<!-- Cart Item 3 -->
|
| 906 |
-
<div class="cart-item flex border-b pb-4 transition duration-200">
|
| 907 |
-
<div class="w-
|
| 908 |
</html>
|
|
|
|
| 6 |
<title>مودا ستور - متجر الملابس الأنيقة</title>
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 9 |
+
<script>
|
| 10 |
+
tailwind.config = {
|
| 11 |
+
darkMode: 'class',
|
| 12 |
+
theme: {
|
| 13 |
+
extend: {
|
| 14 |
+
colors: {
|
| 15 |
+
primary: {
|
| 16 |
+
DEFAULT: '#ef4444',
|
| 17 |
+
dark: '#dc2626'
|
| 18 |
+
},
|
| 19 |
+
dark: {
|
| 20 |
+
900: '#111827',
|
| 21 |
+
800: '#1f2937',
|
| 22 |
+
700: '#374151',
|
| 23 |
+
600: '#4b5563'
|
| 24 |
+
}
|
| 25 |
+
}
|
| 26 |
+
}
|
| 27 |
+
}
|
| 28 |
+
}
|
| 29 |
+
</script>
|
| 30 |
<style>
|
| 31 |
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;900&display=swap');
|
| 32 |
|
| 33 |
body {
|
| 34 |
font-family: 'Tajawal', sans-serif;
|
| 35 |
background-color: #f9f9f9;
|
| 36 |
+
transition: background-color 0.3s ease;
|
| 37 |
+
}
|
| 38 |
+
|
| 39 |
+
body.dark {
|
| 40 |
+
background-color: #111827;
|
| 41 |
+
color: #f3f4f6;
|
| 42 |
}
|
| 43 |
|
| 44 |
.dropdown:hover .dropdown-menu {
|
|
|
|
| 50 |
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
| 51 |
}
|
| 52 |
|
| 53 |
+
.dark .product-card {
|
| 54 |
+
background-color: #1f2937;
|
| 55 |
+
color: #f3f4f6;
|
| 56 |
+
}
|
| 57 |
+
|
| 58 |
+
.dark .product-card h3,
|
| 59 |
+
.dark .product-card .text-gray-800 {
|
| 60 |
+
color: #f3f4f6;
|
| 61 |
+
}
|
| 62 |
+
|
| 63 |
+
.dark .product-card .text-gray-600 {
|
| 64 |
+
color: #d1d5db;
|
| 65 |
+
}
|
| 66 |
+
|
| 67 |
.language-switcher {
|
| 68 |
transition: all 0.3s ease;
|
| 69 |
}
|
|
|
|
| 137 |
background-color: #f8f8f8;
|
| 138 |
}
|
| 139 |
|
| 140 |
+
.dark .cart-item:hover {
|
| 141 |
+
background-color: #1f2937;
|
| 142 |
+
}
|
| 143 |
+
|
| 144 |
.payment-method input:checked + label {
|
| 145 |
border-color: #ef4444;
|
| 146 |
box-shadow: 0 0 0 1px #ef4444;
|
| 147 |
}
|
| 148 |
+
|
| 149 |
+
.dark-mode-toggle {
|
| 150 |
+
position: relative;
|
| 151 |
+
width: 60px;
|
| 152 |
+
height: 30px;
|
| 153 |
+
border-radius: 15px;
|
| 154 |
+
background-color: #e5e7eb;
|
| 155 |
+
cursor: pointer;
|
| 156 |
+
transition: background-color 0.3s;
|
| 157 |
+
}
|
| 158 |
+
|
| 159 |
+
.dark-mode-toggle.dark {
|
| 160 |
+
background-color: #4b5563;
|
| 161 |
+
}
|
| 162 |
+
|
| 163 |
+
.dark-mode-toggle span {
|
| 164 |
+
position: absolute;
|
| 165 |
+
top: 3px;
|
| 166 |
+
left: 3px;
|
| 167 |
+
width: 24px;
|
| 168 |
+
height: 24px;
|
| 169 |
+
border-radius: 50%;
|
| 170 |
+
background-color: #f59e0b;
|
| 171 |
+
transition: transform 0.3s;
|
| 172 |
+
}
|
| 173 |
+
|
| 174 |
+
.dark-mode-toggle.dark span {
|
| 175 |
+
transform: translateX(30px);
|
| 176 |
+
background-color: #f3f4f6;
|
| 177 |
+
}
|
| 178 |
+
|
| 179 |
+
.dark .bg-white {
|
| 180 |
+
background-color: #1f2937 !important;
|
| 181 |
+
}
|
| 182 |
+
|
| 183 |
+
.dark .bg-gray-50 {
|
| 184 |
+
background-color: #111827 !important;
|
| 185 |
+
}
|
| 186 |
+
|
| 187 |
+
.dark .text-gray-800 {
|
| 188 |
+
color: #f3f4f6 !important;
|
| 189 |
+
}
|
| 190 |
+
|
| 191 |
+
.dark .text-gray-700 {
|
| 192 |
+
color: #d1d5db !important;
|
| 193 |
+
}
|
| 194 |
+
|
| 195 |
+
.dark .text-gray-600 {
|
| 196 |
+
color: #9ca3af !important;
|
| 197 |
+
}
|
| 198 |
+
|
| 199 |
+
.dark .bg-gray-100 {
|
| 200 |
+
background-color: #374151 !important;
|
| 201 |
+
}
|
| 202 |
+
|
| 203 |
+
.dark .border-gray-300 {
|
| 204 |
+
border-color: #4b5563 !important;
|
| 205 |
+
}
|
| 206 |
+
|
| 207 |
+
.dark .shadow-md {
|
| 208 |
+
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
|
| 209 |
+
}
|
| 210 |
</style>
|
| 211 |
</head>
|
| 212 |
<body class="bg-gray-50">
|
| 213 |
<!-- Header -->
|
| 214 |
+
<header class="bg-white shadow-md sticky top-0 z-50 dark:bg-dark-800">
|
| 215 |
<div class="container mx-auto px-4 py-3">
|
| 216 |
<div class="flex items-center justify-between">
|
| 217 |
<!-- Logo -->
|
| 218 |
<div class="flex items-center">
|
| 219 |
+
<a href="index.html" class="text-2xl font-bold text-red-600">مودا ستور</a>
|
| 220 |
</div>
|
| 221 |
|
| 222 |
<!-- Desktop Navigation -->
|
| 223 |
<nav class="hidden md:flex items-center space-x-8">
|
| 224 |
<div class="dropdown relative">
|
| 225 |
+
<a href="index.html" class="flex items-center space-x-1 text-gray-700 hover:text-red-600 dark:text-gray-300 dark:hover:text-red-400">
|
| 226 |
<span>الرئيسية</span>
|
| 227 |
+
</a>
|
| 228 |
</div>
|
| 229 |
|
| 230 |
<div class="dropdown relative">
|
| 231 |
+
<button class="flex items-center space-x-1 text-gray-700 hover:text-red-600 dark:text-gray-300 dark:hover:text-red-400">
|
| 232 |
<span>الرجال</span>
|
| 233 |
<i class="fas fa-chevron-down text-xs"></i>
|
| 234 |
</button>
|
| 235 |
+
<div class="dropdown-menu absolute hidden mt-2 w-48 bg-white shadow-lg rounded-md z-50 dark:bg-dark-700">
|
| 236 |
+
<a href="men-clothing.html" class="block px-4 py-2 text-gray-700 hover:bg-red-50 hover:text-red-600 dark:text-gray-300 dark:hover:bg-dark-600 dark:hover:text-red-400">ملابس</a>
|
| 237 |
+
<a href="men-shoes.html" class="block px-4 py-2 text-gray-700 hover:bg-red-50 hover:text-red-600 dark:text-gray-300 dark:hover:bg-dark-600 dark:hover:text-red-400">أحذية</a>
|
| 238 |
+
<a href="men-accessories.html" class="block px-4 py-2 text-gray-700 hover:bg-red-50 hover:text-red-600 dark:text-gray-300 dark:hover:bg-dark-600 dark:hover:text-red-400">إكسسوارات</a>
|
| 239 |
</div>
|
| 240 |
</div>
|
| 241 |
|
| 242 |
<div class="dropdown relative">
|
| 243 |
+
<button class="flex items-center space-x-1 text-gray-700 hover:text-red-600 dark:text-gray-300 dark:hover:text-red-400">
|
| 244 |
<span>النساء</span>
|
| 245 |
<i class="fas fa-chevron-down text-xs"></i>
|
| 246 |
</button>
|
| 247 |
+
<div class="dropdown-menu absolute hidden mt-2 w-48 bg-white shadow-lg rounded-md z-50 dark:bg-dark-700">
|
| 248 |
+
<a href="women-clothing.html" class="block px-4 py-2 text-gray-700 hover:bg-red-50 hover:text-red-600 dark:text-gray-300 dark:hover:bg-dark-600 dark:hover:text-red-400">ملابس</a>
|
| 249 |
+
<a href="women-shoes.html" class="block px-4 py-2 text-gray-700 hover:bg-red-50 hover:text-red-600 dark:text-gray-300 dark:hover:bg-dark-600 dark:hover:text-red-400">أحذية</a>
|
| 250 |
+
<a href="women-accessories.html" class="block px-4 py-2 text-gray-700 hover:bg-red-50 hover:text-red-600 dark:text-gray-300 dark:hover:bg-dark-600 dark:hover:text-red-400">إكسسوارات</a>
|
| 251 |
</div>
|
| 252 |
</div>
|
| 253 |
|
| 254 |
<div class="dropdown relative">
|
| 255 |
+
<button class="flex items-center space-x-1 text-gray-700 hover:text-red-600 dark:text-gray-300 dark:hover:text-red-400">
|
| 256 |
<span>الأطفال</span>
|
| 257 |
<i class="fas fa-chevron-down text-xs"></i>
|
| 258 |
</button>
|
| 259 |
+
<div class="dropdown-menu absolute hidden mt-2 w-48 bg-white shadow-lg rounded-md z-50 dark:bg-dark-700">
|
| 260 |
+
<a href="kids-clothing.html" class="block px-4 py-2 text-gray-700 hover:bg-red-50 hover:text-red-600 dark:text-gray-300 dark:hover:bg-dark-600 dark:hover:text-red-400">ملابس</a>
|
| 261 |
+
<a href="kids-shoes.html" class="block px-4 py-2 text-gray-700 hover:bg-red-50 hover:text-red-600 dark:text-gray-300 dark:hover:bg-dark-600 dark:hover:text-red-400">أحذية</a>
|
| 262 |
+
<a href="kids-accessories.html" class="block px-4 py-2 text-gray-700 hover:bg-red-50 hover:text-red-600 dark:text-gray-300 dark:hover:bg-dark-600 dark:hover:text-red-400">إكسسوارات</a>
|
| 263 |
</div>
|
| 264 |
</div>
|
| 265 |
|
| 266 |
<div class="dropdown relative">
|
| 267 |
+
<a href="offers.html" class="flex items-center space-x-1 text-gray-700 hover:text-red-600 dark:text-gray-300 dark:hover:text-red-400">
|
| 268 |
<span>العروض</span>
|
| 269 |
+
</a>
|
| 270 |
</div>
|
| 271 |
</nav>
|
| 272 |
|
| 273 |
<!-- Icons -->
|
| 274 |
<div class="flex items-center space-x-6">
|
| 275 |
+
<div class="hidden md:flex items-center space-x-4">
|
| 276 |
<div class="language-switcher cursor-pointer">
|
| 277 |
+
<span class="text-gray-700 dark:text-gray-300">العربية</span>
|
| 278 |
+
</div>
|
| 279 |
+
|
| 280 |
+
<div class="dark-mode-toggle flex items-center" id="darkModeToggle">
|
| 281 |
+
<span></span>
|
| 282 |
</div>
|
| 283 |
</div>
|
| 284 |
|
| 285 |
<div class="relative">
|
| 286 |
+
<button id="search-btn" class="text-gray-700 hover:text-red-600 dark:text-gray-300 dark:hover:text-red-400">
|
| 287 |
<i class="fas fa-search text-xl"></i>
|
| 288 |
</button>
|
| 289 |
</div>
|
| 290 |
|
| 291 |
<div class="relative">
|
| 292 |
+
<button id="user-btn" class="text-gray-700 hover:text-red-600 dark:text-gray-300 dark:hover:text-red-400">
|
| 293 |
<i class="fas fa-user text-xl"></i>
|
| 294 |
</button>
|
| 295 |
+
<div id="user-dropdown" class="hidden absolute right-0 mt-2 w-48 bg-white shadow-lg rounded-md z-50 dark:bg-dark-700">
|
| 296 |
+
<a href="login.html" class="block px-4 py-2 text-gray-700 hover:bg-red-50 hover:text-red-600 dark:text-gray-300 dark:hover:bg-dark-600 dark:hover:text-red-400">تسجيل الدخول</a>
|
| 297 |
+
<a href="register.html" class="block px-4 py-2 text-gray-700 hover:bg-red-50 hover:text-red-600 dark:text-gray-300 dark:hover:bg-dark-600 dark:hover:text-red-400">إنشاء حساب</a>
|
| 298 |
+
<a href="orders.html" class="block px-4 py-2 text-gray-700 hover:bg-red-50 hover:text-red-600 dark:text-gray-300 dark:hover:bg-dark-600 dark:hover:text-red-400">طلباتي</a>
|
| 299 |
</div>
|
| 300 |
</div>
|
| 301 |
|
| 302 |
<div class="relative">
|
| 303 |
+
<button id="cart-btn" class="text-gray-700 hover:text-red-600 dark:text-gray-300 dark:hover:text-red-400">
|
| 304 |
<i class="fas fa-shopping-cart text-xl"></i>
|
| 305 |
<span class="cart-badge absolute bg-red-600 text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">3</span>
|
| 306 |
</button>
|
| 307 |
</div>
|
| 308 |
|
| 309 |
+
<button id="mobile-menu-btn" class="md:hidden text-gray-700 dark:text-gray-300">
|
| 310 |
<i class="fas fa-bars text-xl"></i>
|
| 311 |
</button>
|
| 312 |
</div>
|
|
|
|
| 314 |
</div>
|
| 315 |
|
| 316 |
<!-- Mobile Search Bar -->
|
| 317 |
+
<div id="mobile-search" class="hidden md:hidden bg-white py-2 px-4 dark:bg-dark-800">
|
| 318 |
<div class="flex items-center">
|
| 319 |
+
<input type="text" placeholder="ابحث عن منتج..." class="w-full px-4 py-2 border border-gray-300 rounded-r-md focus:outline-none focus:ring-2 focus:ring-red-500 dark:bg-dark-700 dark:border-dark-600 dark:text-white">
|
| 320 |
<button class="bg-red-600 text-white px-4 py-2 rounded-l-md">
|
| 321 |
<i class="fas fa-search"></i>
|
| 322 |
</button>
|
|
|
|
| 325 |
</header>
|
| 326 |
|
| 327 |
<!-- Mobile Menu -->
|
| 328 |
+
<div id="mobile-menu" class="mobile-menu fixed inset-y-0 right-0 w-64 bg-white shadow-lg z-50 overflow-y-auto dark:bg-dark-800">
|
| 329 |
+
<div class="flex justify-between items-center p-4 border-b dark:border-dark-600">
|
| 330 |
<span class="text-xl font-bold text-red-600">مودا ستور</span>
|
| 331 |
+
<button id="close-mobile-menu" class="text-gray-700 dark:text-gray-300">
|
| 332 |
<i class="fas fa-times"></i>
|
| 333 |
</button>
|
| 334 |
</div>
|
| 335 |
|
| 336 |
<div class="p-4">
|
| 337 |
<div class="mb-4">
|
| 338 |
+
<input type="text" placeholder="ابحث عن منتج..." class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-red-500 dark:bg-dark-700 dark:border-dark-600 dark:text-white">
|
| 339 |
+
</div>
|
| 340 |
+
|
| 341 |
+
<div class="flex justify-center mb-4">
|
| 342 |
+
<div class="dark-mode-toggle flex items-center" id="mobileDarkModeToggle">
|
| 343 |
+
<span></span>
|
| 344 |
+
</div>
|
| 345 |
</div>
|
| 346 |
|
| 347 |
<div class="space-y-2">
|
| 348 |
+
<a href="index.html" class="block py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md dark:text-gray-300 dark:hover:bg-dark-700 dark:hover:text-red-400">الرئيسية</a>
|
| 349 |
|
| 350 |
<div class="accordion">
|
| 351 |
+
<button class="accordion-btn flex justify-between items-center w-full py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md dark:text-gray-300 dark:hover:bg-dark-700 dark:hover:text-red-400">
|
| 352 |
<span>الرجال</span>
|
| 353 |
<i class="fas fa-chevron-down text-xs"></i>
|
| 354 |
</button>
|
| 355 |
<div class="accordion-content hidden pl-4">
|
| 356 |
+
<a href="men-clothing.html" class="block py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md dark:text-gray-300 dark:hover:bg-dark-700 dark:hover:text-red-400">ملابس</a>
|
| 357 |
+
<a href="men-shoes.html" class="block py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md dark:text-gray-300 dark:hover:bg-dark-700 dark:hover:text-red-400">أحذية</a>
|
| 358 |
+
<a href="men-accessories.html" class="block py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md dark:text-gray-300 dark:hover:bg-dark-700 dark:hover:text-red-400">إكسسوارات</a>
|
| 359 |
</div>
|
| 360 |
</div>
|
| 361 |
|
| 362 |
<div class="accordion">
|
| 363 |
+
<button class="accordion-btn flex justify-between items-center w-full py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md dark:text-gray-300 dark:hover:bg-dark-700 dark:hover:text-red-400">
|
| 364 |
<span>النساء</span>
|
| 365 |
<i class="fas fa-chevron-down text-xs"></i>
|
| 366 |
</button>
|
| 367 |
<div class="accordion-content hidden pl-4">
|
| 368 |
+
<a href="women-clothing.html" class="block py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md dark:text-gray-300 dark:hover:bg-dark-700 dark:hover:text-red-400">ملابس</a>
|
| 369 |
+
<a href="women-shoes.html" class="block py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md dark:text-gray-300 dark:hover:bg-dark-700 dark:hover:text-red-400">أحذية</a>
|
| 370 |
+
<a href="women-accessories.html" class="block py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md dark:text-gray-300 dark:hover:bg-dark-700 dark:hover:text-red-400">إكسسوارات</a>
|
| 371 |
</div>
|
| 372 |
</div>
|
| 373 |
|
| 374 |
<div class="accordion">
|
| 375 |
+
<button class="accordion-btn flex justify-between items-center w-full py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md dark:text-gray-300 dark:hover:bg-dark-700 dark:hover:text-red-400">
|
| 376 |
<span>الأطفال</span>
|
| 377 |
<i class="fas fa-chevron-down text-xs"></i>
|
| 378 |
</button>
|
| 379 |
<div class="accordion-content hidden pl-4">
|
| 380 |
+
<a href="kids-clothing.html" class="block py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md dark:text-gray-300 dark:hover:bg-dark-700 dark:hover:text-red-400">ملابس</a>
|
| 381 |
+
<a href="kids-shoes.html" class="block py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md dark:text-gray-300 dark:hover:bg-dark-700 dark:hover:text-red-400">أحذية</a>
|
| 382 |
+
<a href="kids-accessories.html" class="block py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md dark:text-gray-300 dark:hover:bg-dark-700 dark:hover:text-red-400">إكسسوارات</a>
|
| 383 |
</div>
|
| 384 |
</div>
|
| 385 |
|
| 386 |
+
<a href="offers.html" class="block py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md dark:text-gray-300 dark:hover:bg-dark-700 dark:hover:text-red-400">العروض</a>
|
| 387 |
|
| 388 |
+
<div class="pt-4 border-t mt-4 dark:border-dark-600">
|
| 389 |
+
<a href="login.html" class="block py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md dark:text-gray-300 dark:hover:bg-dark-700 dark:hover:text-red-400">تسجيل الدخول</a>
|
| 390 |
+
<a href="register.html" class="block py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md dark:text-gray-300 dark:hover:bg-dark-700 dark:hover:text-red-400">إنشاء حساب</a>
|
| 391 |
+
<a href="orders.html" class="block py-2 px-4 text-gray-700 hover:bg-red-50 hover:text-red-600 rounded-md dark:text-gray-300 dark:hover:bg-dark-700 dark:hover:text-red-400">طلباتي</a>
|
| 392 |
</div>
|
| 393 |
|
| 394 |
+
<div class="flex space-x-4 pt-4 border-t mt-4 dark:border-dark-600">
|
| 395 |
+
<button class="language-switcher text-gray-700 hover:text-red-600 dark:text-gray-300 dark:hover:text-red-400">العربية</button>
|
| 396 |
+
<button class="language-switcher text-gray-700 hover:text-red-600 dark:text-gray-300 dark:hover:text-red-400">English</button>
|
| 397 |
+
<button class="language-switcher text-gray-700 hover:text-red-600 dark:text-gray-300 dark:hover:text-red-400">Français</button>
|
| 398 |
</div>
|
| 399 |
</div>
|
| 400 |
</div>
|
|
|
|
| 405 |
<div class="container mx-auto px-4 text-center">
|
| 406 |
<h1 class="text-4xl md:text-6xl font-bold mb-4">أحدث صيحات الموضة لعام 2023</h1>
|
| 407 |
<p class="text-xl md:text-2xl mb-8">اكتشف مجموعتنا الجديدة واستمتع بخصم 30% على أول طلب لك</p>
|
| 408 |
+
<a href="shop.html" class="inline-block bg-red-600 hover:bg-red-700 text-white font-bold py-3 px-8 rounded-full text-lg transition duration-300">
|
| 409 |
تسوق الآن
|
| 410 |
+
</a>
|
| 411 |
</div>
|
| 412 |
</section>
|
| 413 |
|
| 414 |
<!-- Categories Section -->
|
| 415 |
+
<section class="py-12 bg-white dark:bg-dark-800">
|
| 416 |
<div class="container mx-auto px-4">
|
| 417 |
+
<h2 class="text-3xl font-bold text-center mb-12 dark:text-white">تصفح حسب الفئة</h2>
|
| 418 |
|
| 419 |
<div class="grid grid-cols-2 md:grid-cols-4 gap-6">
|
| 420 |
+
<a href="men-clothing.html" class="category-card block bg-gray-100 rounded-lg overflow-hidden shadow-md hover:shadow-lg dark:bg-dark-700">
|
| 421 |
<img src="https://images.unsplash.com/photo-1591047139829-d91aecb6caea?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=736&q=80" alt="ملابس رجالية" class="w-full h-48 object-cover">
|
| 422 |
<div class="p-4 text-center">
|
| 423 |
+
<h3 class="text-xl font-semibold text-gray-800 dark:text-white">الرجال</h3>
|
| 424 |
+
<p class="text-gray-600 mt-1 dark:text-gray-400">اكتشف أحدث الصيحات</p>
|
| 425 |
</div>
|
| 426 |
</a>
|
| 427 |
|
| 428 |
+
<a href="women-clothing.html" class="category-card block bg-gray-100 rounded-lg overflow-hidden shadow-md hover:shadow-lg dark:bg-dark-700">
|
| 429 |
<img src="https://images.unsplash.com/photo-1525507119028-ed4c629a60a3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=735&q=80" alt="ملابس نسائية" class="w-full h-48 object-cover">
|
| 430 |
<div class="p-4 text-center">
|
| 431 |
+
<h3 class="text-xl font-semibold text-gray-800 dark:text-white">النساء</h3>
|
| 432 |
+
<p class="text-gray-600 mt-1 dark:text-gray-400">أناقة لا تنتهي</p>
|
| 433 |
</div>
|
| 434 |
</a>
|
| 435 |
|
| 436 |
+
<a href="kids-clothing.html" class="category-card block bg-gray-100 rounded-lg overflow-hidden shadow-md hover:shadow-lg dark:bg-dark-700">
|
| 437 |
<img src="https://images.unsplash.com/photo-1591955507966-1a1ac18c155e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="ملابس أطفال" class="w-full h-48 object-cover">
|
| 438 |
<div class="p-4 text-center">
|
| 439 |
+
<h3 class="text-xl font-semibold text-gray-800 dark:text-white">الأطفال</h3>
|
| 440 |
+
<p class="text-gray-600 mt-1 dark:text-gray-400">راحة وجمال لصغارك</p>
|
| 441 |
</div>
|
| 442 |
</a>
|
| 443 |
|
| 444 |
+
<a href="shoes.html" class="category-card block bg-gray-100 rounded-lg overflow-hidden shadow-md hover:shadow-lg dark:bg-dark-700">
|
| 445 |
<img src="https://images.unsplash.com/photo-1542291026-7eec264c27ff?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="أحذية" class="w-full h-48 object-cover">
|
| 446 |
<div class="p-4 text-center">
|
| 447 |
+
<h3 class="text-xl font-semibold text-gray-800 dark:text-white">الأحذية</h3>
|
| 448 |
+
<p class="text-gray-600 mt-1 dark:text-gray-400">خطوات أنيقة</p>
|
| 449 |
</div>
|
| 450 |
</a>
|
| 451 |
</div>
|
|
|
|
| 453 |
</section>
|
| 454 |
|
| 455 |
<!-- Featured Products -->
|
| 456 |
+
<section class="py-12 bg-gray-50 dark:bg-dark-900">
|
| 457 |
<div class="container mx-auto px-4">
|
| 458 |
<div class="flex justify-between items-center mb-8">
|
| 459 |
+
<h2 class="text-3xl font-bold dark:text-white">منتجات مميزة</h2>
|
| 460 |
+
<a href="shop.html" class="text-red-600 hover:text-red-800 font-medium dark:text-red-400 dark:hover:text-red-500">عرض الكل</a>
|
| 461 |
</div>
|
| 462 |
|
| 463 |
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6">
|
| 464 |
<!-- Product 1 -->
|
| 465 |
+
<div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300 dark:bg-dark-700">
|
| 466 |
<div class="relative">
|
| 467 |
<img src="https://images.unsplash.com/photo-1529374255404-311a2a4f1fd9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1469&q=80" alt="قميص رجالي" class="w-full h-64 object-cover">
|
| 468 |
<div class="absolute top-2 right-2 bg-red-600 text-white text-xs font-bold px-2 py-1 rounded-full">جديد</div>
|
| 469 |
<div class="absolute top-2 left-2 flex flex-col space-y-2">
|
| 470 |
+
<button class="w-8 h-8 bg-white rounded-full flex items-center justify-center text-gray-700 hover:text-red-600 dark:bg-dark-600 dark:text-gray-300 dark:hover:text-red-400">
|
| 471 |
<i class="far fa-heart"></i>
|
| 472 |
</button>
|
| 473 |
+
<button class="quick-view-btn w-8 h-8 bg-white rounded-full flex items-center justify-center text-gray-700 hover:text-red-600 dark:bg-dark-600 dark:text-gray-300 dark:hover:text-red-400" data-id="1">
|
| 474 |
<i class="fas fa-eye"></i>
|
| 475 |
</button>
|
| 476 |
</div>
|
|
|
|
| 484 |
<i class="fas fa-star"></i>
|
| 485 |
<i class="fas fa-star-half-alt"></i>
|
| 486 |
</div>
|
| 487 |
+
<span class="text-gray-600 text-sm mr-1 dark:text-gray-400">(24)</span>
|
| 488 |
</div>
|
| 489 |
+
<h3 class="text-lg font-semibold text-gray-800 mb-1 dark:text-white">قميص رجالي أنيق</h3>
|
| 490 |
<div class="flex items-center justify-between">
|
| 491 |
<div>
|
| 492 |
+
<span class="text-red-600 font-bold text-lg dark:text-red-400">149.99 ر.س</span>
|
| 493 |
+
<span class="text-gray-500 line-through text-sm mr-2 dark:text-gray-500">199.99 ر.س</span>
|
| 494 |
</div>
|
| 495 |
+
<button class="add-to-cart bg-gray-200 hover:bg-red-600 text-gray-700 hover:text-white w-8 h-8 rounded-full flex items-center justify-center dark:bg-dark-600 dark:text-gray-300 dark:hover:bg-red-600">
|
| 496 |
<i class="fas fa-shopping-cart"></i>
|
| 497 |
</button>
|
| 498 |
</div>
|
|
|
|
| 500 |
</div>
|
| 501 |
|
| 502 |
<!-- Product 2 -->
|
| 503 |
+
<div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300 dark:bg-dark-700">
|
| 504 |
<div class="relative">
|
| 505 |
<img src="https://images.unsplash.com/photo-1581044777550-4cfa60707c03?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=686&q=80" alt="فستان نسائي" class="w-full h-64 object-cover">
|
| 506 |
<div class="absolute top-2 right-2 bg-green-600 text-white text-xs font-bold px-2 py-1 rounded-full">25%</div>
|
| 507 |
+
<div class="absolute top-2 left-2 flex flex-col space-y-2">
|
| 508 |
+
<button class="w-8 h-8 bg-white rounded-full flex items-center justify-center text-gray-700 hover:text-red-600 dark:bg-dark-600 dark:text-gray-300 dark:hover:text-red-400">
|
| 509 |
+
<i class="far fa-heart"></i>
|
| 510 |
+
</button>
|
| 511 |
+
<button class="quick-view-btn w-8 h-8 bg-white rounded-full flex items-center justify-center text-gray-700 hover:text-red-600 dark:bg-dark-600 dark:text-gray-300 dark:hover:text-red-400" data-id="2">
|
| 512 |
+
<i class="fas fa-eye"></i>
|
| 513 |
+
</button>
|
| 514 |
+
</div>
|
| 515 |
</div>
|
| 516 |
<div class="p-4">
|
| 517 |
<div class="flex items-center mb-1">
|
|
|
|
| 522 |
<i class="fas fa-star"></i>
|
| 523 |
<i class="far fa-star"></i>
|
| 524 |
</div>
|
| 525 |
+
<span class="text-gray-600 text-sm mr-1 dark:text-gray-400">(36)</span>
|
| 526 |
</div>
|
| 527 |
+
<h3 class="text-lg font-semibold text-gray-800 mb-1 dark:text-white">فستان أنيق باللون الأسود</h3>
|
| 528 |
<div class="flex items-center justify-between">
|
| 529 |
<div>
|
| 530 |
+
<span class="text-red-600 font-bold text-lg dark:text-red-400">229.99 ر.س</span>
|
| 531 |
+
<span class="text-gray-500 line-through text-sm mr-2 dark:text-gray-500">299.99 ر.س</span>
|
| 532 |
</div>
|
| 533 |
+
<button class="add-to-cart bg-gray-200 hover:bg-red-600 text-gray-700 hover:text-white w-8 h-8 rounded-full flex items-center justify-center dark:bg-dark-600 dark:text-gray-300 dark:hover:bg-red-600">
|
| 534 |
<i class="fas fa-shopping-cart"></i>
|
| 535 |
</button>
|
| 536 |
</div>
|
|
|
|
| 538 |
</div>
|
| 539 |
|
| 540 |
<!-- Product 3 -->
|
| 541 |
+
<div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300 dark:bg-dark-700">
|
| 542 |
<div class="relative">
|
| 543 |
<img src="https://images.unsplash.com/photo-1595950653106-6c9ebd3d7a7a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="حذاء رياضي" class="w-full h-64 object-cover">
|
| 544 |
+
<div class="absolute top-2 left-2 flex flex-col space-y-2">
|
| 545 |
+
<button class="w-8 h-8 bg-white rounded-full flex items-center justify-center text-gray-700 hover:text-red-600 dark:bg-dark-600 dark:text-gray-300 dark:hover:text-red-400">
|
| 546 |
+
<i class="far fa-heart"></i>
|
| 547 |
+
</button>
|
| 548 |
+
<button class="quick-view-btn w-8 h-8 bg-white rounded-full flex items-center justify-center text-gray-700 hover:text-red-600 dark:bg-dark-600 dark:text-gray-300 dark:hover:text-red-400" data-id="3">
|
| 549 |
+
<i class="fas fa-eye"></i>
|
| 550 |
+
</button>
|
| 551 |
+
</div>
|
| 552 |
</div>
|
| 553 |
<div class="p-4">
|
| 554 |
<div class="flex items-center mb-1">
|
|
|
|
| 559 |
<i class="fas fa-star"></i>
|
| 560 |
<i class="fas fa-star"></i>
|
| 561 |
</div>
|
| 562 |
+
<span class="text-gray-600 text-sm mr-1 dark:text-gray-400">(42)</span>
|
| 563 |
</div>
|
| 564 |
+
<h3 class="text-lg font-semibold text-gray-800 mb-1 dark:text-white">حذاء رياضي مريح</h3>
|
| 565 |
<div class="flex items-center justify-between">
|
| 566 |
<div>
|
| 567 |
+
<span class="text-red-600 font-bold text-lg dark:text-red-400">179.99 ر.س</span>
|
| 568 |
</div>
|
| 569 |
+
<button class="add-to-cart bg-gray-200 hover:bg-red-600 text-gray-700 hover:text-white w-8 h-8 rounded-full flex items-center justify-center dark:bg-dark-600 dark:text-gray-300 dark:hover:bg-red-600">
|
| 570 |
<i class="fas fa-shopping-cart"></i>
|
| 571 |
</button>
|
| 572 |
</div>
|
|
|
|
| 574 |
</div>
|
| 575 |
|
| 576 |
<!-- Product 4 -->
|
| 577 |
+
<div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300 dark:bg-dark-700">
|
| 578 |
<div class="relative">
|
| 579 |
<img src="https://images.unsplash.com/photo-1595341595379-cf2df1f27b1b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="حقيبة يد" class="w-full h-64 object-cover">
|
| 580 |
<div class="absolute top-2 right-2 bg-blue-600 text-white text-xs font-bold px-2 py-1 rounded-full">الأكثر مبيعاً</div>
|
| 581 |
+
<div class="absolute top-2 left-2 flex flex-col space-y-2">
|
| 582 |
+
<button class="w-8 h-8 bg-white rounded-full flex items-center justify-center text-gray-700 hover:text-red-600 dark:bg-dark-600 dark:text-gray-300 dark:hover:text-red-400">
|
| 583 |
+
<i class="far fa-heart"></i>
|
| 584 |
+
</button>
|
| 585 |
+
<button class="quick-view-btn w-8 h-8 bg-white rounded-full flex items-center justify-center text-gray-700 hover:text-red-600 dark:bg-dark-600 dark:text-gray-300 dark:hover:text-red-400" data-id="4">
|
| 586 |
+
<i class="fas fa-eye"></i>
|
| 587 |
+
</button>
|
| 588 |
+
</div>
|
| 589 |
</div>
|
| 590 |
<div class="p-4">
|
| 591 |
<div class="flex items-center mb-1">
|
|
|
|
| 596 |
<i class="fas fa-star"></i>
|
| 597 |
<i class="fas fa-star"></i>
|
| 598 |
</div>
|
| 599 |
+
<span class="text-gray-600 text-sm mr-1 dark:text-gray-400">(58)</span>
|
| 600 |
</div>
|
| 601 |
+
<h3 class="text-lg font-semibold text-gray-800 mb-1 dark:text-white">حقيبة يد جلدية أنيقة</h3>
|
| 602 |
<div class="flex items-center justify-between">
|
| 603 |
<div>
|
| 604 |
+
<span class="text-red-600 font-bold text-lg dark:text-red-400">349.99 ر.س</span>
|
| 605 |
</div>
|
| 606 |
+
<button class="add-to-cart bg-gray-200 hover:bg-red-600 text-gray-700 hover:text-white w-8 h-8 rounded-full flex items-center justify-center dark:bg-dark-600 dark:text-gray-300 dark:hover:bg-red-600">
|
| 607 |
<i class="fas fa-shopping-cart"></i>
|
| 608 |
</button>
|
| 609 |
</div>
|
|
|
|
| 620 |
<div class="md:w-1/2 mb-8 md:mb-0">
|
| 621 |
<h2 class="text-3xl font-bold mb-4">خصم 30% على مجموعة الصيف</h2>
|
| 622 |
<p class="text-lg mb-6">استمتع بأجمل صيحات الصيف بخصم خاص لفترة محدودة. العرض ساري حتى نفاذ الكمية.</p>
|
| 623 |
+
<a href="offers.html" class="inline-block bg-white hover:bg-gray-100 text-red-600 font-bold py-3 px-8 rounded-full text-lg transition duration-300">
|
| 624 |
تسوق الآن
|
| 625 |
+
</a>
|
| 626 |
</div>
|
| 627 |
<div class="md:w-1/2 flex justify-center">
|
| 628 |
<img src="https://images.unsplash.com/photo-1551232864-3f0890e580d9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="عرض خاص" class="rounded-lg shadow-xl max-w-full h-auto md:h-80">
|
|
|
|
| 632 |
</section>
|
| 633 |
|
| 634 |
<!-- New Arrivals -->
|
| 635 |
+
<section class="py-12 bg-white dark:bg-dark-800">
|
| 636 |
<div class="container mx-auto px-4">
|
| 637 |
<div class="flex justify-between items-center mb-8">
|
| 638 |
+
<h2 class="text-3xl font-bold dark:text-white">وصل حديثاً</h2>
|
| 639 |
<div class="flex space-x-2">
|
| 640 |
<button class="tab-btn active px-4 py-2 bg-red-600 text-white rounded-md" data-tab="men">رجالي</button>
|
| 641 |
+
<button class="tab-btn px-4 py-2 bg-gray-200 text-gray-700 rounded-md hover:bg-gray-300 dark:bg-dark-700 dark:text-gray-300 dark:hover:bg-dark-600" data-tab="women">نسائي</button>
|
| 642 |
+
<button class="tab-btn px-4 py-2 bg-gray-200 text-gray-700 rounded-md hover:bg-gray-300 dark:bg-dark-700 dark:text-gray-300 dark:hover:bg-dark-600" data-tab="kids">أطفال</button>
|
| 643 |
</div>
|
| 644 |
</div>
|
| 645 |
|
| 646 |
<div class="tab-content active" id="men-tab">
|
| 647 |
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6">
|
| 648 |
<!-- Product 1 -->
|
| 649 |
+
<div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300 dark:bg-dark-700">
|
| 650 |
<div class="relative">
|
| 651 |
<img src="https://images.unsplash.com/photo-1527719327859-c6ce80353573?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=764&q=80" alt="قميص رجالي" class="w-full h-64 object-cover">
|
| 652 |
<div class="absolute top-2 right-2 bg-red-600 text-white text-xs font-bold px-2 py-1 rounded-full">جديد</div>
|
| 653 |
+
<div class="absolute top-2 left-2 flex flex-col space-y-2">
|
| 654 |
+
<button class="w-8 h-8 bg-white rounded-full flex items-center justify-center text-gray-700 hover:text-red-600 dark:bg-dark-600 dark:text-gray-300 dark:hover:text-red-400">
|
| 655 |
+
<i class="far fa-heart"></i>
|
| 656 |
+
</button>
|
| 657 |
+
<button class="quick-view-btn w-8 h-8 bg-white rounded-full flex items-center justify-center text-gray-700 hover:text-red-600 dark:bg-dark-600 dark:text-gray-300 dark:hover:text-red-400" data-id="5">
|
| 658 |
+
<i class="fas fa-eye"></i>
|
| 659 |
+
</button>
|
| 660 |
+
</div>
|
| 661 |
</div>
|
| 662 |
<div class="p-4">
|
| 663 |
+
<h3 class="text-lg font-semibold text-gray-800 mb-1 dark:text-white">قميص رجالي قطني</h3>
|
| 664 |
<div class="flex items-center justify-between">
|
| 665 |
+
<span class="text-red-600 font-bold text-lg dark:text-red-400">129.99 ر.س</span>
|
| 666 |
+
<button class="add-to-cart bg-gray-200 hover:bg-red-600 text-gray-700 hover:text-white w-8 h-8 rounded-full flex items-center justify-center dark:bg-dark-600 dark:text-gray-300 dark:hover:bg-red-600">
|
| 667 |
<i class="fas fa-shopping-cart"></i>
|
| 668 |
</button>
|
| 669 |
</div>
|
|
|
|
| 671 |
</div>
|
| 672 |
|
| 673 |
<!-- Product 2 -->
|
| 674 |
+
<div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300 dark:bg-dark-700">
|
| 675 |
<div class="relative">
|
| 676 |
<img src="https://images.unsplash.com/photo-1598033129183-c4f50c736f10?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1025&q=80" alt="بنطال رجالي" class="w-full h-64 object-cover">
|
| 677 |
<div class="absolute top-2 right-2 bg-red-600 text-white text-xs font-bold px-2 py-1 rounded-full">جديد</div>
|
| 678 |
+
<div class="absolute top-2 left-2 flex flex-col space-y-2">
|
| 679 |
+
<button class="w-8 h-8 bg-white rounded-full flex items-center justify-center text-gray-700 hover:text-red-600 dark:bg-dark-600 dark:text-gray-300 dark:hover:text-red-400">
|
| 680 |
+
<i class="far fa-heart"></i>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 681 |
</button>
|
| 682 |
+
<button class="quick-view-btn w-8 h-8 bg-white rounded-full flex items-center justify-center text-gray-700 hover:text-red-600 dark:bg-dark-600 dark:text-gray-300 dark:hover:text-red-400" data-id="6">
|
| 683 |
+
<i class="fas fa-eye"></i>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 684 |
</button>
|
| 685 |
</div>
|
| 686 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 687 |
<div class="p-4">
|
| 688 |
+
<h3 class="text-lg font-semibold text-gray-800 mb-1 dark:text-white">بنطال جينز رجالي</h3>
|
| 689 |
<div class="flex items-center justify-between">
|
| 690 |
+
<span class="text-red-600 font-bold text-lg dark:text-red-400">199.99 ر.س</span>
|
| 691 |
+
<button class="add-to-cart bg-gray-200 hover:bg-red-600 text-gray-700 hover:text-white w-8 h-8 rounded-full flex items-center justify-center dark:bg-dark-600 dark:text-gray-300 dark:hover:bg-red-600">
|
| 692 |
<i class="fas fa-shopping-cart"></i>
|
| 693 |
</button>
|
| 694 |
</div>
|
| 695 |
</div>
|
| 696 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 697 |
|
| 698 |
+
<!-- Product 3 -->
|
| 699 |
+
<div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300 dark:bg-dark-700">
|
| 700 |
+
<div class="relative">
|
| 701 |
+
<img src="https://images.unsplash.com/photo-1620799140408-edc6dcb6d633?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 702 |
</html>
|
prompts.txt
CHANGED
|
@@ -1 +1,2 @@
|
|
| 1 |
-
مرحباً، أود منك إنشاء متجر إلكتروني احترافي، متكامل، وواسع النطاق، مخصص لبيع الملابس (رجالي، نسائي، أطفال). أريد أن يحتوي المتجر على الخصائص التالية: ✅ المميزات المطلوبة: 🔐 نظام حسابات متكامل: إنشاء حساب جديد، تسجيل الدخول، تعديل البيانات الشخصية. عرض وتتبمرحباً، أود منك إنشاء متجر إلكتروني احترافي، متكامل، وواسع النطاق، مخصص لبيع الملابس (رجالي، نسائي، أطفال). أريد أن يحتوي المتجر على الخصائص التالية:
|
|
|
|
|
|
| 1 |
+
مرحباً، أود منك إنشاء متجر إلكتروني احترافي، متكامل، وواسع النطاق، مخصص لبيع الملابس (رجالي، نسائي، أطفال). أريد أن يحتوي المتجر على الخصائص التالية: ✅ المميزات المطلوبة: 🔐 نظام حسابات متكامل: إنشاء حساب جديد، تسجيل الدخول، تعديل البيانات الشخصية. عرض وتتبمرحباً، أود منك إنشاء متجر إلكتروني احترافي، متكامل، وواسع النطاق، مخصص لبيع الملابس (رجالي، نسائي، أطفال). أريد أن يحتوي المتجر على الخصائص التالية: ��� المميزات المطلوبة: 🔐 نظام حسابات متكامل: إنشاء حساب جديد، تسجيل الدخول، تعديل البيانات الشخصية. عرض وتتبع الطلبات السابقة. بنفس أسلوب موقع ULTRAPC من حيث سهولة الاستخدام والواجهة الاحترافية. 💳 نظام دفع احترافي وآمن: دعم الدفع الإلكتروني بواسطة: البطاقات البنكية (Visa/Mastercard)، الدفع عند الاستلام، وخيارات دفع محلية ودولية. نفس تجربة الدفع الموجودة في موقع ULTRAPC من حيث التصميم، الترتيب، والمرونة. 🗂️ نظام تصنيفات (Categories) ذكي مثل Amazon: تصنيفات دقيقة حسب الفئة: رجالي، نسائي، أطفال، أحذية، أكسسوارات، عروض... تصنيف إضافي حسب: النوع، المقاس، اللون، الماركة، السعر، إلخ. سهولة التصفّح والتنقل بين الأقسام. 🔗 روابط مستقلة لكل صفحة أو قسم: كل عنصر في الواجهة (مثل قسم أو تصنيف) يفتح صفحة مستقلة داخل الموقع تحتوي على المنتجات الخاصة به. كل صفحة لها رابط URL خاص بها ويمكن مشاركته. 🛒 سلة مشتريات كاملة: إمكانية التعديل على الكمية، حذف منتج، عرض تفاصيل الطلب، حساب المجموع تلقائياً قبل الدفع. 📦 صفحات منتجات احترافية: صور عالية الجودة متعددة لكل منتج. وصف تفصيلي للمنتج. السعر، التقييمات، مدى توفر المنتج، خيارات المقاس واللون. 🧑💼 لوحة تحكم متقدمة للإدارة: إضافة وتعديل المنتجات، الأسعار، المخزون، العروض، الصور، الكوبونات. 📱 تصميم متجاوب وعصري: يعمل بسلاسة على جميع الأجهزة (جوال، تابلت، كمبيوتر). واجهة مستخدم مخصصة لمتجر ملابس، جذابة وبسيطة وسهلة التصفح. 📧 نظام إشعارات بريد إلكتروني: إرسال رسائل تأكيد الطلب، تحديثات الشحن، وعروض خاصة إلى العملاء. 🔍 تهيئة SEO لمحركات البحث: تحسين المحتوى والروابط الداخلية لظهور المتجر في نتائج Google و Bing. 🎨 ملاحظة خاصة بواجهة التصميم: أود أن تكون الألوان المستخدمة في التصميم جذابة وعصرية، تعكس هوية متجر ملابس حديث. يفضل استخدام ألوان مثل الأحمر، الأبيض، والأسود مع تدرجات لونية أنيقة خاصة بمجال الموضة، تشجع الزائر على الاستكشاف والشراء. 💡 ملاحظات تقنية: يُفضل استخدام تقنيات حديثة مثل: React + Node.js أو Laravel + Vue.js أو أي إطار عمل قوي مناسب لإنشاء متجر بهذا الحجم والاحترافية. في انتظار البدء بتنفيذ المشروع، على أن يكون قابلًا للتوسّع مستقبلاً من حيث المميزات والتصميم. شكرًا جزيلاً لك 🌟 الغات المتوفرة العربية الانجليزية و الفرنسية
|
| 2 |
+
مرحبًا، شكرًا على العمل الذي تم حتى الآن في تصميم الموقع، لكن لدي بعض الملاحظات المهمة التي أحتاج تنفيذها قبل اعتباره جاهزًا للنشر: 🔧 1. الأزرار غير شغالة حالياً: عند الضغط على أي زر أو عنصر في الواجهة، لا يحدث أي تفاعل أو لا يتم التوجيه إلى صفحة أخرى. أحتاج كل زر أو رابط في الموقع أن يكون له صفحة خاصة تعمل بشكل فعلي (حتى لو كانت مبدئية الآن). لا أريد أن يكون الموقع عبارة فقط عن واجهة ثابتة، بل يجب أن يكون تفاعليًا وقابلًا للاستخدام بنسبة 99%. 🌓 2. إضافة خاصية الوضع الداكن والمضيء: أرجو إضافة خيار للمستخدم لتغيير المظهر بين الوضع الداكن (Dark Mode) والوضع المضيء (Light Mode)، مع حفظ تفضيله عند العودة للموقع. ✅ 3. الموقع يجب أن يكون شبه مكتمل (99%): أحتاج أن يكون الموقع عملياً وليس مجرد تصميم. كل قسم، زر، رابط أو عنصر يجب أن يكون له وظيفة واضحة أو صفحة مخصصة حتى لو كانت بسيطة كبداية. الموقع يجب أن يكون قابلًا للتوسع لاحقًا، لكن الآن أريده شغالًا من حيث البنية، التوجيه، والتفاعل بنسبة لا تقل عن 99%. أتمنى تنفيذ هذه التعديلات بشكل احترافي ومرن، وشكرًا لك مرة أخرى على جهودك.
|