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/home.php
<?php $activePage = 'home'; // Default fallback values for Right2Reach $pageTitle = "Kapil Driver Services | Professional Driver, Taxi & Vehicle Solutions in Delhi NCR"; $pageDescription = "Kapil Driver Services Pvt. Ltd. has been providing reliable driver and taxi services for over 21 years in Delhi NCR. We offer professional driver services, taxi rentals (Dzire, Ertiga, Innova Crysta), tempo travellers, luxury Urbania, valet parking, car training school, car washing, and more — all with trusted expertise."; $pageKeywords = "driver services Delhi, taxi rentals Delhi NCR, Innova Crysta on rent, Ertiga taxi hire, professional drivers in Delhi, valet parking services, car training school Delhi, tempo traveller rental, Urbania on rent, Kapil Driver Services, car washing, car insurance, car repair, car loan assistance, towing service"; // 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'; ?> <?php require 'views/layout/hero.php'; ?> <?php require 'views/layout/brands.php'; ?> <?php require 'views/layout/cab.php'; ?> <?php require 'views/layout/about.php'; ?> <?php require 'views/layout/services.php'; ?> <section class="cta-section position-relative" style="height: 300px;"> <!-- Background Image --> <div class="cta-background h-100"> <div class="cta-overlay h-100"></div> </div> <!-- CTA Content --> <div class="cta-content h-100 d-flex align-items-center justify-content-center text-white position-relative"> <div class="text-center"> <h2 class="cta-title display-5 fw-bold mb-3">Ready to Book Your Ride ?</h2> <p class="cta-text mb-4 mx-auto" style="max-width: 700px;"> Experience trusted, affordable, and professional transportation services with <strong>Kapil Driver Services Pvt. Ltd.</strong>. </p> <div class="cta-buttons"> <a href="<?= BASE_URL ?>/contact" class="btn btn-primary btn-lg px-4 me-2 mb-2 mb-md-0"> <i class="fas fa-car-side me-2"></i> Book a Ride </a> <a href="<?= BASE_URL ?>/services" class="btn btn-outline-light btn-lg px-4"> <i class="fas fa-user-tie me-2"></i> Hire a Driver </a> </div> </div> </div> </section> <?php require 'views/layout/testimonial.php'; ?> <?php require 'views/layout/enquiry-modal.php'; ?> <?php require 'views/layout/faq.php'; ?> <?php require 'views/layout/footer.php'; ?>