Spaces:
Running
Running
File size: 33,437 Bytes
24ccc77 415b48b 77e33fc 415b48b 77e33fc 415b48b 77e33fc 415b48b 77e33fc 415b48b 77e33fc 415b48b 77e33fc 415b48b 77e33fc 415b48b 77e33fc 415b48b 77e33fc 415b48b 77e33fc 415b48b 77e33fc 415b48b 77e33fc 415b48b 77e33fc 415b48b 24ccc77 415b48b 24ccc77 415b48b 24ccc77 | 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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Prime Dispatch Services | Professional Truck Dispatch for Owner Operators</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=Poppins:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Poppins', sans-serif;
scroll-behavior: smooth;
}
.hero {
/* Corrected the url() part below */
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://i.postimg.cc/TP0wkDDz/Chat-GPT-Image-Apr-12-2025-09-00-11-AM.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 90vh;
}
.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);
}
.animate-fade-in {
animation: fadeIn 1s ease-in;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
.animate-slide-up {
animation: slideUp 0.8s ease-out;
}
@keyframes slideUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
</style>
</head>
<body class="bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-md sticky top-0 z-50">
<div class="container mx-auto px-6 py-3">
<div class="flex items-center justify-between">
<div class="flex items-center">
<div class="text-blue-600 font-bold text-2xl">Prime<span class="text-gray-800">Dispatch</span></div>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="#home" class="text-blue-600 font-medium">Home</a>
<a href="#about" class="text-gray-800 hover:text-blue-600 font-medium">About</a>
<a href="#services" class="text-gray-800 hover:text-blue-600 font-medium">Services</a>
<a href="#why-us" class="text-gray-800 hover:text-blue-600 font-medium">Why Us</a>
<a href="#contact" class="bg-blue-600 text-white px-4 py-2 rounded-md hover:bg-blue-700 transition duration-300">Contact Us</a>
</div>
<div class="md:hidden flex items-center">
<button class="outline-none mobile-menu-button">
<svg class="w-6 h-6 text-gray-800" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor">
<path d="M4 6h16M4 12h16M4 18h16"></path>
</svg>
</button>
</div>
</div>
<div class="hidden mobile-menu">
<div class="flex flex-col mt-4 space-y-2">
<a href="#home" class="block px-3 py-2 text-gray-800 hover:bg-gray-100 rounded-md">Home</a>
<a href="#about" class="block px-3 py-2 text-gray-800 hover:bg-gray-100 rounded-md">About</a>
<a href="#services" class="block px-3 py-2 text-gray-800 hover:bg-gray-100 rounded-md">Services</a>
<a href="#why-us" class="block px-3 py-2 text-gray-800 hover:bg-gray-100 rounded-md">Why Us</a>
<a href="#contact" class="block px-3 py-2 bg-blue-600 text-white rounded-md hover:bg-blue-700">Contact Us</a>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero flex items-center justify-center text-white animate-fade-in">
<div class="container mx-auto px-6 text-center">
<h1 class="text-4xl md:text-6xl font-bold mb-6 animate-slide-up">Keep Your Truck Moving — Stress-Free Dispatch Service</h1>
<p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto animate-slide-up">Professional Dispatchers Booking Top Paying Loads 24/7 for Owner Operators & Fleet Owners</p>
<div class="flex flex-col sm:flex-row justify-center gap-4 animate-slide-up">
<a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-md transition duration-300">Get Started Today</a>
<a href="tel:+18005551234" class="bg-transparent hover:bg-white hover:text-blue-600 text-white font-bold py-3 px-8 border-2 border-white rounded-md transition duration-300">
<i class="fas fa-phone mr-2"></i> (800) 555-1234
</a>
</div>
</div>
</section>
<!-- About Us Section -->
<section id="about" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0">
<img src="https://i.postimg.cc/MHmqTkmh/Chat-GPT-Image-Apr-12-2025-09-10-51-AM.png' border='0' alt='Chat-GPT-Image-Apr-12-2025-09-10-51-AM" alt="Dispatch Team" class="rounded-lg shadow-xl w-full">
</div>
<div class="md:w-1/2 md:pl-12">
<h2 class="text-3xl font-bold text-gray-800 mb-6">About Prime Dispatch Services</h2>
<p class="text-gray-600 mb-6 leading-relaxed">
With over 15 years of experience in the trucking and logistics industry, Prime Dispatch Services has established itself as a trusted partner for owner operators and small fleet owners. We specialize in Amazon Relay dispatch but serve all types of carriers including box trucks, sprinter vans, and power-only operations.
</p>
<p class="text-gray-600 mb-6 leading-relaxed">
Our team of seasoned dispatchers understands the challenges you face on the road. That's why we're committed to providing reliable, transparent dispatch services that maximize your earnings while minimizing your stress.
</p>
<div class="flex flex-wrap gap-4">
<div class="flex items-center bg-blue-50 px-4 py-2 rounded-full">
<i class="fas fa-check-circle text-blue-600 mr-2"></i>
<span class="text-gray-700">Amazon Relay Experts</span>
</div>
<div class="flex items-center bg-blue-50 px-4 py-2 rounded-full">
<i class="fas fa-check-circle text-blue-600 mr-2"></i>
<span class="text-gray-700">24/7 Support</span>
</div>
<div class="flex items-center bg-blue-50 px-4 py-2 rounded-full">
<i class="fas fa-check-circle text-blue-600 mr-2"></i>
<span class="text-gray-700">No Hidden Fees</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-20 bg-gray-50">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Our Dispatch Services</h2>
<p class="text-gray-600 max-w-2xl mx-auto">Comprehensive dispatch solutions tailored to your specific needs and equipment type.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Service 1 -->
<div class="service-card bg-white p-8 rounded-lg shadow-md transition duration-300">
<div class="text-blue-600 mb-4">
<i class="fas fa-truck-loading text-4xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Load Booking</h3>
<p class="text-gray-600">
We secure the best paying loads from Amazon Relay and other trusted load boards, matching your equipment and preferences.
</p>
</div>
<!-- Service 2 -->
<div class="service-card bg-white p-8 rounded-lg shadow-md transition duration-300">
<div class="text-blue-600 mb-4">
<i class="fas fa-handshake text-4xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Rate Negotiation</h3>
<p class="text-gray-600">
Our experienced dispatchers negotiate the best possible rates to maximize your profit per mile.
</p>
</div>
<!-- Service 3 -->
<div class="service-card bg-white p-8 rounded-lg shadow-md transition duration-300">
<div class="text-blue-600 mb-4">
<i class="fas fa-headset text-4xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">24/7 Dispatch Support</h3>
<p class="text-gray-600">
Around-the-clock support to handle any issues that arise, from load changes to emergency situations.
</p>
</div>
<!-- Service 4 -->
<div class="service-card bg-white p-8 rounded-lg shadow-md transition duration-300">
<div class="text-blue-600 mb-4">
<i class="fas fa-file-invoice text-4xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Paperwork Handling</h3>
<p class="text-gray-600">
We manage all the necessary documentation including BOLs, rate confirmations, and delivery receipts.
</p>
</div>
<!-- Service 5 -->
<div class="service-card bg-white p-8 rounded-lg shadow-md transition duration-300">
<div class="text-blue-600 mb-4">
<i class="fas fa-clock text-4xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Detention & TONU Assistance</h3>
<p class="text-gray-600">
We track and file claims for detention, layover, and TONU (Truck Ordered Not Used) to ensure you get paid for your time.
</p>
</div>
<!-- Service 6 -->
<div class="service-card bg-white p-8 rounded-lg shadow-md transition duration-300">
<div class="text-blue-600 mb-4">
<i class="fas fa-user-tie text-4xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Dedicated Dispatcher</h3>
<p class="text-gray-600">
Option for a dedicated dispatcher who learns your preferences and becomes an extension of your business.
</p>
</div>
</div>
</div>
</section>
<!-- Why Choose Us Section -->
<section id="why-us" class="py-20 bg-blue-600 text-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold mb-4">Why Choose Prime Dispatch?</h2>
<p class="max-w-2xl mx-auto opacity-90">We go beyond basic dispatch services to provide real value to owner operators and small fleets.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<!-- Benefit 1 -->
<div class="bg-white bg-opacity-10 p-6 rounded-lg backdrop-filter backdrop-blur-sm">
<div class="text-4xl mb-4">
<i class="fas fa-dollar-sign"></i>
</div>
<h3 class="text-xl font-bold mb-2">Higher Paying Loads</h3>
<p class="opacity-90">
Our network and negotiation skills consistently secure loads with better rates than industry averages.
</p>
</div>
<!-- Benefit 2 -->
<div class="bg-white bg-opacity-10 p-6 rounded-lg backdrop-filter backdrop-blur-sm">
<div class="text-4xl mb-4">
<i class="fas fa-ban"></i>
</div>
<h3 class="text-xl font-bold mb-2">No Forced Dispatch</h3>
<p class="opacity-90">
You always have the final say on which loads to accept. We never force dispatches you're not comfortable with.
</p>
</div>
<!-- Benefit 3 -->
<div class="bg-white bg-opacity-10 p-6 rounded-lg backdrop-filter backdrop-blur-sm">
<div class="text-4xl mb-4">
<i class="fas fa-percentage"></i>
</div>
<h3 class="text-xl font-bold mb-2">Transparent Pricing</h3>
<p class="opacity-90">
Simple, flat-rate pricing with no hidden fees or surprise charges. You keep more of what you earn.
</p>
</div>
<!-- Benefit 4 -->
<div class="bg-white bg-opacity-10 p-6 rounded-lg backdrop-filter backdrop-blur-sm">
<div class="text-4xl mb-4">
<i class="fas fa-users"></i>
</div>
<h3 class="text-xl font-bold mb-2">Experienced Team</h3>
<p class="opacity-90">
Our dispatchers average 8+ years in the industry and understand trucking from both sides.
</p>
</div>
</div>
<div class="mt-16 text-center">
<h3 class="text-2xl font-bold mb-6">Our Dispatch Service Works For:</h3>
<div class="flex flex-wrap justify-center gap-4">
<div class="bg-white bg-opacity-20 px-6 py-3 rounded-full">Amazon Relay</div>
<div class="bg-white bg-opacity-20 px-6 py-3 rounded-full">Box Trucks</div>
<div class="bg-white bg-opacity-20 px-6 py-3 rounded-full">Sprinter Vans</div>
<div class="bg-white bg-opacity-20 px-6 py-3 rounded-full">Power Only</div>
<div class="bg-white bg-opacity-20 px-6 py-3 rounded-full">CDL Drivers</div>
<div class="bg-white bg-opacity-20 px-6 py-3 rounded-full">Non-CDL Drivers</div>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-4">What Our Clients Say</h2>
<p class="text-gray-600 max-w-2xl mx-auto">Hear from owner operators who trust us with their dispatch needs.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="testimonial-card bg-gray-50 p-8 rounded-lg shadow-sm">
<div class="flex items-center mb-4">
<div class="text-yellow-400 mr-2">
<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>
<p class="text-gray-600 italic mb-6">
"Since switching to Prime Dispatch, my revenue has increased by 30% while my stress levels have gone way down. Their Amazon Relay expertise is unmatched."
</p>
<div class="flex items-center">
<div class="bg-blue-600 text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
<span class="font-bold">JD</span>
</div>
<div>
<h4 class="font-bold text-gray-800">John D.</h4>
<p class="text-gray-500 text-sm">Owner Operator - Box Truck</p>
</div>
</div>
</div>
<!-- Testimonial 2 -->
<div class="testimonial-card bg-gray-50 p-8 rounded-lg shadow-sm">
<div class="flex items-center mb-4">
<div class="text-yellow-400 mr-2">
<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>
<p class="text-gray-600 italic mb-6">
"The 24/7 support has been a game changer for my business. No matter what time I call, someone knowledgeable picks up and helps me solve the problem."
</p>
<div class="flex items-center">
<div class="bg-blue-600 text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
<span class="font-bold">MS</span>
</div>
<div>
<h4 class="font-bold text-gray-800">Maria S.</h4>
<p class="text-gray-500 text-sm">Sprinter Van Owner</p>
</div>
</div>
</div>
<!-- Testimonial 3 -->
<div class="testimonial-card bg-gray-50 p-8 rounded-lg shadow-sm">
<div class="flex items-center mb-4">
<div class="text-yellow-400 mr-2">
<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>
<p class="text-gray-600 italic mb-6">
"As a small fleet owner, I appreciate how Prime Dispatch treats each of my drivers individually. They've helped me retain drivers by keeping them moving and earning."
</p>
<div class="flex items-center">
<div class="bg-blue-600 text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
<span class="font-bold">RK</span>
</div>
<div>
<h4 class="font-bold text-gray-800">Robert K.</h4>
<p class="text-gray-500 text-sm">Small Fleet Owner (3 Trucks)</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Us Section -->
<section id="contact" class="py-20 bg-gray-50">
<div class="container mx-auto px-6">
<div class="flex flex-col md:flex-row">
<div class="md:w-1/2 mb-10 md:mb-0 md:pr-12">
<h2 class="text-3xl font-bold text-gray-800 mb-6">Ready to Get Started?</h2>
<p class="text-gray-600 mb-8">
Fill out the form and one of our dispatch specialists will contact you within 24 hours to discuss how we can help grow your trucking business.
</p>
<div class="space-y-6">
<div class="flex items-start">
<div class="text-blue-600 mt-1 mr-4">
<i class="fas fa-phone-alt"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">Call Us</h4>
<p class="text-gray-600">(800) 555-1234</p>
</div>
</div>
<div class="flex items-start">
<div class="text-blue-600 mt-1 mr-4">
<i class="fas fa-envelope"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">Email Us</h4>
<p class="text-gray-600">dispatch@primedispatch.com</p>
</div>
</div>
<div class="flex items-start">
<div class="text-blue-600 mt-1 mr-4">
<i class="fab fa-whatsapp"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">WhatsApp</h4>
<p class="text-gray-600">+1 (800) 555-1234</p>
</div>
</div>
<div class="flex items-start">
<div class="text-blue-600 mt-1 mr-4">
<i class="fas fa-clock"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">Hours</h4>
<p class="text-gray-600">24/7 Dispatch Support</p>
<p class="text-gray-600">Office: Mon-Fri 8AM-6PM EST</p>
</div>
</div>
</div>
</div>
<!-- Around line 381 -->
<div class="md:w-1/2">
<!-- **** CHANGE THIS LINE **** -->
<form class="bg-white p-8 rounded-lg shadow-md"
action="https://formspree.io/f/xjkyjggd" method="POST">
<div class="mb-6">
<label for="name" class="block text-gray-700 font-medium mb-2">Your Name</label>
<!-- **** ADD name="name" **** -->
<input type="text" id="name" name="name" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-600" required>
</div>
<div class="mb-6">
<label for="phone" class="block text-gray-700 font-medium mb-2">Phone Number</label>
<!-- **** ADD name="phone" **** -->
<input type="tel" id="phone" name="phone" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-600" required>
</div>
<div class="mb-6">
<label for="email" class="block text-gray-700 font-medium mb-2">Email Address</label>
<!-- **** ADD name="email" **** -->
<input type="email" id="email" name="email" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-600" required>
</div>
<div class="mb-6">
<label for="equipment" class="block text-gray-700 font-medium mb-2">Type of Equipment</label>
<!-- **** ADD name="equipment" **** -->
<select id="equipment" name="equipment" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-600" required>
<option value="">Select your equipment</option>
<option value="sprinter">Sprinter Van</option>
<option value="box-truck">Box Truck</option>
<option value="power-only">Power Only</option>
<option value="cdl-truck">CDL Truck</option>
<option value="non-cdl">Non-CDL Vehicle</option>
<option value="other">Other</option>
</select>
</div>
<div class="mb-6">
<label for="message" class="block text-gray-700 font-medium mb-2">How Can We Help?</label>
<!-- **** ADD name="message" **** -->
<textarea id="message" name="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-600"></textarea>
</div>
<button type="submit" class="w-full bg-blue-600 text-white py-3 px-6 rounded-md hover:bg-blue-700 transition duration-300 font-medium">
Request Dispatch Service
</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-800 text-white py-12">
<div class="container mx-auto px-6">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<div class="text-white font-bold text-2xl mb-4">Prime<span class="text-blue-400">Dispatch</span></div>
<p class="text-gray-400">
Professional dispatch services for owner operators and small fleets. Keeping your trucks moving and your business growing.
</p>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Quick Links</h4>
<ul class="space-y-2">
<li><a href="#home" class="text-gray-400 hover:text-white transition">Home</a></li>
<li><a href="#about" class="text-gray-400 hover:text-white transition">About Us</a></li>
<li><a href="#services" class="text-gray-400 hover:text-white transition">Services</a></li>
<li><a href="#why-us" class="text-gray-400 hover:text-white transition">Why Choose Us</a></li>
<li><a href="#contact" class="text-gray-400 hover:text-white transition">Contact</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Services</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">Amazon Relay Dispatch</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Load Booking</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Rate Negotiation</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">24/7 Support</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Dedicated Dispatcher</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Connect With Us</h4>
<div class="flex space-x-4 mb-4">
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-instagram"></i>
</a>
</div>
<p class="text-gray-400">
Subscribe to our newsletter for trucking industry insights and dispatch tips.
</p>
<div class="mt-4 flex">
<input type="email" placeholder="Your email" class="px-4 py-2 rounded-l-md text-gray-800 w-full">
<button class="bg-blue-600 px-4 py-2 rounded-r-md hover:bg-blue-700 transition">
<i class="fas fa-paper-plane"></i>
</button>
</div>
</div>
</div>
<div class="border-t border-gray-700 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 mb-4 md:mb-0">
© <span id="year"></span> Prime Dispatch Services. All Rights Reserved.
</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a>
<a href="#" class="text-gray-400 hover:text-white transition">Terms of Service</a>
</div>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
const btn = document.querySelector("button.mobile-menu-button");
const menu = document.querySelector(".mobile-menu");
btn.addEventListener("click", () => {
menu.classList.toggle("hidden");
});
// Set current year in footer
document.getElementById('year').textContent = new Date().getFullYear();
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
// Close mobile menu if open
if (!menu.classList.contains('hidden')) {
menu.classList.add('hidden');
}
}
});
});
// Form submission
const form = document.querySelector('form');
if (form) {
// form.addEventListener('submit', function(e) {
// e.preventDefault();
// // Here you would typically send the form data to your server
// alert('Thank you for your inquiry! A dispatch specialist will contact you shortly.');
// form.reset();
// });
}
// Animation on scroll
const animateOnScroll = () => {
const elements = document.querySelectorAll('.animate-slide-up, .animate-fade-in');
elements.forEach(element => {
const elementPosition = element.getBoundingClientRect().top;
const screenPosition = window.innerHeight / 1.3;
if (elementPosition < screenPosition) {
element.style.opacity = '1';
element.style.transform = 'translateY(0)';
}
});
};
// Run once on page load
animateOnScroll();
// Run on scroll
window.addEventListener('scroll', animateOnScroll);
</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=Ibrokhim1263/primedispatch2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>
|