hjkhjkjhkhjkgjghjhgjhgjghjhghjghjhgjjnbvnvbnvk
bnmbnmbnhjkhjkhjkhjktyutyutyuytutyutyutyhgjgjghjgjghjguytutyry
/
home
/
b4h4ej4a6kj6
/
www
/
mahetechnologies.in
/
Upload FileeE
HOME
<!DOCTYPE html> <html> <?php include("admin/connect.php"); include("style_link.php"); ?> <head> <title>Services | Mahe Technologies</title> <meta name="description" content="Grow your business with Mahe Technologies, a trusted digital marketing company delivering SEO, PPC, social media, and web solutions for impactful online results."> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> </head> <body> <?php include("header.php"); ?> <section class="d-flex align-items-center page-hero inner-page-hero " id="page-hero"> <div class="overlay-photo-image-bg parallax" data-bg-img="images/about_bg.jpg" data-bg-opacity="1" style="background-image: url("assets/images/hero/inner-page-hero.jpg"); opacity: 1;"></div> <div class="overlay-color" data-bg-opacity=".75" style="opacity: 0.75;"></div> <div class="container"> <div class="hero-text-area centerd"> <h1 class="hero-title wow fadeInUp" data-wow-delay=".2s" style="visibility: visible; animation-delay: 0.2s; animation-name: fadeInUp;">Services</h1> <nav aria-label="breadcrumb "> <ul class="breadcrumb wow fadeInUp" data-wow-delay=".6s" style="visibility: visible; animation-delay: 0.6s; animation-name: fadeInUp;"> <li class="breadcrumb-item"><a class="breadcrumb-link" href="index.php"><i class="bi bi-house icon "></i>home</a></li> <li class="breadcrumb-item active">Services</li> </ul> </nav> </div> </div> </section> <?php $sql_about="SELECT * FROM tbl_about"; $res_about=mysqli_query($conn, $sql_about); $row_about=mysqli_fetch_array($res_about); ?> <!-- Start about Section--> <section class="about mega-section" id="about"> <div class="overlay-photo-image-bg" ></div> <div class="container"> <!-- Start first about div--> <div class="content-block "> <div class="row"> <?php $sql_about="SELECT * FROM tbl_about"; $res_about=mysqli_query($conn, $sql_about); $row_about=mysqli_fetch_array($res_about); ?> <div class="col-12 col-lg-12 about-col pad-end wow fadeInUp " data-wow-delay="0.6s" style="visibility: hidden; animation-delay: 0.6s; animation-name: none;"> <div class="text-area table-responsive"> <table class="table"> <tbody> <tr> <td><a href="web-design.php">Web design</a></td> <td><a href="graphic-design.php">Graphic Design</a></td> <td><a href="logo-design.php">Logo designe</a> </td> <td><a href="wordpress.php">Wordpress</a></td> <td><a href="custom.php">custom</a></td> <td><a href="e-commerce.php">E-commerce</a></td> <td><a href="app-development.php">Mobile Apps</a></td> <td><a href="bpo-company-in-kolkata-india.php">bpo company in kolkata india</a></td> </tr> <tr> <td><a href="seo.php">SEO Services</a></td> <td><a href="ppc.php">PPC Services</a></td> <td><a href="social-media-marketing.php">Social Media Marketing</a></td> <td><a href="content-writing.php">Content Writing Services</a></td> <td><a href="cro-services.php">CRO Service</a></td> <td><a href="database-enhancement.php">Database Enhancement</a></td> <td><a href="email-marketing.php">Email Marketing</a></td> </tr> <tr> <td><a href="opinion-uk.php">opinion uk</a></td> <td><a href="customer-surveys.php">Customer Surveys</a></td> <td><a href="product-sales.php">Product Sales</a></td> <td><a href="market-research.php">Market Research</a></td> <td><a href="appointment-setting.php">Appointment Setting</a></td> <td><a href="compliance.php">Compliance</a></td> <td><a href="b2c-telemarketing.php">B2c Telemarketing</a></td> <td><a href="opting-out-of-direct-marketing.php">Opting-Out Of Direct Marketing</a></td> </tr> </tbody> </table> </div> </div> </div> </div> <!--End first about div--> </div> </section> <?php include("footer.php"); ?> <?php include("style_script.php"); ?> </body> </html>