Server : LiteSpeed
System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User : outerorb ( 1091)
PHP Version : 8.1.34
Disable Function : mail
Directory :  /home2/outerorb/zapnix.co/

πŸ“ Create New:
⬆️ Upload File:
Current Dir [ Writable ] Root [ Writable ]


OR Upload from URL:
URL: Save as:

πŸ“„ File: index.php

Path: /home2/outerorb/zapnix.co/index.php

Size: 39.06 KB

Permissions: 0644

<?php include_once("include/main.inc.php");
$admin_res = getAdminDetails();
//Home data query
$homepage = mysqli_query($GLOBALS['dbconn'], "select pageDesc,page_metatitle,page_keyword,page_metadesc,pageDesc1,pageTitle,pageBanner, pageImage, page_keyword, page_metadesc, page_metatitle, pageBanner,keyword1,keyword2 from static_pages where pageID='1' and status='Y'");
//Home page Banners
$home_res = mysqli_fetch_array($homepage);
$banner_link = upload_url."page-banners/" . $home_res['pageBanner'];
$image_link = upload_url . "page-images/" . $home_res['pageImage'];


//setting standard format of meta tags by key1 & key2
if ($home_res['keyword1'] != '' && $home_res['keyword2'] != '') {

  $m_title = "hotkeyword1 Manufacturers,hotkeyword2 Suppliers Exporters city, country";

  $page_metatitle = str_replace('hotkeyword1', $home_res['keyword1'], str_replace('hotkeyword2', $home_res['keyword2'], str_replace('city', $admin_res['city'],  str_replace('state', $admin_res['state'], str_replace('country', $admin_res['country'], $m_title)))));

  $m_keyword = "hotkeyword1 Manufacturers,hotkeyword2 Manufacturers,hotkeyword1 Suppliers, hotkeyword2 Suppliers,hotkeyword1 Exporters,hotkeyword2 Exporters,hotkeyword1,hotkeyword2";

  $page_metakey = str_replace('hotkeyword1', $home_res['keyword1'], str_replace('hotkeyword2', $home_res['keyword2'],  str_replace('state', $admin_res['state'], $m_keyword)));

  $m_desc = "companyName is the leading hotkeyword1 Manufacturers in city. Best Quality hotkeyword2 Suppliers and Exporters in country at Factory Price. Call phone";

  $page_metadesc = str_replace('hotkeyword1', $home_res['keyword1'], str_replace('hotkeyword2', $home_res['keyword2'], str_replace('companyName', $admin_res['companyName'], str_replace('phone', $admin_res['mobile'],str_replace('city', $admin_res['city'], str_replace('state', $admin_res['state'], str_replace('country', $admin_res['country'], $m_desc)))))));

 

} else if($home_res['page_metatitle']!='' && $home_res['page_metadesc']!='') {
 
  //getting metatags from admin

  $page_metatitle = $home_res['page_metatitle'];

  $page_metakey = $home_res['page_keyword'];

  $page_metadesc = $home_res['page_metadesc'];
}
// else{
//   //standard meta tags
//   $page_metatitle = "School Furniture Manufacturers,School Furniture Suppliers Exporters ".$admin_res['city'].", ".$admin_res['country']."";
//   $page_metadesc = "".$admin_res['companyName']." is the leading School Furniture Manufacturers in ".$admin_res['city'].". Best Quality School Furniture Suppliers and Exporters in ".$admin_res['country']." at Factory Price. Call ".$admin_res['mobile']."";
//   $page_metakey = "School Furniture Manufacturers,School Furniture Suppliers,School Furniture Exporters,School Furniture";

// }

$page_desc = $home_res['pageDesc1'];

$page_desc = str_ireplace('{companyName}', $admin_res['companyName'], $page_desc);

$blog = mysqli_query($GLOBALS['dbconn'], "select blogDate,catImage,catName,blogDname,catDesc,blog_written,blogDate from blog_tbl order by catID DESC  limit 0,4");


?>

<!DOCTYPE html>
<html lang="en">

<head>
    <!-- ========== Meta Tags ========== -->
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <?php include 'app_top.php'; ?>
</head>

<body>
    <?php include 'header.php'; ?>

    <section class="hero-section hero-4 bg-cover" style="background-image: url('<?=theme_url;?>img/section-bg.jpg');">
        <div class="container">
            <div class="row g-4 align-items-center">
                <div class="col-lg-6">
                    <div class="hero-content">
                        <div class="tt wow fadeInUp">Digital Marketing That Drives Revenue</div>
                        <h1 class="maintt wow fadeInUp" data-wow-delay=".3s">Cost-Effective Digital Marketing Company in USA</h1>
                        <p class="wow fadeInUp" data-wow-delay=".5s">
                        Helping startups, SMBs, and local firms grow smarter with results-driven web design, SEO, and branding solutions.
                        </p>
                        <div class="search-bx mt-4 mobile_hide">
                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-envelope-open-fill" viewBox="0 0 16 16">
                                <path d="M8.941.435a2 2 0 0 0-1.882 0l-6 3.2A2 2 0 0 0 0 5.4v.314l6.709 3.932L8 8.928l1.291.718L16 5.714V5.4a2 2 0 0 0-1.059-1.765zM16 6.873l-5.693 3.337L16 13.372v-6.5Zm-.059 7.611L8 10.072.059 14.484A2 2 0 0 0 2 16h12a2 2 0 0 0 1.941-1.516M0 13.373l5.693-3.163L0 6.873z"></path>
                            </svg>
                            <form action="" method="post" id="">
                                <input type="text" name="emailPro" id="emailPro" required placeholder="Enter Your Email">
                                <button class="sub-btn" id="proposalMail">Send A Proposal <i class="fa-solid fa-arrow-right-long"></i></button>
                            </form>
                        </div>
                        <div class="hero-button">
                            <a title="Explore More" href="<?=site_url;?>/about-us.html" class="theme-btn wow fadeInUp" data-wow-delay=".7s">
                                Explore More
                                <i class="fa-solid fa-arrow-right-long"></i>
                            </a>
                             <span class="button-text wow fadeInUp" data-wow-delay=".9s">
                                <a target="_blank" title="Youtube" data-fancybox href="https://www.youtube.com/watch?v=I3r91wD1wUA"
                                    class="video-btn ripple video-popup">
                                    <i class="fa-solid fa-play"></i>
                                </a>
                              
                                <span class="ms-4 d-line">Watch IT Video</span>
                            </span>
                        </div>
                    </div>
                </div>

                <?php 
           $bannerHome = mysqli_query($GLOBALS['dbconn'], "select personName,bannerImage from banner_tbl where status='Y' order by bannerorder");
           while($resBanner = mysqli_fetch_assoc($bannerHome))
            {
                ?>
                <div class="col-lg-6 wow fadeInUp" data-wow-delay=".4s">
                    <div class="hero-image">
                        <img src="<?=upload_url;?>banner-image/<?=$resBanner['bannerImage'];?>" alt="<?=$resBanner['personName'];?> USA" title="<?=$resBanner['personName'];?> USA">
                    </div>
                </div>

                <?php } ?>
            </div>
        </div>
    </section>

    <div class="brand-section-2 fix section-padding pt-5">
        <div class="container-fluid px-md-5">
            <div class="brand-wrapper-2">
                <div class="swiper brand-slider-2">
                    <div class="swiper-wrapper">   
                        
                  <?php 
                    $clientlogo = mysqli_query($GLOBALS['dbconn'], "select logo_image,name from client_tbl where status='Y'");
                    while($logo = mysqli_fetch_assoc($clientlogo))
                {
                ?>
                        <div class="swiper-slide">
                            <div class="brand-img">
                                <img src="<?=upload_url;?>client-image/<?=$logo['logo_image'];?>" alt="<?=$logo['name'];?>" title="<?=$logo['name'];?>">
                            </div>
                        </div>
                        <?php } ?>
                    </div>
                </div>
            </div>
        </div>
    </div>


    <section class="service-section-3 section-padding pt-3">
        <div class="line-shape-2">
            <img src="<?=theme_url;?>img/service/line-shape-2.png" alt="shape-img" title="shape-img">
        </div>
        <div class="container-fluid px-md-5">
            <div class="section-title text-center">
                <div class="tt wow fadeInUp">How We <span> Drive Revenue</span></div>
                <p class="wow fadeInUp" data-wow-delay=".3s">Zapnix helps your business achieve revenue goals with custom omnichannel marketing strategies, expertly crafted and data-driven. Our team delivers tailored solutions, maximizing results without the hassle of managing multiple agencies.

