|
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/techcare-services.com/ | |
|
Path: /home2/outerorb/techcare-services.com/services.php
Size: 14.55 KB
Permissions: 0666
<?php
/**
* TechCare Services - Services Page
* Digital Marketing & AntiVirus Solutions
*/
// Include configuration
require_once 'config.php';
// Page-specific SEO settings
$page_title = 'Our Services - Digital Marketing & AntiVirus Solutions | TechCare Services';
$meta_description = 'Comprehensive digital marketing services including SEO, social media marketing, PPC, and authorized antivirus reseller for Norton, McAfee, Kaspersky, Bitdefender, Avast, and ESET in USA & Canada.';
$meta_keywords = 'digital marketing services, SEO optimization, social media marketing, PPC advertising, Norton antivirus, McAfee security, Kaspersky, Bitdefender, Avast, ESET, antivirus reseller';
$active_page = 'services';
// Include header
require_once INC_PATH . 'header.php';
?>
<div id="top"></div>
<!-- Subheader Section -->
<section id="subheader" class="jarallax relative">
<img src="<?php echo image('background/2.webp'); ?>" class="jarallax-img" alt="">
<div class="container relative z-2">
<div class="row justify-content-between align-items-center">
<div class="col-lg-6">
<div class="subtitle s2 wow fadeInUp mb-2">Comprehensive Solutions</div>
<div class="clearfix"></div>
<h1 class="wow fadeInUp" data-wow-delay=".4s">Our Services</h1>
<div class="crumb-wrapper">
<ul class="crumb wow fadeInUp" data-wow-delay=".8s">
<li><a href="<?php echo url('index.php'); ?>">Home</a></li>
<li class="active">Services</li>
</ul>
</div>
</div>
<div class="w-40 abs abs-middle end-0 xs-hide">
<img src="<?php echo image('misc/c2.webp'); ?>" class="w-100 wow scaleIn" data-wow-duration="2s" alt="">
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section>
<div class="container">
<div class="row g-4 wow fadeInUp">
<!-- SEO Optimization -->
<div class="col-lg-4 col-md-6">
<div class="bg-color-op-2 relative h-100 p-40 rounded-1">
<img src="<?php echo image('icons/white/search.png'); ?>" class="w-90px bg-color text-light p-3 rounded-10px fs-56 mb-4" alt="SEO Services">
<h3>SEO Optimization</h3>
<p>Improve your website's rankings on Google and other search engines. We conduct comprehensive keyword research, on-page optimization, technical SEO, and build quality backlinks to drive organic traffic.</p>
<a class="btn-plus" href="<?php echo url('service-seo.php'); ?>">
<i class="fa fa-plus"></i>
<span>Read more</span>
</a>
</div>
</div>
<!-- Social Media Marketing -->
<div class="col-lg-4 col-md-6">
<div class="bg-color-2-op-2 relative h-100 p-40 rounded-1">
<img src="<?php echo image('icons/white/network.png'); ?>" class="w-90px bg-color-2 text-light p-3 rounded-10px fs-56 mb-4" alt="Social Media Marketing">
<h3>Social Media Marketing</h3>
<p>Build a strong social media presence and engage with your target audience. We create compelling content and manage campaigns across Facebook, Instagram, Twitter, LinkedIn, and more.</p>
<a class="btn-plus" href="<?php echo url('service-social-media.php'); ?>">
<i class="fa fa-plus"></i>
<span>Read more</span>
</a>
</div>
</div>
<!-- PPC Advertising -->
<div class="col-lg-4 col-md-6">
<div class="bg-color-3-op-2 relative h-100 p-40 rounded-1">
<img src="<?php echo image('icons/white/chart.png'); ?>" class="w-90px bg-color-3 text-light p-3 rounded-10px fs-56 mb-4" alt="PPC Advertising">
<h3>PPC Advertising</h3>
<p>Generate immediate results with targeted PPC campaigns. We manage Google Ads, Bing Ads, and social media advertising to maximize your ROI and drive qualified leads to your business.</p>
<a class="btn-plus" href="<?php echo url('service-ppc.php'); ?>">
<i class="fa fa-plus"></i>
<span>Read more</span>
</a>
</div>
</div>
<!-- Content Marketing -->
<div class="col-lg-4 col-md-6">
<div class="bg-color-op-2 relative h-100 p-40 rounded-1">
<img src="<?php echo image('icons/white/content.png'); ?>" class="w-90px bg-color text-light p-3 rounded-10px fs-56 mb-4" alt="Content Marketing">
<h3>Content Marketing</h3>
<p>Create and promote valuable, keyword-rich content that attracts, engages, and converts users while supporting your overall SEO goals and brand visibility.</p>
<a class="btn-plus" href="<?php echo url('service-content-marketing.php'); ?>">
<i class="fa fa-plus"></i>
<span>Read more</span>
</a>
</div>
</div>
<!-- AntiVirus Solutions -->
<div class="col-lg-4 col-md-6">
<div class="bg-color-2-op-2 relative h-100 p-40 rounded-1">
<img src="<?php echo image('icons/white/placeholder.png'); ?>" class="w-90px bg-color-2 text-light p-3 rounded-10px fs-56 mb-4" alt="AntiVirus Solutions">
<h3>AntiVirus Solutions</h3>
<p>Authorized reseller of Norton, McAfee, Kaspersky, Bitdefender, Avast, and ESET. Protect your business with premium security solutions at competitive reseller prices.</p>
<a class="btn-plus" href="<?php echo url('service-antivirus.php'); ?>">
<i class="fa fa-plus"></i>
<span>Read more</span>
</a>
</div>
</div>
<!-- Cybersecurity -->
<div class="col-lg-4 col-md-6">
<div class="bg-color-3-op-2 relative h-100 p-40 rounded-1">
<img src="<?php echo image('icons/white/coding.png'); ?>" class="w-90px bg-color-3 text-light p-3 rounded-10px fs-56 mb-4" alt="Cybersecurity">
<h3>Cybersecurity Consulting</h3>
<p>Comprehensive cybersecurity consulting, implementation, and support services to keep your business safe from evolving digital threats with 24/7 monitoring.</p>
<a class="btn-plus" href="<?php echo url('service-cybersecurity.php'); ?>">
<i class="fa fa-plus"></i>
<span>Read more</span>
</a>
</div>
</div>
<!-- AI-Driven Digital Marketing -->
<div class="col-lg-4 col-md-6">
<div class="bg-color-op-2 relative h-100 p-40 rounded-1">
<img src="<?php echo image('icons/white/startup.png'); ?>" class="w-90px bg-color text-light p-3 rounded-10px fs-56 mb-4" alt="AI-Driven Digital Marketing">
<h3>AI-Driven Digital Marketing</h3>
<p>Leverage artificial intelligence for smarter marketing. Our AI-powered solutions include predictive analytics, automated campaigns, and intelligent optimization to maximize your ROI.</p>
<a class="btn-plus" href="<?php echo url('service-ai-driven-digital-marketing.php'); ?>">
<i class="fa fa-plus"></i>
<span>Read more</span>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="bg-color-op-1 overflow-hidden rounded-1 mx-4">
<div class="container relative z-2">
<div class="row g-4 align-items-center">
<div class="col-lg-6">
<div class="subtitle wow fadeInUp">About TechCare Services</div>
<h2 class="wow fadeInUp">Elevate Your Brand's Online Presence with AI-Driven Solutions for Sustainable Growth</h2>
<ul class="ul-check">
<li class="wow fadeInUp" data-wow-delay=".2s">Specialized knowledge in digital marketing and cybersecurity</li>
<li class="wow fadeInUp" data-wow-delay=".4s">Authorized partnerships with leading antivirus companies</li>
<li class="wow fadeInUp" data-wow-delay=".6s">Professional tools and dedicated support for businesses in USA & Canada</li>
</ul>
</div>
<div class="col-lg-6">
<img src="<?php echo image('external/AI-Driven-Digital-Marketing-Service-Page.png'); ?>" class="w-100 wow fadeInUp" data-wow-delay=".3s" alt="">
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section>
<div class="container">
<div class="row g-4 justify-content-center">
<div class="col-lg-6">
<div class="text-center">
<div class="subtitle wow fadeInUp">Free Consultation</div>
<h2 class="wow fadeInUp" data-wow-delay=".2s">Get In Touch With Us Today</h2>
<p class="lead col-lg-10 offset-lg-1 wow fadeInUp" data-wow-delay=".4s">Have a question, suggestion, or want to discuss your project? We're here to help you succeed!</p>
</div>
</div>
</div>
<div class="row g-4 gx-5 justify-content-center">
<div class="col-lg-4 wow fadeInLeft" data-wow-delay=".4s">
<div class="h-100 bg-color-2 text-light p-40 rounded-1">
<div class="relative mb-4">
<i class="abs fs-32 p-3 bg-white rounded-1 icofont-location-pin id-color-2"></i>
<div class="ms-80px">
<div class="fw-bold text-white">Office Location</div>
Serving USA & Canada
</div>
</div>
<div class="relative mb-4">
<i class="abs fs-32 p-3 bg-white rounded-1 icofont-envelope id-color-2"></i>
<div class="ms-80px">
<div class="fw-bold text-white">Send a Message</div>
<?php echo COMPANY_EMAIL; ?>
</div>
</div>
<!-- <div class="relative mb-4">
<i class="abs fs-32 p-3 bg-white rounded-1 icofont-phone id-color-2"></i>
<div class="ms-80px">
<div class="fw-bold text-white">Make a Phone Call</div>
<?php echo COMPANY_PHONE; ?>
</div>
</div> -->
</div>
</div>
<div class="col-lg-7 wow fadeInRight" data-wow-delay=".4s">
<div class="p-4 bg-color-op-3 rounded-1">
<form name="contactForm" id="contact_form" method="post" action="<?php echo url('process-contact.php'); ?>">
<div class="row g-4">
<div class="col-md-6">
<input type="text" name="name" id="name" class="form-control" placeholder="Your Name" required>
</div>
<div class="col-md-6">
<input type="email" name="email" id="email" class="form-control" placeholder="Your Email" required>
</div>
<div class="col-md-6">
<input type="text" name="phone" id="phone" class="form-control" placeholder="Phone Number" required>
</div>
<div class="col-md-6">
<div class="relative">
<select name="services" id="services" class="form-control">
<option value="SEO Optimization">SEO Optimization</option>
<option value="Social Media Marketing">Social Media Marketing</option>
<option value="PPC Advertising">PPC Advertising</option>
<option value="Content Marketing">Content Marketing</option>
<option value="AntiVirus Solutions">AntiVirus Solutions</option>
<option value="Cybersecurity">Cybersecurity Consulting</option>
<option value="AI-Driven Digital Marketing">AI-Driven Digital Marketing</option>
</select>
<i class="absolute top-0 end-0 id-color pt-3 pe-3 icofont-simple-down"></i>
</div>
</div>
<div class="col-md-12">
<textarea name="message" id="message" class="form-control h-100px" placeholder="Message" required></textarea>
</div>
<div class="col-md-12">
<div class="text-center">
<div id='submit'>
<input type='submit' id='send_message' value='Send Message' class="btn-main">
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<?php
// Include footer
require_once INC_PATH . 'footer.php';
?>