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/contact.php
<?php $activePage = 'contact'; // 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'; ?> <!-- <div class="breadcrumb-hero position-relative"> <div class="breadcrumb-bg"> <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="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-primary" aria-current="page">Contact</li> </ol> </nav> </div> </div> </div> --> <div class="contact-section"> <div class="contact-row"> <!-- Location --> <div class="contact-column"> <div class="contact-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="var(--primary)"> <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">Service Areas</h3> <p class="contact-text">PAN-India including Delhi/NCR, Mumbai, Chandigarh</p> </div> <!-- Hours --> <div class="contact-column"> <div class="contact-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="var(--primary)"> <path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.5-13H11v6l5.2 3.2.8-1.3-4.5-2.7V7z"/> </svg> </div> <h3 class="contact-title">Opening Hours</h3> <p class="contact-text">Tuesday-Sunday: 10AM–7PM<br>Monday: Booking only</p> </div> <!-- Phone --> <div class="contact-column"> <div class="contact-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="var(--primary)"> <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:9540695506">95406 95506</a></p> </div> <!-- Email --> <div class="contact-column"> <div class="contact-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="var(--primary)"> <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">support@mochiwale.com</a></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'; ?>