rpx2 / index.html
SCSBIO's picture
undefined - Follow Up Deployment
881a101 verified
Raw
History Blame Contribute Delete
54.4 kB
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HHD Store - Blox Fruits Services</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;900&display=swap');
body {
font-family: 'Tajawal', sans-serif;
background-color: #0f0f0f;
color: #e2e8f0;
}
.logo-glow {
text-shadow: 0 0 15px rgba(168, 85, 247, 0.7);
}
.gradient-text {
background: linear-gradient(45deg, #a855f7, #7e22ce, #581c87);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.dead-reel {
animation: scroll 20s linear infinite;
}
@keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
.category-btn.active {
background-color: #7e22ce;
color: white;
}
.add-to-cart:hover {
transform: scale(1.05);
}
.whatsapp-btn {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
}
70% {
box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
}
}
</style>
</head>
<body class="min-h-screen">
<!-- Header Section -->
<header class="bg-black py-4 px-6 shadow-lg">
<div class="container mx-auto flex flex-col md:flex-row items-center justify-between">
<!-- Logo -->
<div class="flex items-center mb-4 md:mb-0">
<div class="text-4xl font-bold logo-glow">
<span class="gradient-text">HHD</span>
</div>
</div>
<!-- Welcome Message -->
<div class="text-center md:text-right">
<h1 class="text-xl md:text-2xl font-bold text-purple-300">
مرحبًا بك في متجر HHD– الأفضل لخدمات Blox Fruits
</h1>
</div>
</div>
</header>
<!-- Dead Reels Slider -->
<div class="relative overflow-hidden bg-purple-900/20 py-4">
<div class="dead-reel whitespace-nowrap">
<div class="inline-block mx-4">
<img src="https://via.placeholder.com/300x150/7e22ce/ffffff?text=Cursed+Dual+Katana" alt="Blox Fruits Item" class="inline-block h-24 rounded-lg shadow-lg">
<span class="ml-2 text-white font-bold">Cursed Dual Katana</span>
</div>
<div class="inline-block mx-4">
<img src="https://via.placeholder.com/300x150/7e22ce/ffffff?text=Tushita" alt="Blox Fruits Item" class="inline-block h-24 rounded-lg shadow-lg">
<span class="ml-2 text-white font-bold">Tushita</span>
</div>
<div class="inline-block mx-4">
<img src="https://via.placeholder.com/300x150/7e22ce/ffffff?text=Yama" alt="Blox Fruits Item" class="inline-block h-24 rounded-lg shadow-lg">
<span class="ml-2 text-white font-bold">Yama</span>
</div>
<div class="inline-block mx-4">
<img src="https://via.placeholder.com/300x150/7e22ce/ffffff?text=Shisui" alt="Blox Fruits Item" class="inline-block h-24 rounded-lg shadow-lg">
<span class="ml-2 text-white font-bold">Shisui</span>
</div>
<div class="inline-block mx-4">
<img src="https://via.placeholder.com/300x150/7e22ce/ffffff?text=Ghost+Train" alt="Blox Fruits Item" class="inline-block h-24 rounded-lg shadow-lg">
<span class="ml-2 text-white font-bold">Ghost Train</span>
</div>
<div class="inline-block mx-4">
<img src="https://via.placeholder.com/300x150/7e22ce/ffffff?text=Ghoul+Mask" alt="Blox Fruits Item" class="inline-block h-24 rounded-lg shadow-lg">
<span class="ml-2 text-white font-bold">Ghoul Mask</span>
</div>
</div>
</div>
<!-- Store Info -->
<div class="container mx-auto px-4 py-8">
<div class="bg-gray-900 rounded-xl p-6 shadow-lg mb-8">
<h2 class="text-2xl font-bold text-purple-400 mb-4">📦 HHD Store Catalog – خدمات Blox Fruits & Dead Reels</h2>
<p class="text-gray-300 mb-2">🔘 اختر المنتجات من القائمة، أضفها للسلة، ثم راسلني بالواتساب للطلب</p>
<div class="flex flex-wrap gap-2 mb-6">
<button class="category-btn active px-4 py-2 rounded-full bg-purple-800 text-white" data-category="swords">🗡️ الأسلحة</button>
<button class="category-btn px-4 py-2 rounded-full bg-gray-700 text-white" data-category="races">🧬 الريسات</button>
<button class="category-btn px-4 py-2 rounded-full bg-gray-700 text-white" data-category="items">🧰 الأدوات</button>
<button class="category-btn px-4 py-2 rounded-full bg-gray-700 text-white" data-category="trains">🚆 القطارات</button>
<button class="category-btn px-4 py-2 rounded-full bg-gray-700 text-white" data-category="levels">🚀 تطوير الحساب</button>
</div>
<!-- Shopping Cart -->
<div class="bg-gray-800 rounded-lg p-4 mb-6">
<h3 class="text-xl font-bold text-purple-300 mb-3">🛒 سلة التسوق</h3>
<div id="cart-items" class="mb-3 max-h-40 overflow-y-auto">
<p class="text-gray-400 text-center py-4">السلة فارغة</p>
</div>
<div class="flex justify-between items-center">
<button id="clear-cart" class="px-3 py-1 bg-red-600 rounded text-sm hover:bg-red-700">مسح السلة</button>
<button id="copy-cart" class="px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700">نسخ الطلب</button>
</div>
</div>
<!-- WhatsApp Button -->
<a href="https://wa.me/966590312059" target="_blank" class="whatsapp-btn block w-full bg-green-500 hover:bg-green-600 text-white font-bold py-3 px-4 rounded-lg text-center transition-all mb-6">
<i class="fab fa-whatsapp mr-2"></i> التواصل عبر واتساب للطلب
</a>
<!-- Payment Info -->
<div class="bg-gray-800 rounded-lg p-4 mb-6">
<h3 class="text-xl font-bold text-purple-300 mb-2">💸 طرق الدفع</h3>
<p class="text-gray-300">• ريال سعودي أو روبوكس</p>
<p class="text-gray-300">• جميع الأسعار تشمل الخدمة</p>
</div>
<!-- Notes -->
<div class="bg-gray-800 rounded-lg p-4">
<h3 class="text-xl font-bold text-purple-300 mb-2">📌 ملاحظات</h3>
<p class="text-gray-300">• الأسعار محدثة ومخفضة</p>
<p class="text-gray-300">• كل العناصر متاحة حالياً</p>
<p class="text-gray-300">• تأكيد الطلب يكون بالتواصل معنا</p>
</div>
</div>
<!-- Products Section -->
<div id="products-container">
<!-- Swords Category (Default Visible) -->
<div id="swords" class="category-content">
<h2 class="text-2xl font-bold text-purple-400 mb-4 flex items-center">
<i class="fas fa-swords mr-2"></i> 🗡️ الأسلحة (Swords - Scythes - Tools)
</h2>
<div class="overflow-x-auto">
<table class="w-full bg-gray-900 rounded-lg overflow-hidden">
<thead>
<tr class="bg-purple-900 text-white">
<th class="py-3 px-4 text-right">✅ الاسم</th>
<th class="py-3 px-4">السعر (ريال)</th>
<th class="py-3 px-4">السعر (روبوكس)</th>
<th class="py-3 px-4">إضافة</th>
</tr>
</thead>
<tbody>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Cursed Dual Katana</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">20</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Cursed Dual Katana" data-price-sar="15" data-price-robux="20">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Tushita</td>
<td class="py-3 px-4 text-center">10</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Tushita" data-price-sar="10" data-price-robux="15">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Yama</td>
<td class="py-3 px-4 text-center">10</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Yama" data-price-sar="10" data-price-robux="15">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Shisui</td>
<td class="py-3 px-4 text-center">10</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Shisui" data-price-sar="10" data-price-robux="15">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Wando</td>
<td class="py-3 px-4 text-center">10</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Wando" data-price-sar="10" data-price-robux="15">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Saddi</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">7</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Saddi" data-price-sar="5" data-price-robux="7">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Dragon Trident</td>
<td class="py-3 px-4 text-center">10</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Dragon Trident" data-price-sar="10" data-price-robux="15">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Pole v2</td>
<td class="py-3 px-4 text-center">10</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Pole v2" data-price-sar="10" data-price-robux="15">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Dark Dagger</td>
<td class="py-3 px-4 text-center">10</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Dark Dagger" data-price-sar="10" data-price-robux="15">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Hell Sword</td>
<td class="py-3 px-4 text-center">8</td>
<td class="py-3 px-4 text-center">12</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Hell Sword" data-price-sar="8" data-price-robux="12">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Soul Cane</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">7</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Soul Cane" data-price-sar="5" data-price-robux="7">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Gravity Cane</td>
<td class="py-3 px-4 text-center">8</td>
<td class="py-3 px-4 text-center">12</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Gravity Cane" data-price-sar="8" data-price-robux="12">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Twin Hooks</td>
<td class="py-3 px-4 text-center">8</td>
<td class="py-3 px-4 text-center">12</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Twin Hooks" data-price-sar="8" data-price-robux="12">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Shark Saw</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">7</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Shark Saw" data-price-sar="5" data-price-robux="7">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Iron Mace</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">7</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Iron Mace" data-price-sar="5" data-price-robux="7">إضافة</button>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- Races Category (Hidden by default) -->
<div id="races" class="category-content hidden">
<h2 class="text-2xl font-bold text-purple-400 mb-4 flex items-center">
<i class="fas fa-dna mr-2"></i> 🧬 الريسات – Races (V2 / V3 / V4)
</h2>
<div class="overflow-x-auto">
<table class="w-full bg-gray-900 rounded-lg overflow-hidden">
<thead>
<tr class="bg-purple-900 text-white">
<th class="py-3 px-4 text-right">✅ الريس</th>
<th class="py-3 px-4">V2</th>
<th class="py-3 px-4">V3</th>
<th class="py-3 px-4">V4</th>
<th class="py-3 px-4">إضافة</th>
</tr>
</thead>
<tbody>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Human</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">10</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Human V2" data-price-sar="5" data-price-robux="7">V2</button>
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Human V3" data-price-sar="10" data-price-robux="15">V3</button>
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Human V4" data-price-sar="15" data-price-robux="20">V4</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Angel</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">10</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Angel V2" data-price-sar="5" data-price-robux="7">V2</button>
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Angel V3" data-price-sar="10" data-price-robux="15">V3</button>
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Angel V4" data-price-sar="15" data-price-robux="20">V4</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Shark</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">10</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Shark V2" data-price-sar="5" data-price-robux="7">V2</button>
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Shark V3" data-price-sar="10" data-price-robux="15">V3</button>
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Shark V4" data-price-sar="15" data-price-robux="20">V4</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Rabbit</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">10</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Rabbit V2" data-price-sar="5" data-price-robux="7">V2</button>
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Rabbit V3" data-price-sar="10" data-price-robux="15">V3</button>
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Rabbit V4" data-price-sar="15" data-price-robux="20">V4</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Ghoul</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">10</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Ghoul V2" data-price-sar="5" data-price-robux="7">V2</button>
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Ghoul V3" data-price-sar="10" data-price-robux="15">V3</button>
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Ghoul V4" data-price-sar="15" data-price-robux="20">V4</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Cyborg</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">10</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Cyborg V2" data-price-sar="5" data-price-robux="7">V2</button>
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Cyborg V3" data-price-sar="10" data-price-robux="15">V3</button>
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Cyborg V4" data-price-sar="15" data-price-robux="20">V4</button>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- Items Category (Hidden by default) -->
<div id="items" class="category-content hidden">
<h2 class="text-2xl font-bold text-purple-400 mb-4 flex items-center">
<i class="fas fa-tools mr-2"></i> الأدوات – Items
</h2>
<div class="overflow-x-auto">
<table class="w-full bg-gray-900 rounded-lg overflow-hidden">
<thead>
<tr class="bg-purple-900 text-white">
<th class="py-3 px-4 text-right">✅ الاسم</th>
<th class="py-3 px-4">السعر (ريال)</th>
<th class="py-3 px-4">السعر (روبوكس)</th>
<th class="py-3 px-4">إضافة</th>
</tr>
</thead>
<tbody>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Ghoul Mask</td>
<td class="py-3 px-4 text-center">8</td>
<td class="py-3 px-4 text-center">10</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Ghoul Mask" data-price-sar="8" data-price-robux="10">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Hunter Cape</td>
<td class="py-3 px-4 text-center">8</td>
<td class="py-3 px-4 text-center">10</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Hunter Cape" data-price-sar="8" data-price-robux="10">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Holy Crown</td>
<td class="py-3 px-4 text-center">12</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Holy Crown" data-price-sar="12" data-price-robux="15">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Dark Coat</td>
<td class="py-3 px-4 text-center">10</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Dark Coat" data-price-sar="10" data-price-robux="15">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Swan Glasses</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">7</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Swan Glasses" data-price-sar="5" data-price-robux="7">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Bear Ears</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">7</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Bear Ears" data-price-sar="5" data-price-robux="7">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Lei</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">7</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Lei" data-price-sar="5" data-price-robux="7">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Marine Cap</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">7</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Marine Cap" data-price-sar="5" data-price-robux="7">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Warrior Helmet</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">7</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Warrior Helmet" data-price-sar="5" data-price-robux="7">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Santa Hat</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">7</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Santa Hat" data-price-sar="5" data-price-robux="7">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Usopp Hat</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">7</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Usopp Hat" data-price-sar="5" data-price-robux="7">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Black Cape</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">7</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Black Cape" data-price-sar="5" data-price-robux="7">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">White Cape</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">7</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="White Cape" data-price-sar="5" data-price-robux="7">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Chopper Hat</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">7</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Chopper Hat" data-price-sar="5" data-price-robux="7">إضافة</button>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- Trains Category (Hidden by default) -->
<div id="trains" class="category-content hidden">
<h2 class="text-2xl font-bold text-purple-400 mb-4 flex items-center">
<i class="fas fa-train mr-2"></i> 🚆 القطارات – Dead Reels Trains
</h2>
<div class="overflow-x-auto">
<table class="w-full bg-gray-900 rounded-lg overflow-hidden">
<thead>
<tr class="bg-purple-900 text-white">
<th class="py-3 px-4 text-right">✅ الاسم</th>
<th class="py-3 px-4">السعر (ريال)</th>
<th class="py-3 px-4">السعر (روبوكس)</th>
<th class="py-3 px-4">إضافة</th>
</tr>
</thead>
<tbody>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Ghost Train</td>
<td class="py-3 px-4 text-center">1</td>
<td class="py-3 px-4 text-center">2</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Ghost Train" data-price-sar="1" data-price-robux="2">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Gold Rush</td>
<td class="py-3 px-4 text-center">10</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Gold Rush" data-price-sar="10" data-price-robux="15">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Cattle Car</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">20</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Cattle Car" data-price-sar="15" data-price-robux="20">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Wooden Train</td>
<td class="py-3 px-4 text-center">20</td>
<td class="py-3 px-4 text-center">25</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Wooden Train" data-price-sar="20" data-price-robux="25">إضافة</button>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- Levels Category (Hidden by default) -->
<div id="levels" class="category-content hidden">
<h2 class="text-2xl font-bold text-purple-400 mb-4 flex items-center">
<i class="fas fa-level-up-alt mr-2"></i> 🚀 تطوير الحساب – Level Upgrades
</h2>
<div class="overflow-x-auto">
<table class="w-full bg-gray-900 rounded-lg overflow-hidden">
<thead>
<tr class="bg-purple-900 text-white">
<th class="py-3 px-4 text-right">✅ المستوى</th>
<th class="py-3 px-4">السعر (ريال)</th>
<th class="py-3 px-4">السعر (روبوكس)</th>
<th class="py-3 px-4">إضافة</th>
</tr>
</thead>
<tbody>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">50</td>
<td class="py-3 px-4 text-center">5</td>
<td class="py-3 px-4 text-center">7</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Level 50" data-price-sar="5" data-price-robux="7">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">100</td>
<td class="py-3 px-4 text-center">10</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Level 100" data-price-sar="10" data-price-robux="15">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">150</td>
<td class="py-3 px-4 text-center">15</td>
<td class="py-3 px-4 text-center">20</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Level 150" data-price-sar="15" data-price-robux="20">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">200</td>
<td class="py-3 px-4 text-center">20</td>
<td class="py-3 px-4 text-center">25</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Level 200" data-price-sar="20" data-price-robux="25">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">250</td>
<td class="py-3 px-4 text-center">25</td>
<td class="py-3 px-4 text-center">30</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Level 250" data-price-sar="25" data-price-robux="30">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">300</td>
<td class="py-3 px-4 text-center">30</td>
<td class="py-3 px-4 text-center">35</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Level 300" data-price-sar="30" data-price-robux="35">إضافة</button>
</td>
</tr>
<tr class="border-b border-gray-700 hover:bg-gray-800">
<td class="py-3 px-4">Max (2650)</td>
<td class="py-3 px-4 text-center">30</td>
<td class="py-3 px-4 text-center">35</td>
<td class="py-3 px-4 text-center">
<button class="add-to-cart px-3 py-1 bg-purple-600 rounded text-sm hover:bg-purple-700 transition-transform" data-name="Level Max (2650)" data-price-sar="30" data-price-robux="35">إضافة</button>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-black py-6 px-4 border-t border-purple-900">
<div class="container mx-auto text-center">
<div class="flex justify-center mb-4">
<div class="text-3xl font-bold logo-glow">
<span class="gradient-text">XPR</span>
</div>
</div>
<p class="text-gray-400 mb-4">📱 للطلب والتواصل مباشرة عبر واتساب: <span class="text-purple-300">+966590312059</span></p>
<p class="text-gray-500 text-sm">🛒 انسخ طلباتك من الجدول، وأرسلها بالواتساب، بنرد عليك بنوع الأوردر + رابط الدفع.</p>
</div>
</footer>
<script>
// Category switching
document.querySelectorAll('.category-btn').forEach(btn => {
btn.addEventListener('click', () => {
// Remove active class from all buttons
document.querySelectorAll('.category-btn').forEach(b => {
b.classList.remove('active');
b.classList.add('bg-gray-700');
b.classList.remove('bg-purple-800');
});
// Add active class to clicked button
btn.classList.add('active');
btn.classList.remove('bg-gray-700');
btn.classList.add('bg-purple-800');
// Hide all category contents
document.querySelectorAll('.category-content').forEach(content => {
content.classList.add('hidden');
});
// Show selected category
const category = btn.getAttribute('data-category');
document.getElementById(category).classList.remove('hidden');
});
});
// Shopping cart functionality
let cart = [];
document.querySelectorAll('.add-to-cart').forEach(btn => {
btn.addEventListener('click', () => {
const name = btn.getAttribute('data-name');
const priceSar = btn.getAttribute('data-price-sar');
const priceRobux = btn.getAttribute('data-price-robux');
cart.push({
name: name,
priceSar: priceSar,
priceRobux: priceRobux
});
updateCartDisplay();
// Add visual feedback
btn.textContent = 'تمت الإضافة ✓';
btn.classList.remove('bg-purple-600');
btn.classList.add('bg-green-600');
setTimeout(() => {
btn.textContent = 'إضافة';
btn.classList.remove('bg-green-600');
btn.classList.add('bg-purple-600');
}, 1000);
});
});
function updateCartDisplay() {
const cartItemsContainer = document.getElementById('cart-items');
if (cart.length === 0) {
cartItemsContainer.innerHTML = '<p class="text-gray-400 text-center py-4">السلة فارغة</p>';
return;
}
let html = '<div class="space-y-2">';
let totalSar = 0;
let totalRobux = 0;
cart.forEach((item, index) => {
totalSar += parseInt(item.priceSar);
totalRobux += parseInt(item.priceRobux);
html += `
<div class="flex justify-between items-center bg-gray-700 p-2 rounded">
<div>
<p class="text-sm">${item.name}</p>
<p class="text-xs text-gray-400">${item.priceSar} ريال / ${item.priceRobux} روبوكس</p>
</div>
<button class="remove-item text-red-400 hover:text-red-300 text-xs" data-index="${index}">
<i class="fas fa-times"></i>
</button>
</div>
`;
});
html += `
<div class="border-t border-gray-600 pt-2 mt-2">
<p class="text-sm font-bold">المجموع: ${totalSar} ريال / ${totalRobux} روبوكس</p>
</div>
`;
html += '</div>';
cartItemsContainer.innerHTML = html;
// Add event listeners to remove buttons
document.querySelectorAll('.remove-item').forEach(btn => {
btn.addEventListener('click', () => {
const index = parseInt(btn.getAttribute('data-index'));
cart.splice(index, 1);
updateCartDisplay();
});
});
}
// Clear cart
document.getElementById('clear-cart').addEventListener('click', () => {
cart = [];
updateCartDisplay();
});
// Copy cart to clipboard
document.getElementById('copy-cart').addEventListener('click', () => {
if (cart.length === 0) {
alert('السلة فارغة!');
return;
}
let text = 'الطلبات:\n';
let totalSar = 0;
let totalRobux = 0;
cart.forEach(item => {
text += `- ${item.name} (${item.priceSar} ريال / ${item.priceRobux} روبوكس)\n`;
totalSar += parseInt(item.priceSar);
totalRobux += parseInt(item.priceRobux);
});
text += `\nالمجموع: ${totalSar} ريال / ${totalRobux} روبوكس\n\n`;
text += 'للدفع عبر الرابط التالي: ...'; // You can add payment link here
navigator.clipboard.writeText(text).then(() => {
alert('تم نسخ الطلب إلى الحافظة!\nالآن يمكنك إرساله عبر واتساب.');
}).catch(err => {
console.error('Failed to copy: ', err);
alert('حدث خطأ أثناء نسخ الطلب، يرجى المحاولة مرة أخرى.');
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=SCSBIO/rpx2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>