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
/
vkraft
/
views
/
Upload File:
files >> /var/www/vkraft/views/about.php
<?php $activePage = 'about-us'; // Default fallback values for VKraft About Us Page $pageTitle = "About VKraft | Leading Event Management & Wedding Planning Company"; $pageDescription = "VKraft is a premier event management and wedding planning company in India. We specialize in creating unforgettable weddings, corporate events, and luxury celebrations with flawless execution."; $pageKeywords = "about VKraft, event management company India, wedding planner India, luxury weddings, corporate events, destination weddings, VKraft team"; // 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 we turn your celebrations into unforgettable experiences</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">Understanding Your Vision</h3> <p class="step-description">We begin with a detailed consultation to understand your style, preferences, and expectations for the big day or event.</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">Concept & Planning</h3> <p class="step-description">Our team creates customized themes, décor ideas, and event concepts tailored to your occasion with transparent planning.</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">Design & Detailing</h3> <p class="step-description">From stage décor to lighting, entertainment, and seating arrangements, we design every detail to match your vision perfectly.</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">Execution & Coordination</h3> <p class="step-description">On the event day, our expert coordinators manage everything seamlessly—vendors, logistics, and schedules—so you can enjoy stress-free.</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">Final Touch & Experience</h3> <p class="step-description">We ensure every moment is picture-perfect with personalized touches, giving your guests an unforgettable experience.</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">Memories for a Lifetime</h3> <p class="step-description">Your event doesn’t just end—it becomes a memory. With our professional photography, videography, and thoughtful planning, we help you cherish it forever.</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'; ?>