With a seamless, insight-driven approach, we create impactful campaigns that align with your business objectives. Partner with Zapnix, a top-rated agency, and let’s drive sustainable growth together.</p>
            </div>
            <div class="row">
                 
              <?php 
              $home_categgorys = mysqli_query($GLOBALS['dbconn'], "select catImage, catName, displayName, catIcon, catDesc, catID from category_tbl where parentID = '0' and home_category='1' and status='Y' order by catOrder");
                 while ($homeCatRes = mysqli_fetch_assoc($home_categgorys)) {
               ?>
                <div class="col-xl-3 col-lg-4 col-md-6 wow fadeInUp" data-wow-delay=".3s">
                    <div class="service-box-items style-3 active">
                        <div class="icon">
                            <img src="<?=upload_url;?>category/caticon/<?=$homeCatRes['catIcon'];?>" title="<?=$homeCatRes['catName'];?> in USA, Canada" alt="<?=$homeCatRes['catName'];?> in USA, Canada">
                        </div>
                        <div class="content">
                            <div class="tt">
                                <a title="<?=$homeCatRes['displayName'];?> in USA, Canada" href="<?=site_url;?>/<?=getValidFileName($homeCatRes['catName']);?>.html">
                                   <?=$homeCatRes['displayName'];?>
                                </a>
                            </div>
                            <p>
                               <?=$homeCatRes['catDesc'];?>
                            </p>
                            <a title="Read More" href="<?=site_url;?>/<?=getValidFileName($homeCatRes['catName']);?>.html" class="theme-btn-2">
                                read More
                                <i class="fa-solid fa-arrow-right-long"></i>
                            </a>
                        </div>
                    </div>
                </div>

                 <?php } ?>
            </div>
        </div>
        </div>
    </section>


    <section class="about-section section-padding fix pt-5 mb-2">
        <div class="container-fluid px-md-5">
            <div class="about-wrapper-2 style-2">
                <div class="row align-items-center">
                      <?php
                        $homeabout = mysqli_query($GLOBALS['dbconn'], "select pageDesc,page_metatitle,page_keyword,page_metadesc,pageDesc1,pageTitle,pageBanner, pageImage, page_keyword, page_metadesc, page_metatitle, pageBanner,keyword1,keyword2 from static_pages where pageID='1' and status='Y'");
                        while ($aboutRes = mysqli_fetch_assoc($homeabout)){;
                            $banner_link = upload_url."page-banners/" . $home_res['pageBanner'];
                       
                       ?>
                    <div class="col-lg-5 col-12">
                        <div class="about-image-2 wow fadeInUp" data-wow-delay=".4s">
                            <img  src="<?= $banner_link ;?>" alt="Digital Marketing Agency in USA" title=" Digital Marketing Agency in USA">
                        </div>
                    </div>
                    <div class="col-lg-7 mt-4 mt-lg-0">
                        <div class="about-content">
                            <div class="section-title mb-3">
                                <span class="wow fadeInUp">ABOUT Zapnix Inc</span>
                                <h2 class="tt wow fadeInUp" data-wow-delay=".3s">Fueling Digital Transformation for <span>Modern Businesses in the USA</span></h2>
                            </div>
                              <p><?=html_entity_decode($aboutRes['pageDesc1']);?></p>

                            <div class="about-button wow fadeInUp" data-wow-delay=".9s">
                                <a title="Explore More" href="<?=site_url;?>/about-us.html" class="theme-btn">
                                    Explore More
                                    <i class="fa-solid fa-arrow-right-long"></i>
                                </a>
                            </div>
                        </div>
                    </div>
                    <?php } ?>
                </div>
            </div>
        </div>
    </section>

    <div class="why-us-section section-padding fix section-padding bg-cover" style="background-image: url('<?=theme_url;?>img/service/service-bg.jpg');">
        <div class="container-fluid px-md-5">
            <div class="row g-5 align-items-center">
                <div class="col-lg-4 col-12">
                    <div class="section-title m-0">
                        <h3 class="tt fs-2 wow fadeInUp">Smart Solutions for <span>Small Businesses and Local Brands</span></h3>
                        
                        <p class="wow fadeInUp" data-wow-delay=".3s">As a trusted <strong>small business digital marketing company</strong>, <strong>Zapnix</strong> offers strategic support to companies looking to establish or grow their online presence. We understand the unique pressures small businesses face, and our solutions are built to maximize impact without straining budgets. From boosting local search visibility to designing user-centric websites that convert, every service aligns with real business goals. Each campaign is backed by insights not guesswork so your brand moves forward with clarity and confidence.</p>
