File size: 18,823 Bytes
8cfd4d1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 | <!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>شرکت ناجی پاس - معاونت خدمات خودرویی</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=Noto+Naskh+Arabic:wght@400;500;600;700&display=swap');
body {
font-family: 'Noto Naskh Arabic', serif;
}
.map-container {
height: 400px;
width: 100%;
border-radius: 15px;
overflow: hidden;
}
.service-card {
transition: all 0.3s ease;
}
.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.price-badge {
position: absolute;
top: -10px;
left: -10px;
}
.floating-button {
position: fixed;
bottom: 30px;
left: 30px;
z-index: 100;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
</style>
</head>
<body class="bg-gray-50">
<!-- Header -->
<header class="bg-yellow-500 text-white shadow-md">
<div class="container mx-auto px-4 py-4 flex justify-between items-center">
<div class="flex items-center space-x-2 space-x-reverse">
<img src="https://via.placeholder.com/50" alt="Logo" class="w-12 h-12 rounded-full border-2 border-white">
<div>
<h1 class="text-xl font-bold">شرکت ناجی پاس</h1>
<p class="text-sm">معاونت خدمات خودرویی</p>
</div>
</div>
<div class="flex items-center space-x-4 space-x-reverse">
<button class="p-2 rounded-full bg-yellow-600">
<i class="fas fa-bell text-white"></i>
</button>
<button class="p-2 rounded-full bg-yellow-600">
<i class="fas fa-user text-white"></i>
</button>
</div>
</div>
</header>
<!-- Main Content -->
<main class="container mx-auto px-4 py-6">
<!-- Hero Section -->
<section class="mb-8 relative rounded-xl overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-r from-yellow-500 to-yellow-300 opacity-90"></div>
<div class="relative z-10 p-6 md:p-10 flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-6 md:mb-0">
<h2 class="text-2xl md:text-3xl font-bold text-white mb-4">خدمات امداد جادهای و حمل خودرو</h2>
<p class="text-white mb-6">با استفاده از جرثقیلهای پالفینگر زرد رنگ ما، در هر نقطه از ایران به کمک شما میآییم</p>
<button class="bg-white text-yellow-600 px-6 py-3 rounded-lg font-bold shadow-lg hover:bg-gray-100 transition">
درخواست امداد
</button>
</div>
<div class="md:w-1/2 flex justify-center">
<img src="https://via.placeholder.com/400x250?text=جرثقیل+پالفینگر+زرد" alt="جرثقیل پالفینگر زرد" class="rounded-lg shadow-xl border-4 border-white">
</div>
</div>
</section>
<!-- Services Section -->
<section class="mb-10">
<h2 class="text-2xl font-bold mb-6 text-gray-800 border-b-2 border-yellow-500 pb-2">خدمات ما</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<!-- Service 1 -->
<div class="service-card bg-white p-6 rounded-xl shadow-md relative">
<div class="price-badge bg-red-500 text-white px-3 py-1 rounded-full text-sm font-bold">
از ۱۲۰,۰۰۰ تومان
</div>
<div class="flex items-center mb-4">
<div class="bg-yellow-100 p-3 rounded-full mr-3">
<i class="fas fa-truck-pickup text-yellow-600 text-xl"></i>
</div>
<h3 class="text-lg font-bold text-gray-800">حمل خودرو</h3>
</div>
<p class="text-gray-600 mb-4">حمل خودرو شما با جرثقیلهای مجهز پالفینگر به مقصد مورد نظر</p>
<button class="w-full bg-yellow-500 text-white py-2 rounded-lg hover:bg-yellow-600 transition">
درخواست حمل
</button>
</div>
<!-- Service 2 -->
<div class="service-card bg-white p-6 rounded-xl shadow-md relative">
<div class="price-badge bg-red-500 text-white px-3 py-1 rounded-full text-sm font-bold">
از ۸۰,۰۰۰ تومان
</div>
<div class="flex items-center mb-4">
<div class="bg-yellow-100 p-3 rounded-full mr-3">
<i class="fas fa-tools text-yellow-600 text-xl"></i>
</div>
<h3 class="text-lg font-bold text-gray-800">تعمیرات جادهای</h3>
</div>
<p class="text-gray-600 mb-4">تعمیرات اولیه خودرو در محل حادثه توسط مکانیکهای مجرب</p>
<button class="w-full bg-yellow-500 text-white py-2 rounded-lg hover:bg-yellow-600 transition">
درخواست مکانیک
</button>
</div>
<!-- Service 3 -->
<div class="service-card bg-white p-6 rounded-xl shadow-md relative">
<div class="price-badge bg-red-500 text-white px-3 py-1 rounded-full text-sm font-bold">
از ۵۰,۰۰۰ تومان
</div>
<div class="flex items-center mb-4">
<div class="bg-yellow-100 p-3 rounded-full mr-3">
<i class="fas fa-gas-pump text-yellow-600 text-xl"></i>
</div>
<h3 class="text-lg font-bold text-gray-800">سوخت رسانی</h3>
</div>
<p class="text-gray-600 mb-4">ارسال سوخت به محل خودروی شما در صورت اتمام بنزین</p>
<button class="w-full bg-yellow-500 text-white py-2 rounded-lg hover:bg-yellow-600 transition">
درخواست سوخت
</button>
</div>
</div>
</section>
<!-- Map Section -->
<section class="mb-10">
<h2 class="text-2xl font-bold mb-6 text-gray-800 border-b-2 border-yellow-500 pb-2">پوشش سراسری در ایران</h2>
<div class="map-container bg-gray-200 flex items-center justify-center">
<img src="https://via.placeholder.com/800x400?text=نقشه+ایران" alt="نقشه ایران" class="w-full h-full object-cover">
</div>
<div class="mt-4 text-center">
<p class="text-gray-600">ما در تمامی شهرها و جادههای کشور حاضریم و در کمترین زمان ممکن به شما خدمات میرسانیم</p>
</div>
</section>
<!-- Pricing Section -->
<section class="mb-10">
<h2 class="text-2xl font-bold mb-6 text-gray-800 border-b-2 border-yellow-500 pb-2">تعرفه خدمات (سال ۱۴۰۳)</h2>
<div class="overflow-x-auto">
<table class="w-full bg-white rounded-xl overflow-hidden shadow-md">
<thead class="bg-yellow-500 text-white">
<tr>
<th class="py-3 px-4 text-right">خدمت</th>
<th class="py-3 px-4 text-right">حداقل قیمت</th>
<th class="py-3 px-4 text-right">قیمت هر کیلومتر</th>
<th class="py-3 px-4 text-right">زمان انتظار</th>
</tr>
</thead>
<tbody class="divide-y divide-gray-200">
<tr>
<td class="py-3 px-4">حمل خودرو (جرثقیل پالفینگر)</td>
<td class="py-3 px-4">120,000 تومان</td>
<td class="py-3 px-4">3,500 تومان</td>
<td class="py-3 px-4">30 دقیقه</td>
</tr>
<tr class="bg-gray-50">
<td class="py-3 px-4">تعمیرات جادهای</td>
<td class="py-3 px-4">80,000 تومان</td>
<td class="py-3 px-4">2,500 تومان</td>
<td class="py-3 px-4">45 دقیقه</td>
</tr>
<tr>
<td class="py-3 px-4">سوخت رسانی</td>
<td class="py-3 px-4">50,000 تومان</td>
<td class="py-3 px-4">4,000 تومان</td>
<td class="py-3 px-4">60 دقیقه</td>
</tr>
<tr class="bg-gray-50">
<td class="py-3 px-4">باطری به باطری</td>
<td class="py-3 px-4">70,000 تومان</td>
<td class="py-3 px-4">3,000 تومان</td>
<td class="py-3 px-4">40 دقیقه</td>
</tr>
</tbody>
</table>
</div>
<div class="mt-4 text-sm text-gray-500">
<p>* قیمتها بر اساس نرخ مصوب سال ۱۴۰۳ میباشد و ممکن است در شرایط خاص تغییر کند.</p>
</div>
</section>
<!-- Testimonials -->
<section class="mb-10">
<h2 class="text-2xl font-bold mb-6 text-gray-800 border-b-2 border-yellow-500 pb-2">نظرات کاربران</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="bg-white p-6 rounded-xl shadow-md">
<div class="flex items-center mb-4">
<img src="https://via.placeholder.com/50" alt="User" class="w-12 h-12 rounded-full mr-3">
<div>
<h4 class="font-bold">محمد رضایی</h4>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
</div>
<p class="text-gray-600">در جاده چالوس خودرویم دچار مشکل شد. در کمتر از 40 دقیقه جرثقیل پالفینگر زرد رنگ شرکت ناجی پاس به محل رسید و خدمات عالی ارائه داد.</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-md">
<div class="flex items-center mb-4">
<img src="https://via.placeholder.com/50" alt="User" class="w-12 h-12 rounded-full mr-3">
<div>
<h4 class="font-bold">فاطمه محمدی</h4>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
<p class="text-gray-600">خودرویم در شهر دچار نقص فنی شد. مکانیکهای این شرکت بسیار حرفهای بودند و مشکل را در محل حل کردند. قیمتها هم منصفانه بود.</p>
</div>
</div>
</section>
</main>
<!-- Floating Action Button -->
<button class="floating-button bg-yellow-500 text-white w-16 h-16 rounded-full flex items-center justify-center text-2xl shadow-lg hover:bg-yellow-600 transition">
<i class="fas fa-plus"></i>
</button>
<!-- Footer -->
<footer class="bg-gray-800 text-white py-8">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 class="text-lg font-bold mb-4 text-yellow-400">شرکت ناجی پاس</h3>
<p class="text-gray-300">معاونت خدمات خودرویی</p>
<p class="text-gray-300 mt-2">ارائه دهنده خدمات امداد جادهای و حمل خودرو با جرثقیلهای پالفینگر زرد رنگ در سراسر ایران</p>
</div>
<div>
<h3 class="text-lg font-bold mb-4 text-yellow-400">لینکهای مفید</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-300 hover:text-yellow-400 transition">قوانین و مقررات</a></li>
<li><a href="#" class="text-gray-300 hover:text-yellow-400 transition">سوالات متداول</a></li>
<li><a href="#" class="text-gray-300 hover:text-yellow-400 transition">تماس با ما</a></li>
<li><a href="#" class="text-gray-300 hover:text-yellow-400 transition">همکاری با ما</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4 text-yellow-400">تماس با ما</h3>
<ul class="space-y-2">
<li class="flex items-center text-gray-300">
<i class="fas fa-phone ml-2 text-yellow-400"></i>
۰۲۱-۱۲۳۴۵۶۷۸
</li>
<li class="flex items-center text-gray-300">
<i class="fas fa-envelope ml-2 text-yellow-400"></i>
info@najipass.ir
</li>
<li class="flex items-center text-gray-300">
<i class="fas fa-map-marker-alt ml-2 text-yellow-400"></i>
تهران، خیابان آزادی، پلاک ۱۲۳
</li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4 text-yellow-400">دانلود اپلیکیشن</h3>
<div class="flex flex-col space-y-3">
<button class="bg-black text-white px-4 py-2 rounded-lg flex items-center justify-center">
<i class="fab fa-google-play ml-2"></i>
دانلود از گوگل پلی
</button>
<button class="bg-black text-white px-4 py-2 rounded-lg flex items-center justify-center">
<i class="fab fa-apple ml-2"></i>
دانلود از اپ استور
</button>
</div>
</div>
</div>
<div class="border-t border-gray-700 mt-8 pt-6 text-center text-gray-400">
<p>© ۱۴۰۳ کلیه حقوق برای شرکت ناجی پاس محفوظ است.</p>
</div>
</div>
</footer>
<script>
// Simple JavaScript for demo purposes
document.addEventListener('DOMContentLoaded', function() {
// Floating button click handler
const floatingBtn = document.querySelector('.floating-button');
floatingBtn.addEventListener('click', function() {
alert('درخواست امداد جادهای شما ثبت شد. نزدیکترین امدادگر به محل شما اعزام خواهد شد.');
});
// Service buttons click handlers
const serviceButtons = document.querySelectorAll('.service-card button');
serviceButtons.forEach(button => {
button.addEventListener('click', function() {
const serviceName = this.closest('.service-card').querySelector('h3').textContent;
alert(`درخواست ${serviceName} شما ثبت شد. لطفا موقعیت خود را روی نقشه مشخص کنید.`);
});
});
// Header request button
const headerRequestBtn = document.querySelector('.bg-white');
headerRequestBtn.addEventListener('click', function() {
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=dpr1360/q" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |