File Manager
Editing: services.php
<?php require_once 'header.php'; ?> <!-- Services Header --> <section class="hero"> <div class="container"> <h1>Our Services</h1> <p>Comprehensive solutions designed to help your business thrive and grow.</p> </div> </section> <!-- Services Grid --> <section class="section"> <div class="container"> <div class="section-title"> <h2>What we Offer</h2> <p>Comprehensive solutions designed to meet your business needs effectively.</p> </div> <div class="services-grid"> <!-- delivery --> <div class="service-card"> <div class="service-icon"> <i class="fas fa-truck"></i> </div> <h3>Delivery Services</h3> <p>Reliable and timely delivery of products to your specified location. We offer same-day and scheduled delivery options.</p> <div class="service-features"> <p><i class="fas fa-check"></i>Fast Delivery</p> <p><i class="fas fa-check"></i>Real-time tracking</p> </div> <a href="contact.php" class="btn">Arrange Delivery</a> </div> <!-- in-person service --> <div class="service-card"> <div class="service-icon"> <i class="fas fa-user-friends"></i> </div> <h3>In-Person Services</h3> <p>Personalized, face-to-face service delivery including consultations, demonstrations, and on-site support.</p> <div class="service-features"> <p><i class="fas fa-check"></i>Expert consultation</p> <p><i class="fas fa-check"></i>Personalized attention</p> </div> <a href="contact.php" class="btn">Get Service</a> </div> <!-- order on request --> <div class="service-card"> <div class="service-icon"> <i class="fas fa-clipboard-list"></i> </div> <h3>Order on Request</h3> <p>Special order placement for custom requirements, bulk orders, or products not regulary stocked</p> <div class="service-features"> <p><i class="fas fa-check"></i>Custom orders</p> <p><i class="fas fa-check"></i>Special requests</p> </div> <a href="contact.php" class="btn">Request on eizon</a> </div> <!-- customer support --> <div class="service-card"> <div class="service-icon"> <i class="fas fa-headset"></i> </div> <h3>Customer Support</h3> <p>Round-the-clock support through multiple channels including phone, email, chat, and social media.</p> <div class="service-features"> <p><i class="fas fa-check"></i>24/7 availability</p> <p><i class="fas fa-check"></i>Multiple channels</p> </div> <a href="contact.php" class="btn">Contact Support</a> </div> </div> </div> </section> <!-- Service Process --> <section class="section bg-light"> <div class="container"> <div class="section-title"> <h2>Our Process</h2> <p>How we work with you to achieve success</p> </div> <div class="process-steps"> <div class="process-step"> <div class="step-number">1</div> <h3>Consultation</h3> <p>We begin by understanding your specific needs and requirements.</p> </div> <div class="process-step"> <div class="step-number">2</div> <h3>Planning</h3> <p>We develop a customized plan tailored to your business objectives.</p> </div> <div class="process-step"> <div class="step-number">3</div> <h3>Implementation</h3> <p>Our team executes the plan with precision and attention to detail.</p> </div> <div class="process-step"> <div class="step-number">4</div> <h3>Support</h3> <p>We provide ongoing support to ensure continued success.</p> </div> </div> </div> </section> <?php require_once 'footer.php'; ?>
💾 Save
⬅ Back