Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
wobblies
/
__MACOSX
:
service.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php include "./include/header.php"; ?> <?php session_start(); $exploreLink = isset($_SESSION['userid']) ? 'dashboard/projects.php' : 'login.php'; ?> <?php session_start(); $explore_link = isset($_SESSION['userid']) ? 'dashboard/projects.php' : 'signup.php'; ?> <!-- Page Header Start --> <div class="container-fluid page-header py-5 mb-5 wow fadeIn" data-wow-delay="0.1s"> <div class="container text-center py-5"> <h1 class="display-2 text-white mb-4 animated slideInDown">Digital Marketing Services</h1> <nav aria-label="breadcrumb animated slideInDown"> <ol class="breadcrumb justify-content-center mb-0"> <li class="breadcrumb-item"><a href="#">Home</a></li> <li class="breadcrumb-item"><a href="#">Pages</a></li> <li class="breadcrumb-item text-primary" aria-current="page">Services</li> </ol> </nav> </div> </div> <!-- Page Header End --> <!-- Service Start --> <div class="container-xxl py-5"> <div class="container"> <div class="text-center mx-auto wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px;"> <p class="fs-5 fw-medium text-primary">What We Do</p> <h1 class="display-5 mb-5">Powerful Digital Marketing Services to Grow Your Business</h1> </div> <div class="row g-4"> <!-- SEO Services --> <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s"> <div class="service-item position-relative h-100"> <div class="service-text rounded p-5"> <div class="btn-square bg-light rounded-circle mx-auto mb-4" style="width: 64px; height: 64px;"> <img class="img-fluid" src="img/icon/icon-5.png" alt="SEO Icon"> </div> <h5 class="mb-3">Search Engine Optimization (SEO)</h5> <p>Improve your website’s visibility on Google and other search engines with our strategic SEO services.</p> </div> <div class="service-btn rounded-0 rounded-bottom"> <a href="<?= $exploreLink ?>" class="btn btn-primary rounded-pill py-3 px-5 animated slideInLeft">Explore More</a> </div> </div> </div> <!-- Social Media Marketing --> <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.3s"> <div class="service-item position-relative h-100"> <div class="service-text rounded p-5"> <div class="btn-square bg-light rounded-circle mx-auto mb-4" style="width: 64px; height: 64px;"> <img class="img-fluid" src="img/icon/icon-6.png" alt="Social Media Icon"> </div> <h5 class="mb-3">Social Media Marketing</h5> <p>We create engaging social media campaigns that drive traffic, increase followers, and grow brand awareness.</p> </div> <div class="service-btn rounded-0 rounded-bottom"> <a href="<?= $exploreLink ?>" class="btn btn-primary rounded-pill py-3 px-5 animated slideInLeft">Explore More</a> </div> </div> </div> <!-- Content Marketing --> <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.5s"> <div class="service-item position-relative h-100"> <div class="service-text rounded p-5"> <div class="btn-square bg-light rounded-circle mx-auto mb-4" style="width: 64px; height: 64px;"> <img class="img-fluid" src="img/icon/icon-7.png" alt="Content Icon"> </div> <h5 class="mb-3">Content Marketing</h5> <p>We help you attract and convert customers with compelling blog posts, videos, infographics, and more.</p> </div> <div class="service-btn rounded-0 rounded-bottom"> <a href="<?= $exploreLink ?>" class="btn btn-primary rounded-pill py-3 px-5 animated slideInLeft">Explore More</a> </div> </div> </div> <!-- Email Marketing --> <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s"> <div class="service-item position-relative h-100"> <div class="service-text rounded p-5"> <div class="btn-square bg-light rounded-circle mx-auto mb-4" style="width: 64px; height: 64px;"> <img class="img-fluid" src="img/icon/icon-8.png" alt="Email Icon"> </div> <h5 class="mb-3">Email Marketing</h5> <p>Keep your audience engaged with personalized, automated, and high-converting email campaigns.</p> </div> <div class="service-btn rounded-0 rounded-bottom"> <a href="<?= $exploreLink ?>" class="btn btn-primary rounded-pill py-3 px-5 animated slideInLeft">Explore More</a> </div> </div> </div> <!-- Pay-Per-Click --> <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.3s"> <div class="service-item position-relative h-100"> <div class="service-text rounded p-5"> <div class="btn-square bg-light rounded-circle mx-auto mb-4" style="width: 64px; height: 64px;"> <img class="img-fluid" src="img/icon/icon-9.png" alt="PPC Icon"> </div> <h5 class="mb-3">Pay-Per-Click Advertising</h5> <p>Boost visibility instantly with ROI-driven PPC campaigns on Google, Bing, and social platforms.</p> </div> <div class="service-btn rounded-0 rounded-bottom"> <a href="<?= $exploreLink ?>" class="btn btn-primary rounded-pill py-3 px-5 animated slideInLeft">Explore More</a> </div> </div> </div> <!-- Analytics & Strategy --> <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.5s"> <div class="service-item position-relative h-100"> <div class="service-text rounded p-5"> <div class="btn-square bg-light rounded-circle mx-auto mb-4" style="width: 64px; height: 64px;"> <img class="img-fluid" src="img/icon/icon-10.png" alt="Analytics Icon"> </div> <h5 class="mb-3">Analytics & Strategy</h5> <p>Track performance and optimize campaigns with real-time analytics and data-driven strategies.</p> </div> <div class="service-btn rounded-0 rounded-bottom"> <a href="<?= $exploreLink ?>" class="btn btn-primary rounded-pill py-3 px-5 animated slideInLeft">Explore More</a> </div> </div> </div> </div> </div> </div> <!-- Service End --> <!-- Testimonial Start --> <div class="container-xxl pt-5"> <div class="container"> <div class="text-center text-md-start pb-5 pb-md-0 wow fadeInUp" data-wow-delay="0.1s" style="max-width: 500px;"> <p class="fs-5 fw-medium text-primary">Testimonials</p> <h1 class="display-5 mb-5">What Our Clients Say</h1> </div> <div class="owl-carousel testimonial-carousel wow fadeInUp" data-wow-delay="0.1s"> <div class="testimonial-item rounded p-4 p-lg-5 mb-5"> <!-- <img class="mb-4" src="img/testimonial-1.jpg" alt="Client 1"> --> <p class="mb-4">“Their SEO and social media strategies helped us double our traffic in 3 months. Highly recommended!”</p> <h5>Samuel Aaron</h5> <span class="text-primary">Marketing Manager</span> </div> <div class="testimonial-item rounded p-4 p-lg-5 mb-5"> <!-- <img class="mb-4" src="img/testimonial-2.jpg" alt="Client 2"> --> <p class="mb-4">“They’re experts in content and paid ads. We saw a 5x return on our Google Ads spend.”</p> <h5>Jacob Smith</h5> <span class="text-primary">Startup Founder</span> </div> <div class="testimonial-item rounded p-4 p-lg-5 mb-5"> <!-- <img class="mb-4" src="img/testimonial-3.jpg" alt="Client 3"> --> <p class="mb-4">“The team is proactive, responsive, and data-driven. Our brand has never been stronger online.”</p> <h5>Linda Christain</h5> <span class="text-primary">E-commerce Owner</span> </div> </div> </div> </div> <!-- Testimonial End --> <?php include "./include/footer.php"; ?>