BLACKSITE
:
216.73.216.62
:
147.93.18.13 / vinyasaweddings.com
:
Linux srv667811 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64
:
/
var
/
www
/
kds
/
views
/
Upload File:
files >> /var/www/kds/views/about.php
<?php $activePage = 'about-us'; // Default fallback values for Right2Reach About Us Page $pageTitle = "About Us | Kapil Driver Services Pvt. Ltd. – 21 Years of Trusted Driver & Vehicle Solutions"; $pageDescription = "Kapil Driver Services Pvt. Ltd. has been a trusted name in driver and vehicle services for over 21 years. Based in Delhi NCR, we provide professional driver services, taxi rentals, tempo travellers, valet parking, car training, washing, insurance, and more — all with reliability and customer satisfaction as our top priority."; $pageKeywords = "about Kapil Driver Services, driver company in Delhi, taxi and car rental Delhi NCR, tempo traveller rental, valet parking services, car driving school, professional drivers, car cleaning and washing, trusted vehicle service provider Delhi"; // Fetch SEO data from DB $stmt = $db->prepare("SELECT seo_title, seo_keywords, seo_description FROM pages WHERE page_name = ?"); $stmt->execute([$activePage]); $data = $stmt->fetch(PDO::FETCH_ASSOC); if ($data) { $pageTitle = $data['seo_title'] ?: $pageTitle; $pageKeywords = $data['seo_keywords'] ?: $pageKeywords; $pageDescription = $data['seo_description'] ?: $pageDescription; } require 'views/layout/header.php'; ?> <div class="breadcrumb-hero position-relative"> <div class="breadcrumb-bg"> <img src="<?= BASE_URL ?>/public/Images/breadcumb.jpg" alt="Background" class="img-fluid w-100"> <div class="breadcrumb-overlay"></div> </div> <div class="breadcrumb-content position-relative text-center text-white"> <div class="container"> <h1 class="page-title display-4 fw-bold mb-3">About</h1> <nav aria-label="breadcrumb"> <ol class="breadcrumb justify-content-center mb-0"> <li class="breadcrumb-item"> <a href="/" class="text-white text-decoration-none">Home</a> </li> <li class="breadcrumb-item active text-dark" aria-current="page">About</li> </ol> </nav> </div> </div> </div> <?php require 'views/layout/about.php'; ?> <section class="process-section py-5"> <div class="container"> <div class="section-header text-center mb-5"> <h2 class="section-title">Our Process</h2> <p class="section-subtitle">How Kapil Driver Services ensures a smooth and reliable experience for every customer</p> </div> <div class="process-steps"> <!-- Step 1 --> <div class="process-step"> <div class="step-number">1</div> <div class="step-content"> <h3 class="step-title">Booking & Inquiry</h3> <p class="step-description">Your journey begins with a simple call or online inquiry. Our team listens carefully to your requirements—whether it’s a cab booking, driver service, or vehicle rental—and suggests the best option based on your needs and budget.</p> </div> <div class="step-connector"></div> </div> <!-- Step 2 --> <div class="process-step"> <div class="step-number">2</div> <div class="step-content"> <h3 class="step-title">Confirmation & Scheduling</h3> <p class="step-description">Once your booking details are finalized, we confirm the service instantly. You receive driver and vehicle details with exact timings to ensure complete transparency and punctual service delivery.</p> </div> <div class="step-connector"></div> </div> <!-- Step 3 --> <div class="process-step"> <div class="step-number">3</div> <div class="step-content"> <h3 class="step-title">Driver Assignment & Vehicle Preparation</h3> <p class="step-description">We assign a trained, background-verified driver and prepare a well-maintained vehicle for your trip. Our quality team ensures the car is clean, serviced, and equipped for a safe and comfortable journey.</p> </div> <div class="step-connector"></div> </div> <!-- Step 4 --> <div class="process-step"> <div class="step-number">4</div> <div class="step-content"> <h3 class="step-title">Pickup & Journey Execution</h3> <p class="step-description">Your driver arrives on time at your pickup location. Enjoy a smooth, safe, and pleasant drive—whether it’s a local ride, outstation tour, corporate travel, or special event booking.</p> </div> <div class="step-connector"></div> </div> <!-- Step 5 --> <div class="process-step"> <div class="step-number">5</div> <div class="step-content"> <h3 class="step-title">Completion & Feedback</h3> <p class="step-description">After the trip, we request your feedback to ensure consistent service quality. Our goal is to make every experience better through customer satisfaction and continuous improvement.</p> </div> <div class="step-connector"></div> </div> <!-- Step 6 --> <div class="process-step"> <div class="step-number">6</div> <div class="step-content"> <h3 class="step-title">Support & Long-Term Relationship</h3> <p class="step-description">We provide ongoing support for repeat customers, corporate accounts, and regular service subscribers. With 21+ years of trust, we believe in building long-term relationships through reliability, safety, and professionalism.</p> </div> </div> </div> </div> </section> <?php require 'views/layout/testimonial.php'; ?> <?php require 'views/layout/faq.php'; ?> <?php require 'views/layout/enquiry-modal.php'; ?> <?php require 'views/layout/footer.php'; ?>