File size: 36,865 Bytes
7db945b 63a3653 7db945b 63a3653 7db945b 63a3653 7db945b 63a3653 7db945b 63a3653 7db945b 63a3653 7db945b | 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 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jimbara Executive Lodge | Luxury Accommodation in Mansa, Zambia</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>
.hero {
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
background-size: cover;
background-position: center;
height: 90vh;
}
.room-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);
}
.amenity-icon {
transition: all 0.3s ease;
}
.amenity-icon:hover {
transform: scale(1.1);
color: #d97706;
}
.parallax {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.testimonial-card {
transition: all 0.3s ease;
}
.testimonial-card:hover {
transform: scale(1.02);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.booking-form {
background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(5px);
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-lg fixed w-full z-10">
<div class="max-w-7xl mx-auto px-4">
<div class="flex justify-between items-center h-16">
<div class="flex items-center">
<a href="#" class="flex-shrink-0">
<span class="text-2xl font-bold text-amber-700">Jimbara</span>
<span class="text-gray-600">Executive Lodge</span>
</a>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-4">
<a href="#home" class="px-3 py-2 rounded-md text-sm font-medium text-amber-700 bg-amber-100">Home</a>
<a href="#rooms" class="px-3 py-2 rounded-md text-sm font-medium text-gray-600 hover:text-amber-700">Rooms</a>
<a href="#amenities" class="px-3 py-2 rounded-md text-sm font-medium text-gray-600 hover:text-amber-700">Amenities</a>
<a href="#gallery" class="px-3 py-2 rounded-md text-sm font-medium text-gray-600 hover:text-amber-700">Gallery</a>
<a href="#contact" class="px-3 py-2 rounded-md text-sm font-medium text-gray-600 hover:text-amber-700">Contact</a>
</div>
</div>
<div class="md:hidden">
<button class="mobile-menu-button p-2 rounded-md text-gray-700 hover:text-amber-700 focus:outline-none">
<i class="fas fa-bars text-xl"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div class="mobile-menu hidden md:hidden bg-white shadow-lg">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
<a href="#home" class="block px-3 py-2 rounded-md text-base font-medium text-amber-700 bg-amber-100">Home</a>
<a href="#rooms" class="block px-3 py-2 rounded-md text-base font-medium text-gray-600 hover:text-amber-700">Rooms</a>
<a href="#amenities" class="block px-3 py-2 rounded-md text-base font-medium text-gray-600 hover:text-amber-700">Amenities</a>
<a href="#gallery" class="block px-3 py-2 rounded-md text-base font-medium text-gray-600 hover:text-amber-700">Gallery</a>
<a href="#contact" class="block px-3 py-2 rounded-md text-base font-medium text-gray-600 hover:text-amber-700">Contact</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero flex items-center justify-center text-center text-white pt-16">
<div class="max-w-4xl px-4">
<h1 class="text-4xl md:text-6xl font-bold mb-6">Experience Luxury in the Heart of Mansa</h1>
<p class="text-xl md:text-2xl mb-8">Jimbara Executive Lodge offers premium accommodation with authentic Zambian hospitality in Luapula Province</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<a href="#rooms" class="px-8 py-3 bg-amber-600 hover:bg-amber-700 rounded-lg font-semibold transition duration-300">Our Rooms</a>
<a href="#contact" class="px-8 py-3 border-2 border-white hover:bg-white hover:text-gray-900 rounded-lg font-semibold transition duration-300">Book Now</a>
</div>
</div>
</section>
<!-- Welcome Section -->
<section class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-16 items-center">
<div class="mb-12 lg:mb-0">
<h2 class="text-3xl font-bold text-gray-900 mb-6">Welcome to Jimbara Executive Lodge</h2>
<p class="text-gray-600 mb-4">Nestled in the beautiful Luapula Province of Zambia, Jimbara Executive Lodge provides a perfect blend of modern comfort and traditional Zambian charm. Our lodge is designed to offer you an unforgettable experience whether you're visiting for business or leisure.</p>
<p class="text-gray-600 mb-6">Located in the heart of Mansa and adjacent to the Jimbara Mall, we're conveniently situated near major attractions and business centers, making us the ideal choice for discerning travelers.</p>
<div class="flex flex-wrap gap-4">
<div class="flex items-center">
<i class="fas fa-wifi text-amber-600 mr-2 text-xl"></i>
<span class="text-gray-700">Free WiFi</span>
</div>
<div class="flex items-center">
<i class="fas fa-shopping-cart text-amber-600 mr-2 text-xl"></i>
<span class="text-gray-700">Adjacent to Jimbara Mall</span>
</div>
<div class="flex items-center">
<i class="fas fa-utensils text-amber-600 mr-2 text-xl"></i>
<span class="text-gray-700">Restaurant</span>
</div>
<div class="flex items-center">
<i class="fas fa-parking text-amber-600 mr-2 text-xl"></i>
<span class="text-gray-700">Secure Parking</span>
</div>
</div>
</div>
<div class="relative">
<img src="https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Jimbara Lodge" class="rounded-lg shadow-xl w-full h-auto">
<div class="absolute -bottom-6 -right-6 bg-amber-600 p-4 rounded-lg shadow-lg hidden md:block">
<p class="text-white font-bold text-lg">Since 2010</p>
<p class="text-white text-sm">Serving with excellence</p>
</div>
</div>
</div>
</div>
</section>
<!-- Rooms Section -->
<section id="rooms" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Our Accommodation</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Choose from our selection of beautifully appointed rooms and suites designed for your comfort</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Room 1 -->
<div class="room-card bg-white rounded-lg overflow-hidden shadow-md transition duration-500">
<img src="https://images.unsplash.com/photo-1611892440501-80c8e422a50c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Standard Room" class="w-full h-64 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-900 mb-2">Standard Room</h3>
<p class="text-gray-600 mb-4">Perfect for solo travelers or couples, featuring a comfortable queen-size bed and modern amenities.</p>
<div class="flex justify-between items-center">
<span class="text-amber-700 font-bold text-lg">ZMW 450/night</span>
<a href="#contact" class="text-white bg-amber-600 hover:bg-amber-700 px-4 py-2 rounded-lg font-medium transition duration-300">Book Now</a>
</div>
</div>
</div>
<!-- Room 2 -->
<div class="room-card bg-white rounded-lg overflow-hidden shadow-md transition duration-500">
<img src="https://images.unsplash.com/photo-1566669437685-bc1f8df81ddf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Deluxe Room" class="w-full h-64 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-900 mb-2">Deluxe Room</h3>
<p class="text-gray-600 mb-4">Spacious accommodation with king-size bed, sitting area, and premium amenities for enhanced comfort.</p>
<div class="flex justify-between items-center">
<span class="text-amber-700 font-bold text-lg">ZMW 650/night</span>
<a href="#contact" class="text-white bg-amber-600 hover:bg-amber-700 px-4 py-2 rounded-lg font-medium transition duration-300">Book Now</a>
</div>
</div>
</div>
<!-- Room 3 -->
<div class="room-card bg-white rounded-lg overflow-hidden shadow-md transition duration-500">
<img src="https://images.unsplash.com/photo-1566669437685-bc1f8df81ddf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Executive Suite" class="w-full h-64 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-900 mb-2">Executive Suite</h3>
<p class="text-gray-600 mb-4">Our most luxurious option featuring separate living area, premium furnishings, and exclusive services.</p>
<div class="flex justify-between items-center">
<span class="text-amber-700 font-bold text-lg">ZMW 950/night</span>
<a href="#contact" class="text-white bg-amber-600 hover:bg-amber-700 px-4 py-2 rounded-lg font-medium transition duration-300">Book Now</a>
</div>
</div>
</div>
</div>
<div class="text-center mt-12">
<a href="#contact" class="inline-block px-8 py-3 border-2 border-amber-600 text-amber-600 hover:bg-amber-600 hover:text-white rounded-lg font-semibold transition duration-300">View All Rooms</a>
</div>
</div>
</section>
<!-- Amenities Section -->
<section id="amenities" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Our Amenities</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">We provide exceptional facilities to make your stay comfortable and memorable</p>
</div>
<div class="grid sm:grid-cols-2 lg:grid-cols-4 gap-8">
<!-- Amenity 1 -->
<div class="text-center p-6 rounded-lg hover:bg-gray-50 transition duration-300">
<div class="amenity-icon mx-auto mb-4 text-4xl text-amber-600">
<i class="fas fa-utensils"></i>
</div>
<h3 class="text-xl font-semibold text-gray-900 mb-2">Restaurant & Bar</h3>
<p class="text-gray-600">Enjoy delicious local and international cuisine at our on-site restaurant and unwind at our well-stocked bar.</p>
</div>
<!-- Amenity 2 -->
<div class="text-center p-6 rounded-lg hover:bg-gray-50 transition duration-300">
<div class="amenity-icon mx-auto mb-4 text-4xl text-amber-600">
<i class="fas fa-shopping-cart"></i>
</div>
<h3 class="text-xl font-semibold text-gray-900 mb-2">Jimbara Mall</h3>
<p class="text-gray-600">Convenient access to shopping, banking, and services right next door at Jimbara Mall.</p>
</div>
<!-- Amenity 3 -->
<div class="text-center p-6 rounded-lg hover:bg-gray-50 transition duration-300">
<div class="amenity-icon mx-auto mb-4 text-4xl text-amber-600">
<i class="fas fa-wifi"></i>
</div>
<h3 class="text-xl font-semibold text-gray-900 mb-2">High-Speed WiFi</h3>
<p class="text-gray-600">Stay connected with our complimentary high-speed internet access throughout the lodge.</p>
</div>
<!-- Amenity 4 -->
<div class="text-center p-6 rounded-lg hover:bg-gray-50 transition duration-300">
<div class="amenity-icon mx-auto mb-4 text-4xl text-amber-600">
<i class="fas fa-concierge-bell"></i>
</div>
<h3 class="text-xl font-semibold text-gray-900 mb-2">24/7 Concierge</h3>
<p class="text-gray-600">Our friendly staff is available around the clock to assist with any requests or arrangements.</p>
</div>
</div>
</div>
</section>
<!-- Gallery Section -->
<section id="gallery" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Gallery</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">A glimpse of the Jimbara Executive Lodge experience</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4">
<img src="https://images.unsplash.com/photo-1566669437685-bc1f8df81ddf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Lodge Interior" class="w-full h-48 object-cover rounded-lg shadow hover:shadow-lg transition duration-300">
<img src="https://images.unsplash.com/photo-1611892440501-80c8e422a50c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Room" class="w-full h-48 object-cover rounded-lg shadow hover:shadow-lg transition duration-300">
<img src="https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Lobby" class="w-full h-48 object-cover rounded-lg shadow hover:shadow-lg transition duration-300">
<img src="https://images.unsplash.com/photo-1582719471385-5adc0a1c4a0a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1472&q=80" alt="Restaurant" class="w-full h-48 object-cover rounded-lg shadow hover:shadow-lg transition duration-300">
<img src="https://images.unsplash.com/photo-1551632436-cbf8dd35adfa?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1471&q=80" alt="Mall Entrance" class="w-full h-48 object-cover rounded-lg shadow hover:shadow-lg transition duration-300">
<img src="https://images.unsplash.com/photo-1496417263034-38ec4f0b665a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Conference Room" class="w-full h-48 object-cover rounded-lg shadow hover:shadow-lg transition duration-300">
<img src="https://images.unsplash.com/photo-1578683010236-d716f9a3f461?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Bar Area" class="w-full h-48 object-cover rounded-lg shadow hover:shadow-lg transition duration-300">
<img src="https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Exterior" class="w-full h-48 object-cover rounded-lg shadow hover:shadow-lg transition duration-300">
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class="py-20 bg-amber-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-4">What Our Guests Say</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Hear from travelers who have experienced our hospitality</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="testimonial-card bg-white p-6 rounded-lg shadow-md transition duration-300">
<div class="flex items-center mb-4">
<div class="text-amber-600 text-2xl 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 mb-4">"The rooms are spacious and clean, with comfortable beds. The location next to Jimbara Mall is incredibly convenient for shopping and dining options."</p>
<div class="flex items-center">
<img src="https://randomuser.me/api/portraits/women/32.jpg" alt="Guest" class="w-10 h-10 rounded-full mr-3">
<div>
<h4 class="font-semibold text-gray-900">Sarah M.</h4>
<p class="text-sm text-gray-500">Business Traveler</p>
</div>
</div>
</div>
<!-- Testimonial 2 -->
<div class="testimonial-card bg-white p-6 rounded-lg shadow-md transition duration-300">
<div class="flex items-center mb-4">
<div class="text-amber-600 text-2xl 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 mb-4">"Excellent service and comfortable accommodations. The staff went above and beyond to make our stay pleasant. The proximity to the mall was a big plus!"</p>
<div class="flex items-center">
<img src="https://randomuser.me/api/portraits/men/45.jpg" alt="Guest" class="w-10 h-10 rounded-full mr-3">
<div>
<h4 class="font-semibold text-gray-900">David K.</h4>
<p class="text-sm text-gray-500">Family Vacation</p>
</div>
</div>
</div>
<!-- Testimonial 3 -->
<div class="testimonial-card bg-white p-6 rounded-lg shadow-md transition duration-300">
<div class="flex items-center mb-4">
<div class="text-amber-600 text-2xl 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 mb-4">"I've stayed at many lodges in Mansa, but Jimbara Executive Lodge stands out for its professional service and prime location. The restaurant food is delicious too!"</p>
<div class="flex items-center">
<img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Guest" class="w-10 h-10 rounded-full mr-3">
<div>
<h4 class="font-semibold text-gray-900">Grace L.</h4>
<p class="text-sm text-gray-500">Frequent Visitor</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact & Booking Section -->
<section id="contact" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-16">
<div class="mb-12 lg:mb-0">
<h2 class="text-3xl font-bold text-gray-900 mb-6">Contact Us</h2>
<div class="space-y-6">
<div class="flex items-start">
<div class="flex-shrink-0 text-amber-600 text-xl mt-1 mr-4">
<i class="fas fa-map-marker-alt"></i>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-900">Address</h3>
<p class="text-gray-600">Jimbara Complex, Mansa, Luapula Province, Zambia</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 text-amber-600 text-xl mt-1 mr-4">
<i class="fas fa-phone-alt"></i>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-900">Phone</h3>
<p class="text-gray-600">+260 123 456 789</p>
<p class="text-gray-600">+260 987 654 321</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 text-amber-600 text-xl mt-1 mr-4">
<i class="fas fa-envelope"></i>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-900">Email</h3>
<p class="text-gray-600">info@jimbara-lodge.com</p>
<p class="text-gray-600">reservations@jimbara-lodge.com</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 text-amber-600 text-xl mt-1 mr-4">
<i class="fas fa-clock"></i>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-900">Reception Hours</h3>
<p class="text-gray-600">24 hours / 7 days a week</p>
</div>
</div>
</div>
<div class="mt-8">
<h3 class="text-xl font-semibold text-gray-900 mb-4">Connect With Us</h3>
<div class="flex space-x-4">
<a href="#" class="text-amber-600 hover:text-amber-700 text-2xl">
<i class="fab fa-facebook"></i>
</a>
<a href="#" class="text-amber-600 hover:text-amber-700 text-2xl">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="text-amber-600 hover:text-amber-700 text-2xl">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-amber-600 hover:text-amber-700 text-2xl">
<i class="fab fa-tripadvisor"></i>
</a>
</div>
</div>
</div>
<div class="booking-form p-8 rounded-lg shadow-lg">
<h2 class="text-3xl font-bold text-gray-900 mb-6">Book Your Stay</h2>
<form>
<div class="grid grid-cols-1 gap-6">
<div>
<label for="name" class="block text-sm font-medium text-gray-700 mb-1">Full Name</label>
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-amber-500 focus:border-amber-500">
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email Address</label>
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-amber-500 focus:border-amber-500">
</div>
<div>
<label for="phone" class="block text-sm font-medium text-gray-700 mb-1">Phone Number</label>
<input type="tel" id="phone" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-amber-500 focus:border-amber-500">
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<label for="check-in" class="block text-sm font-medium text-gray-700 mb-1">Check-in Date</label>
<input type="date" id="check-in" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-amber-500 focus:border-amber-500">
</div>
<div>
<label for="check-out" class="block text-sm font-medium text-gray-700 mb-1">Check-out Date</label>
<input type="date" id="check-out" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-amber-500 focus:border-amber-500">
</div>
</div>
<div>
<label for="room-type" class="block text-sm font-medium text-gray-700 mb-1">Room Type</label>
<select id="room-type" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-amber-500 focus:border-amber-500">
<option>Standard Room</option>
<option>Deluxe Room</option>
<option>Executive Suite</option>
</select>
</div>
<div>
<label for="message" class="block text-sm font-medium text-gray-700 mb-1">Special Requests</label>
<textarea id="message" rows="3" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-amber-500 focus:border-amber-500"></textarea>
</div>
<div>
<button type="submit" class="w-full px-6 py-3 bg-amber-600 hover:bg-amber-700 text-white font-medium rounded-lg transition duration-300">Submit Booking Request</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Map Section -->
<div class="h-96 w-full">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3882.123456789012!2d28.123456789012345!3d-11.123456789012345!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMTHCsDA3JzI0LjQiUyAyOMKwMDcnMjQuNCJF!5e0!3m2!1sen!2szm!4v1234567890123!5m2!1sen!2szm" width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 class="text-xl font-bold mb-4">Jimbara Executive Lodge</h3>
<p class="text-gray-400">Premium accommodation with authentic Zambian hospitality in the heart of Mansa.</p>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Quick Links</h3>
<ul class="space-y-2">
<li><a href="#home" class="text-gray-400 hover:text-amber-500 transition duration-300">Home</a></li>
<li><a href="#rooms" class="text-gray-400 hover:text-amber-500 transition duration-300">Rooms</a></li>
<li><a href="#amenities" class="text-gray-400 hover:text-amber-500 transition duration-300">Amenities</a></li>
<li><a href="#gallery" class="text-gray-400 hover:text-amber-500 transition duration-300">Gallery</a></li>
<li><a href="#contact" class="text-gray-400 hover:text-amber-500 transition duration-300">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Contact Info</h3>
<ul class="space-y-2 text-gray-400">
<li class="flex items-start">
<i class="fas fa-map-marker-alt mt-1 mr-2 text-amber-500"></i>
<span>Jimbara Complex, Mansa, Zambia</span>
</li>
<li class="flex items-start">
<i class="fas fa-phone-alt mt-1 mr-2 text-amber-500"></i>
<span>+260 123 456 789</span>
</li>
<li class="flex items-start">
<i class="fas fa-envelope mt-1 mr-2 text-amber-500"></i>
<span>info@jimbara-lodge.com</span>
</li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Newsletter</h3>
<p class="text-gray-400 mb-4">Subscribe to our newsletter for special offers and updates.</p>
<form class="flex">
<input type="email" placeholder="Your email" class="px-4 py-2 w-full rounded-l-lg focus:outline-none text-gray-900">
<button type="submit" class="bg-amber-600 hover:bg-amber-700 px-4 py-2 rounded-r-lg transition duration-300">
<i class="fas fa-paper-plane"></i>
</button>
</form>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 text-sm mb-4 md:mb-0">© 2023 Jimbara Executive Lodge. All rights reserved.</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-amber-500 transition duration-300">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="text-gray-400 hover:text-amber-500 transition duration-300">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-amber-500 transition duration-300">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="text-gray-400 hover:text-amber-500 transition duration-300">
<i class="fab fa-tripadvisor"></i>
</a>
</div>
</div>
</div>
</footer>
<!-- Back to Top Button -->
<button id="back-to-top" class="fixed bottom-8 right-8 bg-amber-600 text-white p-3 rounded-full shadow-lg hidden">
<i class="fas fa-arrow-up"></i>
</button>
<script>
// Mobile menu toggle
const mobileMenuButton = document.querySelector('.mobile-menu-button');
const mobileMenu = document.querySelector('.mobile-menu');
mobileMenuButton.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
// Back to top button
const backToTopButton = document.getElementById('back-to-top');
window.addEventListener('scroll', () => {
if (window.pageYOffset > 300) {
backToTopButton.classList.remove('hidden');
} else {
backToTopButton.classList.add('hidden');
}
});
backToTopButton.addEventListener('click', () => {
window.scrollTo({ top: 0, behavior: 'smooth' });
});
// 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 (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
}
});
});
</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=Raversray/jimbara" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |