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
/
mochiwale
/
views
/
Upload File:
files >> /var/www/mochiwale/views/home.php
<?php $activePage = 'home'; // Default fallback values $pageTitle = "Shoe Cleaning Services in Delhi | Mochi Wale"; $pageDescription = "Get premium shoe cleaning, protection, and recoloring services by Mochi Wale. Book pickup today!"; $pageKeywords = "shoe cleaning, leather care, shoe protection, shoe recoloring, Delhi, Mochi Wale"; // 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/services.php'; ?> <?php require 'views/layout/about.php'; ?> <?php require 'views/layout/testimonial.php'; ?> <section class="cta-section position-relative" style="height: 300px;"> <!-- Background Image --> <div class="cta-background h-100"> <img src="https://images.unsplash.com/photo-1600185365483-26d7a4cc7519?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80" alt="CTA Background" class="img-fluid w-100 h-100 object-fit-cover"> <div class="cta-overlay h-100"></div> </div> <!-- CTA Content - Now Centered --> <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 Restore Your Luxury Items?</h2> <p class="cta-text mb-4 mx-auto" style="max-width: 700px;">Experience premium shoe and leather care services with our expert team.</p> <div class="cta-buttons"> <a href="/schedule-pickup" class="btn btn-primary btn-lg px-4 me-2 mb-2 mb-md-0"> <i class="fas fa-calendar-alt me-2"></i> Schedule Pickup </a> <a href="tel:9540695506" class="btn btn-outline-light btn-lg px-4"> <i class="fas fa-phone-alt fa-flip-horizontal me-2"></i> Call Now </a> </div> </div> </div> </section> <?php require 'views/layout/enquiry-modal.php'; ?> <?php require 'views/layout/faq.php'; ?> <?php require 'views/layout/footer.php'; ?>