File size: 39,634 Bytes
e562379 |
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 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 |
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>نانو شوینده خودرو | Nano Car Wash</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=Vazirmatn:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
font-family: 'Vazirmatn', sans-serif;
scroll-behavior: smooth;
}
.hero-gradient {
background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}
.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.testimonial-card {
transition: all 0.3s ease;
}
.testimonial-card:hover {
transform: scale(1.03);
}
.nav-link {
position: relative;
}
.nav-link::after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: -2px;
right: 0;
background-color: #3b82f6;
transition: width 0.3s ease;
}
.nav-link:hover::after {
width: 100%;
}
.mobile-menu {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease-out;
}
.mobile-menu.active {
max-height: 500px;
}
</style>
</head>
<body class="bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-lg sticky top-0 z-50">
<div class="container mx-auto px-4 py-3">
<div class="flex justify-between items-center">
<div class="flex items-center">
<img src="https://via.placeholder.com/50" alt="Nano Wash Logo" class="h-10 w-10 mr-2">
<span class="text-xl font-bold text-blue-600">نانو شوینده خودرو</span>
</div>
<div class="hidden md:flex space-x-6 space-x-reverse">
<a href="#home" class="nav-link text-gray-700 hover:text-blue-600">خانه</a>
<a href="#services" class="nav-link text-gray-700 hover:text-blue-600">خدمات</a>
<a href="#about" class="nav-link text-gray-700 hover:text-blue-600">درباره ما</a>
<a href="#testimonials" class="nav-link text-gray-700 hover:text-blue-600">نظرات</a>
<a href="#contact" class="nav-link text-gray-700 hover:text-blue-600">تماس با ما</a>
</div>
<div class="md:hidden">
<button id="mobile-menu-button" class="text-gray-700 focus:outline-none">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</div>
<div id="mobile-menu" class="mobile-menu md:hidden">
<div class="px-2 pt-2 pb-4 space-y-1 sm:px-3">
<a href="#home" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50">خانه</a>
<a href="#services" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50">خدمات</a>
<a href="#about" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50">درباره ما</a>
<a href="#testimonials" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50">نظرات</a>
<a href="#contact" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50">تماس با ما</a>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero-gradient text-white py-20">
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0">
<h1 class="text-4xl md:text-5xl font-bold mb-6">شستشوی نانو خودروی شما با جدیدترین تکنولوژی</h1>
<p class="text-xl mb-8">محافظت از رنگ خودرو و افزایش طول عمر آن با استفاده از فناوری نانو</p>
<div class="flex flex-col sm:flex-row gap-4">
<a href="#contact" class="bg-white text-blue-600 hover:bg-gray-100 px-6 py-3 rounded-lg font-bold text-center transition duration-300">رزرو نوبت</a>
<a href="#services" class="border border-white text-white hover:bg-blue-700 px-6 py-3 rounded-lg font-bold text-center transition duration-300">خدمات ما</a>
</div>
</div>
<div class="md:w-1/2">
<img src="https://via.placeholder.com/600x400" alt="Car Wash" class="rounded-lg shadow-2xl">
</div>
</div>
</section>
<!-- Features Section -->
<section class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="flex flex-col items-center text-center p-6">
<div class="bg-blue-100 p-4 rounded-full mb-4">
<i class="fas fa-shield-alt text-blue-600 text-3xl"></i>
</div>
<h3 class="text-xl font-bold mb-2">محافظت نانو</h3>
<p class="text-gray-600">محافظت طولانی مدت از رنگ خودرو در برابر عوامل محیطی با فناوری نانو</p>
</div>
<div class="flex flex-col items-center text-center p-6">
<div class="bg-green-100 p-4 rounded-full mb-4">
<i class="fas fa-leaf text-green-600 text-3xl"></i>
</div>
<h3 class="text-xl font-bold mb-2">مواد دوستدار محیط زیست</h3>
<p class="text-gray-600">استفاده از مواد شوینده سازگار با محیط زیست و بدون آسیب به طبیعت</p>
</div>
<div class="flex flex-col items-center text-center p-6">
<div class="bg-purple-100 p-4 rounded-full mb-4">
<i class="fas fa-clock text-purple-600 text-3xl"></i>
</div>
<h3 class="text-xl font-bold mb-2">صرفه جویی در زمان</h3>
<p class="text-gray-600">شستشوی سریع و با کیفیت بدون نیاز به زمان طولانی</p>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-4">خدمات تخصصی ما</h2>
<p class="text-gray-600 max-w-2xl mx-auto">با استفاده از پیشرفته ترین تجهیزات و مواد نانو، خودروی شما را مانند روز اول می کنیم</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-white rounded-xl shadow-md overflow-hidden service-card transition duration-300">
<img src="https://via.placeholder.com/400x250" alt="Nano Wash" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">شستشوی نانو کامل</h3>
<p class="text-gray-600 mb-4">شستشوی کامل خودرو با مواد نانو و محافظت 6 ماهه از رنگ</p>
<div class="flex justify-between items-center">
<span class="text-blue-600 font-bold">350,000 تومان</span>
<button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-lg transition duration-300">جزئیات بیشتر</button>
</div>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden service-card transition duration-300">
<img src="https://via.placeholder.com/400x250" alt="Interior Cleaning" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">تمیزکاری داخلی نانو</h3>
<p class="text-gray-600 mb-4">تمیزکاری کامل فضای داخلی خودرو با مواد نانو و ضدعفونی</p>
<div class="flex justify-between items-center">
<span class="text-blue-600 font-bold">250,000 تومان</span>
<button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-lg transition duration-300">جزئیات بیشتر</button>
</div>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden service-card transition duration-300">
<img src="https://via.placeholder.com/400x250" alt="Glass Treatment" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">محافظت نانو شیشه</h3>
<p class="text-gray-600 mb-4">پوشش نانو برای شیشه ها و جلوگیری از جمع شدن آب و کثیفی</p>
<div class="flex justify-between items-center">
<span class="text-blue-600 font-bold">180,000 تومان</span>
<button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-lg transition duration-300">جزئیات بیشتر</button>
</div>
</div>
</div>
</div>
<div class="text-center mt-12">
<a href="#contact" class="inline-block bg-blue-600 hover:bg-blue-700 text-white px-8 py-3 rounded-lg font-bold transition duration-300">مشاهده همه خدمات</a>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
<img src="https://via.placeholder.com/600x400" alt="About Nano Wash" class="rounded-lg shadow-xl">
</div>
<div class="md:w-1/2">
<h2 class="text-3xl font-bold mb-6">چرا نانو شوینده خودرو؟</h2>
<p class="text-gray-600 mb-6">نانو شوینده خودرو با بیش از 10 سال سابقه در زمینه شستشو و محافظت از خودروها، با استفاده از جدیدترین فناوری های نانو و مواد با کیفیت، خدمات بی نظیری را به مشتریان خود ارائه می دهد.</p>
<div class="space-y-4">
<div class="flex items-start">
<div class="bg-blue-100 p-2 rounded-full mr-4">
<i class="fas fa-check text-blue-600"></i>
</div>
<div>
<h4 class="font-bold mb-1">تیم متخصص</h4>
<p class="text-gray-600">کارشناسان مجرب و آموزش دیده با سالها تجربه در زمینه شستشوی نانو</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-2 rounded-full mr-4">
<i class="fas fa-check text-blue-600"></i>
</div>
<div>
<h4 class="font-bold mb-1">تجهیزات مدرن</h4>
<p class="text-gray-600">استفاده از پیشرفته ترین دستگاه ها و مواد نانو برای بهترین نتیجه</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-2 rounded-full mr-4">
<i class="fas fa-check text-blue-600"></i>
</div>
<div>
<h4 class="font-bold mb-1">ضمانت کیفیت</h4>
<p class="text-gray-600">رضایت شما اولویت ماست و تمام خدمات ما دارای ضمانت کیفیت هستند</p>
</div>
</div>
</div>
<div class="mt-8">
<a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-bold transition duration-300">تماس با ما</a>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section id="testimonials" class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-4">نظرات مشتریان ما</h2>
<p class="text-gray-600 max-w-2xl mx-auto">رضایت مشتریان ما بهترین گواه کیفیت خدمات ماست</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-white p-6 rounded-lg shadow-md testimonial-card">
<div class="flex items-center mb-4">
<img src="https://via.placeholder.com/50" alt="Customer" class="w-12 h-12 rounded-full mr-4">
<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">بعد از 6 ماه از شستشوی نانو، خودروی من همچنان مثل روز اول می درخشد. واقعا راضی هستم و به همه توصیه می کنم.</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md testimonial-card">
<div class="flex items-center mb-4">
<img src="https://via.placeholder.com/50" alt="Customer" class="w-12 h-12 rounded-full mr-4">
<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">فضای داخلی خودروی من بعد از تمیزکاری نانو واقعا مثل نو شده. بوی مطبوع و تمیزی فوق العاده ای داره. ممنون از تیم حرفه ای تون.</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md testimonial-card">
<div class="flex items-center mb-4">
<img src="https://via.placeholder.com/50" alt="Customer" class="w-12 h-12 rounded-full mr-4">
<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>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row">
<div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
<h2 class="text-3xl font-bold mb-6">تماس با ما</h2>
<p class="text-gray-600 mb-8">برای رزرو نوبت و دریافت مشاوره رایگان، می توانید از طریق راه های ارتباطی زیر با ما در تماس باشید.</p>
<div class="space-y-6">
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i class="fas fa-map-marker-alt text-blue-600"></i>
</div>
<div>
<h4 class="font-bold mb-1">آدرس</h4>
<p class="text-gray-600">تهران، خیابان ولیعصر، کوچه فلان، پلاک 123</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i class="fas fa-phone-alt text-blue-600"></i>
</div>
<div>
<h4 class="font-bold mb-1">تلفن</h4>
<p class="text-gray-600">021-12345678</p>
<p class="text-gray-600">09123456789</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i class="fas fa-envelope text-blue-600"></i>
</div>
<div>
<h4 class="font-bold mb-1">ایمیل</h4>
<p class="text-gray-600">info@nanowash.ir</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i class="fas fa-clock text-blue-600"></i>
</div>
<div>
<h4 class="font-bold mb-1">ساعات کاری</h4>
<p class="text-gray-600">شنبه تا چهارشنبه: 8 صبح تا 8 شب</p>
<p class="text-gray-600">پنجشنبه: 8 صبح تا 4 بعدازظهر</p>
</div>
</div>
</div>
<div class="mt-8 flex space-x-4 space-x-reverse">
<a href="#" class="bg-blue-600 text-white p-3 rounded-full hover:bg-blue-700 transition duration-300">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="bg-blue-600 text-white p-3 rounded-full hover:bg-blue-700 transition duration-300">
<i class="fab fa-telegram"></i>
</a>
<a href="#" class="bg-blue-600 text-white p-3 rounded-full hover:bg-blue-700 transition duration-300">
<i class="fab fa-whatsapp"></i>
</a>
</div>
</div>
<div class="md:w-1/2">
<div class="bg-gray-50 p-8 rounded-lg shadow-md">
<h3 class="text-2xl font-bold mb-6">فرم رزرو نوبت</h3>
<form id="reservation-form">
<div class="mb-4">
<label for="name" class="block text-gray-700 mb-2">نام و نام خانوادگی</label>
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-600">
</div>
<div class="mb-4">
<label for="phone" class="block text-gray-700 mb-2">شماره تماس</label>
<input type="tel" id="phone" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-600">
</div>
<div class="mb-4">
<label for="car" class="block text-gray-700 mb-2">مدل خودرو</label>
<input type="text" id="car" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-600">
</div>
<div class="mb-4">
<label for="service" class="block text-gray-700 mb-2">نوع خدمت</label>
<select id="service" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-600">
<option value="">-- انتخاب کنید --</option>
<option value="full">شستشوی نانو کامل</option>
<option value="interior">تمیزکاری داخلی نانو</option>
<option value="glass">محافظت نانو شیشه</option>
<option value="other">سایر خدمات</option>
</select>
</div>
<div class="mb-4">
<label for="date" class="block text-gray-700 mb-2">تاریخ مراجعه</label>
<input type="date" id="date" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-600">
</div>
<div class="mb-6">
<label for="message" class="block text-gray-700 mb-2">پیام (اختیاری)</label>
<textarea id="message" rows="3" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-600"></textarea>
</div>
<button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white py-3 rounded-lg font-bold transition duration-300">ثبت درخواست</button>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-4">سوالات متداول</h2>
<p class="text-gray-600 max-w-2xl mx-auto">پاسخ به رایج ترین سوالات شما درباره خدمات نانو شوینده خودرو</p>
</div>
<div class="max-w-3xl mx-auto">
<div class="bg-white rounded-lg shadow-md mb-4 overflow-hidden">
<button class="faq-question w-full px-6 py-4 text-right flex justify-between items-center focus:outline-none">
<span class="font-bold">فناوری نانو در شستشوی خودرو چه مزایایی دارد؟</span>
<i class="fas fa-chevron-down transition-transform duration-300"></i>
</button>
<div class="faq-answer px-6 pb-4 hidden">
<p class="text-gray-600">فناوری نانو با ایجاد یک لایه محافظ نامرئی روی سطح خودرو، از رنگ و بدنه در برابر عوامل محیطی مانند باران اسیدی، گرد و غبار، پرتوهای UV و ... محافظت می کند. این لبه محافظ باعث می شود آب و آلودگی ها به راحتی از سطح خودرو جدا شوند و خودرو برای مدت طولانی تری تمیز بماند.</p>
</div>
</div>
<div class="bg-white rounded-lg shadow-md mb-4 overflow-hidden">
<button class="faq-question w-full px-6 py-4 text-right flex justify-between items-center focus:outline-none">
<span class="font-bold">مدت زمان ماندگاری پوشش نانو چقدر است؟</span>
<i class="fas fa-chevron-down transition-transform duration-300"></i>
</button>
<div class="faq-answer px-6 pb-4 hidden">
<p class="text-gray-600">مدت زمان ماندگاری پوشش نانو بسته به نوع خدمت و شرایط نگهداری خودرو بین 3 تا 12 ماه متغیر است. برای شستشوی نانو کامل، این مدت معمولا 6 ماه است که با رعایت نکات نگهداری می توان آن را تا 8 ماه نیز افزایش داد.</p>
</div>
</div>
<div class="bg-white rounded-lg shadow-md mb-4 overflow-hidden">
<button class="faq-question w-full px-6 py-4 text-right flex justify-between items-center focus:outline-none">
<span class="font-bold">آیا شستشوی نانو برای تمام خودروها مناسب است؟</span>
<i class="fas fa-chevron-down transition-transform duration-300"></i>
</button>
<div class="faq-answer px-6 pb-4 hidden">
<p class="text-gray-600">بله، خدمات نانو شوینده برای تمامی خودروهای سواری، شاسی بلند و حتی موتورسیکلت ها قابل استفاده است. همچنین برای خودروهای نو و قدیمی هر دو مناسب بوده و در مورد خودروهای قدیمی باعث احیای رنگ و جلای اولیه می شود.</p>
</div>
</div>
<div class="bg-white rounded-lg shadow-md mb-4 overflow-hidden">
<button class="faq-question w-full px-6 py-4 text-right flex justify-between items-center focus:outline-none">
<span class="font-bold">بعد از شستشوی نانو چه نکاتی را باید رعایت کنم؟</span>
<i class="fas fa-chevron-down transition-transform duration-300"></i>
</button>
<div class="faq-answer px-6 pb-4 hidden">
<p class="text-gray-600">در 48 ساعت اول پس از شستشوی نانو بهتر است خودرو در معرض باران قرار نگیرد. همچنین توصیه می شود تا یک هفته از شستشوی خودرو خودداری کنید. برای شستشوی بعدی نیز بهتر است از شامپوهای مخصوص خودرو استفاده شود و از شستشوی با مواد شوینده معمولی پرهیز شود.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Map Section -->
<section class="bg-white py-8">
<div class="container mx-auto px-4">
<div class="rounded-lg overflow-hidden shadow-lg">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3239.991641225234!2d51.38912331526891!3d35.71551498018738!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMzXCsDQyJzU1LjgiTiA1McKwMjMnMjkuOSJF!5e0!3m2!1sen!2s!4v1620000000000!5m2!1sen!2s" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-800 text-white py-12">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 class="text-xl font-bold mb-4">نانو شوینده خودرو</h3>
<p class="text-gray-400">ارائه بهترین خدمات شستشو و محافظت نانو برای خودرو شما با کیفیت بی نظیر و قیمت مناسب</p>
</div>
<div>
<h4 class="font-bold mb-4">لینک های سریع</h4>
<ul class="space-y-2">
<li><a href="#home" class="text-gray-400 hover:text-white transition duration-300">خانه</a></li>
<li><a href="#services" class="text-gray-400 hover:text-white transition duration-300">خدمات</a></li>
<li><a href="#about" class="text-gray-400 hover:text-white transition duration-300">درباره ما</a></li>
<li><a href="#testimonials" class="text-gray-400 hover:text-white transition duration-300">نظرات</a></li>
<li><a href="#contact" class="text-gray-400 hover:text-white transition duration-300">تماس با ما</a></li>
</ul>
</div>
<div>
<h4 class="font-bold mb-4">خدمات ما</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">شستشوی نانو کامل</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">تمیزکاری داخلی نانو</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">محافظت نانو شیشه</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">پولیش تخصصی</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">رفع خط و خش</a></li>
</ul>
</div>
<div>
<h4 class="font-bold mb-4">خبرنامه</h4>
<p class="text-gray-400 mb-4">برای دریافت جدیدترین تخفیف ها و پیشنهادات ویژه در خبرنامه ما عضو شوید</p>
<form class="flex">
<input type="email" placeholder="ایمیل شما" class="px-4 py-2 rounded-r-lg focus:outline-none text-gray-800 w-full">
<button type="submit" class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded-l-lg transition duration-300">
<i class="fas fa-paper-plane"></i>
</button>
</form>
<div class="mt-4 flex space-x-4 space-x-reverse">
<a href="#" class="bg-gray-700 hover:bg-gray-600 p-2 rounded-full transition duration-300">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="bg-gray-700 hover:bg-gray-600 p-2 rounded-full transition duration-300">
<i class="fab fa-telegram"></i>
</a>
<a href="#" class="bg-gray-700 hover:bg-gray-600 p-2 rounded-full transition duration-300">
<i class="fab fa-whatsapp"></i>
</a>
</div>
</div>
</div>
<div class="border-t border-gray-700 mt-12 pt-8 text-center text-gray-400">
<p>© 2023 نانو شوینده خودرو. تمام حقوق محفوظ است.</p>
</div>
</div>
</footer>
<!-- Back to Top Button -->
<button id="back-to-top" class="fixed bottom-8 right-8 bg-blue-600 text-white p-3 rounded-full shadow-lg opacity-0 invisible transition-all duration-300">
<i class="fas fa-arrow-up"></i>
</button>
<script>
// Mobile Menu Toggle
const mobileMenuButton = document.getElementById('mobile-menu-button');
const mobileMenu = document.getElementById('mobile-menu');
mobileMenuButton.addEventListener('click', () => {
mobileMenu.classList.toggle('active');
});
// FAQ Accordion
const faqQuestions = document.querySelectorAll('.faq-question');
faqQuestions.forEach(question => {
question.addEventListener('click', () => {
const answer = question.nextElementSibling;
const icon = question.querySelector('i');
// Toggle answer visibility
answer.classList.toggle('hidden');
// Rotate icon
icon.classList.toggle('transform');
icon.classList.toggle('rotate-180');
// Close other open answers
faqQuestions.forEach(q => {
if (q !== question) {
q.nextElementSibling.classList.add('hidden');
q.querySelector('i').classList.remove('transform', 'rotate-180');
}
});
});
});
// Back to Top Button
const backToTopButton = document.getElementById('back-to-top');
window.addEventListener('scroll', () => {
if (window.pageYOffset > 300) {
backToTopButton.classList.remove('opacity-0', 'invisible');
backToTopButton.classList.add('opacity-100', 'visible');
} else {
backToTopButton.classList.remove('opacity-100', 'visible');
backToTopButton.classList.add('opacity-0', 'invisible');
}
});
backToTopButton.addEventListener('click', () => {
window.scrollTo({
top: 0,
behavior: 'smooth'
});
});
// Form Submission
const reservationForm = document.getElementById('reservation-form');
reservationForm.addEventListener('submit', (e) => {
e.preventDefault();
// Get form values
const name = document.getElementById('name').value;
const phone = document.getElementById('phone').value;
const car = document.getElementById('car').value;
const service = document.getElementById('service').value;
const date = document.getElementById('date').value;
const message = document.getElementById('message').value;
// Here you would typically send this data to a server
// For demo purposes, we'll just show an alert
alert(`نوبت شما با موفقیت ثبت شد!\n\nنام: ${name}\nتلفن: ${phone}\nخودرو: ${car}\nخدمت: ${service}\nتاریخ: ${date}\nپیام: ${message || 'ندارد'}`);
// Reset form
reservationForm.reset();
});
// Smooth scrolling for navigation links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
// Close mobile menu if open
mobileMenu.classList.remove('active');
}
});
});
</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=Asaedr/edriss" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |