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/contact.php
<?php $activePage = 'contact'; // Default fallback values for VKraft Contact Page $pageTitle = "Contact Us | Kapil Driver Services Pvt. Ltd. – Book Professional Drivers & Taxi Rentals in Delhi NCR"; $pageDescription = "Get in touch with Kapil Driver Services Pvt. Ltd. for professional driver services, taxi rentals, valet parking, car training, and more. Call us at +91 9818784343 or +91 8800232020, or visit our office at 135 Gali No. 3, West Vinod Nagar, Near Mangalam Hospital, IP Extension, Patparganj, Delhi – 92."; $pageKeywords = "contact Kapil Driver Services, driver booking Delhi, taxi rental contact Delhi NCR, professional driver contact number, valet parking services Delhi, car training Delhi, tempo traveller booking, Urbania on rent, Kapil Driver Services phone number"; // 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">Contact</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">Contact</li> </ol> </nav> </div> </div> </div> <!-- <div class="contact-section"> <div class="contact-row"> <div class="contact-column"> <div class="contact-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#806853"> <path d="M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z"/> </svg> </div> <h3 class="contact-title">Phone/WhatsApp</h3> <p class="contact-text"><a href="tel:9990191619">+91 9990191619</a></p> </div> <div class="contact-column"> <div class="contact-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#806853"> <path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/> </svg> </div> <h3 class="contact-title">Email</h3> <p class="contact-text"><a href="mailto:support@mochiwale.com">umesh@vkraft.co</a></p> </div> <div class="contact-column"> <div class="contact-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#806853"> <path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/> </svg> </div> <h3 class="contact-title">Address</h3> <p class="contact-text">PAN-India including Delhi/NCR, Mumbai, Chandigarh</p> </div> </div> </div> --> <?php require 'views/layout/enquiry.php'; ?> <section class="fullwidth-map"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3502.566025622674!2d77.20697231508257!3d28.61273998242593!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390ce2a20cf069a9%3A0x5a9e725e6e653d9b!2sConnaught%20Place%2C%20New%20Delhi%2C%20Delhi!5e0!3m2!1sen!2sin!4v1620000000000!5m2!1sen!2sin" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy"> </iframe> </section> <?php require 'views/layout/enquiry-modal.php'; ?> <?php require 'views/layout/footer.php'; ?>