<p>Our team also excels in <strong>local digital marketing solutions</strong> that connect you with customers in your region and beyond. Whether you're a community-based provider or an emerging regional brand, <strong>Zapnix</strong> leverages local SEO, content localization, and geo-targeted ads to help you appear when and where it matters. With our expertise in <strong>affordable web design and SEO services</strong>, we deliver seamless digital experiences that attract, engage, and convert while staying true to your brand identity and values.</p>
                        
                        <a title="Get Started" href="<?=site_url;?>/digital-marketing.html" class="theme-btn mt-4">
                            Get Started
                            <i class="fa-solid fa-arrow-right-long"></i>
                        </a>
                    </div>
                </div>
                <div class="col-lg-8 col-12">
                    <div class="row g-4 row-cols-1 row-cols-lg-2">
                    <?php
                

                    $home_cat11 = mysqli_query($GLOBALS['dbconn'], "SELECT caticon, catName, displayName, catDesc, catID, catBanner 
                    FROM category_tbl 
                    WHERE parentID != '0' AND home_category='1' AND status='Y' 
                    ORDER BY catOrder ASC 
                    LIMIT 0,4");

                    while ($home_cat_res22 = mysqli_fetch_assoc($home_cat11)) {

                     if ($home_cat_res22['caticon'] != '') {

                    $imglink = getImage($home_cat_res22['caticon'], 128, 128, $home_cat_res22['catName'], "/uploaded-files/category/caticon/");
                     } else {

                    $imglink = site_url . "/uploaded-files/category/images/noimage.jpg";
                     }

                    $short_desc = str_ireplace('{companyName}', $admin_res['companyName'], $home_cat_res22['catDesc']);

                     ?>    
                          
                        <div class="col">
                            <div class="why-us-bx service-box-items m-0 active">
                                <div class="icon-bx">
                                    <img src="<?= $imglink;?>" alt="<?= $home_cat_res22['catName'];?> in USA, Canada" title="<?= $home_cat_res22['catName'];?> in USA, Canada">
                                </div>
                                <div class="tt"><a  title="<?= $home_cat_res22['displayName'];?> in USA, Canada" class="text-white" href="<?= site_url;?>/<?= getValidFileName($home_cat_res22['catName']); ?>.html"><?= ucwords($home_cat_res22['catName']); ?></a></div>
                                <p><?= $home_cat_res22['catDesc'];?></p>
                            </div>
                        </div>
                        <?php } ?>

                    </div>
                </div>
            </div>
        </div>
    </div>


    <section class="project-section fix section-padding pt-5 mt-4">
        <div class="container">
            <div class="section-title text-center">
                <div class="tt wow fadeInUp">Latest showcase and solutions <span> for Our Customers</span></div>
                <p class="wow fadeInUp" data-wow-delay=".3s">Zapnix is committed to delivering impactful results with custom omnichannel marketing strategies tailored to your business needs. Led by seasoned experts and powered by advanced data analytics, our solutions are designed to help you achieve and exceed your revenue goals.

Say goodbye to the complexity of managing multiple agencies and experience the ease of working with a top-rated, full-service agency. From strategy development to seamless execution, Zapnix ensures your business stays ahead of the competition while driving measurable growth and success.</p>
            </div>
        </div>
        <div class="swiper project-slider">
            <div class="swiper-wrapper">
            <?php
            $home_cat1 = mysqli_query($GLOBALS['dbconn'], "SELECT catImage, catName, displayName, catDesc, catID, catBanner FROM category_tbl WHERE parentID != '0' AND  status='Y' ORDER BY catOrder ASC 
             LIMIT 0,30");

              while ($home_cat_res2 = mysqli_fetch_assoc($home_cat1)) {

              if ($home_cat_res2['catImage'] != '') {

              $imglink = getImage($home_cat_res2['catImage'], 455, 457, $home_cat_res2['catName'], "/uploaded-files/category/images/");
              } else {

              $imglink = site_url . "/uploaded-files/category/images/noimage.jpg";
              }

             $short_desc = str_ireplace('{companyName}', $admin_res['companyName'], $home_cat_res2['catDesc']);

             ?>
                <div class="swiper-slide">
                    <div class="project-items style-2">
                        <div class="project-image">
                            <img src="<?= $imglink; ?>" alt="<?php echo $home_cat_res2['catName']; ?> in USA, Canada" title="<?php echo $home_cat_res2['catName']; ?> in USA, Canada">
                            <div class="project-content">
                            <a title="<?= $home_cat_res2['catName'];?> in USA, Canada" href="<?= site_url; ?>/<?= getValidFileName($home_cat_res2['catName']); ?>.html"  ><p><?= ucwords($home_cat_res2['catName']); ?></p></a>
                            </div>
                        </div>
                    </div>
                </div>

                <?php } ?>

            </div>
        </div>
    </section>

    <?php include 'app-pricing.php';?>

<section class="includ_edit py-5">

<style>
    .includ_edit {

        width: 100%;

    }

    .card:hover+.cardimg {
        background-color: black;
        transition: 1.2s;

    }
</style>
<div class="container">
    <div class="section-title text-center">
        <div class="tt fadeInUp">What features are included in<span> All Packages</span></div>
    </div>
    <div class="row g-3 justify-contect-center">
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Free Domain Name" title="Free Domain Name" class="cardimg">
                <p>Free Domain Name</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Free Web Hosting" title="Free Web Hosting" class="cardimg">
                <p>Free Web Hosting</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Home Page Banner Slider" title="Home Page Banner Slider" class="cardimg">
                <p>Home Page Banner Slider</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Photo Gallery" title="Photo Gallery" class="cardimg">
                <p>Photo Gallery</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Image View Enlarge" title="Image View Enlarge" class="cardimg">
                <p>Image View Enlarge</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Youtube Video Gallery" title="Youtube Video Gallery" class="cardimg">
                <p>Youtube Video Gallery</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Enquiry/Contact Form" title="Enquiry/Contact Form" class="cardimg">
                <p>Enquiry/Contact Form</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="HTML & XML Sitemap" title="HTML & XML Sitemap" class="cardimg">
                <p>HTML & XML Sitemap</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Live Chat" title="Live Chat" class="cardimg">
                <p>Live Chat</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="SEO Friendly Content Writing" title="SEO Friendly Content Writing" class="cardimg">
                <p>SEO Friendly Content Writing</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Admin Panel of Website" title="Admin Panel of Website" class="cardimg">
                <p>Admin Panel of Website</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="On Page SEO" title="On Page SEO" class="cardimg">
                <p>On Page SEO</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Meta tags Optimization" title="Meta tags Optimization" class="cardimg">
                <p>Meta tags Optimization</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Content Optimization" title="Content Optimization" class="cardimg">
                <p>Content Optimization</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Hyperlink Optimization" title="Hyperlink Optimization" class="cardimg">
                <p>Hyperlink Optimization</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Image Optimization" title="Image Optimization" class="cardimg">
                <p>Image Optimization</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Header Tag Optimization" title="Header Tag Optimization" class="cardimg">
                <p>Header Tag Optimization</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Setup Google Webmaster" title="Setup Google Webmaster" class="cardimg">
                <p>Setup Google Webmaster</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Setup Google Analytics" title="Setup Google Analytics" class="cardimg">
                <p>Setup Google Analytics</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Search Engine Submission" title="Search Engine Submission" class="cardimg">
                <p>Search Engine Submission</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Phone Support" title="Phone Support" class="cardimg">
                <p>Phone Support</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Email Support" title="Email Support" class="cardimg">
                <p>Email Support</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Keyword Research" title="Keyword Research" class="cardimg">
                <p>Keyword Research</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Site Audit" title="Site Audit" class="cardimg">
                <p>Site Audit</p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="Mobile Responsiveness" title="Mobile Responsiveness" class="cardimg">
                <p>Mobile Responsiveness </p>
            </div>
        </div>
        <div class="col-lg-2 col-md-3 col-6">
            <div class="card">
                <img src="<?=theme_url;?>img/icon/blue-check.png" alt="SEO-Friendly URL Structure" title="SEO-Friendly URL Structure" class="cardimg">
                <p>SEO-Friendly URL Structure</p>
            </div>
        </div>
        
    </div>
</div>
</section>



    <section class="achievement-section-2 fix section-bg-2">
        <div class="container">
            <div class="achievement-wrapper style-2">
                <div class="section-title mb-0 mx-0">
                    <span class="text-white wow fadeInUp">achievement</span>
                    <div class="tt text-white fs-2 wow fadeInUp" data-wow-delay=".3s">
                        We Are Increasing <br> Business Success
                    </div>
                </div>
                <div class="counter-area">
                    <div class="counter-items wow fadeInUp" data-wow-delay=".3s">
                        <div class="icon">
                            <img src="<?=theme_url;?>img/achievement-icon/01.svg" alt="Satisfied Clients" title="Satisfied Clients">
                        </div>
                        <div class="content">
                            <div class="tt"><span class="count">6,561</span>+</div>
                            <p>Satisfied Clients</p>
                        </div>
                    </div>
                    <div class="counter-items wow fadeInUp" data-wow-delay=".5s">
                        <div class="icon">
                            <img src="<?=theme_url;?>img/achievement-icon/02.svg" alt="Finished Projects" title="Finished Projects">
                        </div>
                        <div class="content">
                            <div class="tt"><span class="count">600</span>+</div>
                            <p>Finished Projects</p>
                        </div>
                    </div>
                    <div class="counter-items wow fadeInUp" data-wow-delay=".7s">
                        <div class="icon">
                            <img src="<?=theme_url;?>img/achievement-icon/03.svg" alt="Skilled Experts" title="Skilled Experts">
                        </div>
                        <div class="content">
                            <div class="tt"><span class="count">100</span>+</div>
                            <p>Skilled Experts</p>
                        </div>
                    </div>
                    <div class="counter-items wow fadeInUp" data-wow-delay=".9s">
                        <div class="icon">
                            <img src="<?=theme_url;?>img/achievement-icon/04.svg" alt="Media Posts" title="Media Posts">
                        </div>
                        <div class="content">
                            <div class="tt"><span class="count">5,90</span>+</div>
                            <p>Media Posts</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <section class="testimonial-section-4 fix section-padding bg-cover"
        style="background-image: url('<?=theme_url;?>img/section-bg.jpg');">
        <div class="container-fluid px-md-5">
            <div class="testimonial-wrapper-2">
                <div class="row">
                    <div class="col-lg-4 wow fadeInUp" data-wow-delay=".4s">
                        <div class="tesimonial-image">
                            <img src="<?=theme_url;?>img/Testimonial_zapnix.png" alt="Testimonial" title="Testimonial">
                        </div>
                    </div>

                    <div class="col-lg-6 mt-4 mt-lg-0">
                        <div class="tesimonial-area">
                            <div class="section-title mx-0 mb-2">
                                <span class="wow fadeInUp" data-wow-delay=".3s">Testimonials</span>
                                <div class="tt wow fadeInUp" data-wow-delay=".5s">
                                What do clients say about us
                                </div>
                            </div>

                            <div class="swiper testimonial-slider-3">
                                <div class="swiper-wrapper">
                                <?php $client_sql = mysqli_query($GLOBALS['dbconn'], "select * from client_testi_video_tbl");
                               while ($client_res = mysqli_fetch_assoc($client_sql)) {
                               ?>
                                    <div class="swiper-slide">
                                        <div class="tesimonial-card-items">
                                            <div class="icon">
                                                <img src="<?=theme_url;?>img/testimonial/quote.svg" alt="Client Testimonial" title="Client Testimonial">
                                            </div>
                                            <div class="star">
                                                <i class="fas fa-star"></i>
                                                <i class="fas fa-star"></i>
                                                <i class="fas fa-star"></i>
                                                <i class="fas fa-star"></i>
                                                <i class="fas fa-star"></i>
                                            </div>
                                            <p>
                                               <?=$client_res['caption'];?>
                                            </p>
                                            <div class="client-info-items">
                                                <div class="thumb">
                                                    <img src="<?=upload_url?>client-image/<?=$client_res['logo_image'];?>" alt="Client Logo" title="Client Logo">
                                                </div>
                                                <div class="content">
                                                    <div class="name"><?=$client_res['name'];?></div>
                                                    <p><?=$client_res['designation'];?></p>
                                                </div>
                                            </div>
                                        </div>
                                    </div>

                                    <?php } ?>
                                </div>
                            </div>

                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

 
    <section class="faq-section-2 fix section-padding">
        <div class="container">
            <div class="faq-wrapper">
                <div class="row g-4">
                    <div class="col-lg-5 wow fadeInUp" data-wow-delay=".4s">
                        <div class="faq-image">
                            <img src="<?=theme_url;?>img/faq/faq-2.png" alt="See Our Faqs" title="See Our Faqs">
                        </div>
                    </div>
                    <div class="col-lg-7">
                        <div class="faq-content style-2">
                            <div class="section-title">
                                <span class="wow fadeInUp">See Our Faqs</span>
                                <div class="tt wow fadeInUp" data-wow-delay=".3s">
                                    Keep Your Business Safe & <br> Ensure High Availability
                                </div>
                            </div>

                                    <div class="faq-accordion mt-4 mt-md-0">
                                    <div class="accordion" id="accordion">
                                        <?php
                                        $faq = mysqli_query($GLOBALS['dbconn'], "SELECT slno, question, answer FROM faqnew_tbl WHERE status='1'");
                                        $index = 0; 
                                        while ($resFaq = mysqli_fetch_assoc($faq)) {
                                            $index++; 
                                            $isActive = $index === 1 ? 'show' : 'collapsed'; 
                                            $isExpanded = $index === 1 ? 'true' : 'false'; 
                                            $collapseClass = $index === 1 ? 'collapse show' : 'collapse'; 
                                        ?>
                                            <div class="accordion-item mb-3 wow fadeInUp" data-wow-delay=".<?= $index * 3; ?>s">
                                                <div class="accordion-header">
                                                    <button class="accordion-button <?= $isActive ?>" type="button"
                                                        data-bs-toggle="collapse" data-bs-target="#faq<?= $index ?>" 
                                                        aria-expanded="<?= $isExpanded ?>" aria-controls="faq<?= $index ?>">
                                                        <?= $resFaq['question']; ?>
                                                    </button>
                                                </div>
                                                <div id="faq<?= $index ?>" class="accordion-collapse <?= $collapseClass ?>" data-bs-parent="#accordion">
                                                    <div class="accordion-body">
                                                        <?= $resFaq['answer'] ?>
                                                    </div>
                                                </div>
                                            </div>
                                        <?php } ?>
                                    </div>
                                </div>

                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <section class="news-section-4 fix section-padding bg-cover"
        style="background-image: url('<?=theme_url;?>img/section-bg.jpg');">
        <div class="container">
            <div class="section-title text-center">
                <span class="wow fadeInUp">Latest Blog</span>
                <div class="tt wow fadeInUp" data-wow-delay=".3s">
                    Latest News & Articles
                </div>
            </div>
            <div class="row">
                
            <?php $blog = mysqli_query($GLOBALS['dbconn'], "select catName,blogDname,blog_written,blogDate,catDesc,catImage from blog_tbl where status='Y' order by blogDate desc limit 0,3");
               while ($resBlog = mysqli_fetch_assoc($blog)) {
             $imglink= getImage($resBlog['catImage'], 400, 200, $resBlog['catName'],"/uploaded-files/blog/images/");

             ?>
                <div class="col-xl-4 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay=".3s">
                    <div class="news-card-items style-2 style-3">
                        <div class="news-image">
                            <img src="<?=$imglink;?>" alt="<?= $resBlog['catName'];?>" title="<?= $resBlog['catName'];?>">
                            <div class="post-date">
                                <div class="tt">
                                    <span><?= date("d M, Y", strtotime($resBlog['blogDate'])); ?></span>
                                </div>
                            </div>
                        </div>
                        <div class="news-content">
                            <ul>
                                <li>
                                    <i class="fa-regular fa-user"></i>
                                    By Admin
                                </li>
                                <li>
                                    <i class="fa-solid fa-tag"></i>
                                    IT Services
                                </li>
                            </ul>
                            <h4 class="tt">
                                <a title="<?=$resBlog['blogDname'];?>" href="<?=site_url;?>/blog/<?=getValidFileName($resBlog['catName']);?>.html">
                                    <?=$resBlog['blogDname'];?>
                                    <?=substr($resBlog['catDesc'],0,85);?>...
                                </a>
                            </h4>
                            <a title="Read More" href="<?=site_url;?>/blog/<?=getValidFileName($resBlog['catName']);?>.html" class="theme-btn-2 mt-3">
                                read More
                                <i class="fa-solid fa-arrow-right-long"></i>
                            </a>
                        </div>
                    </div>
                </div>
                <?php } ?>
            </div>
        </div>
    </section>

    <?php include 'footer.php'; ?>
    <?php include 'app_bottom.php'; ?>
</body>
</html>

← Back to Directory Edit File πŸ”’ Chmod

WP File Manager