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/bckp/

📁 Create New:
⬆️ Upload File:
Current Dir [ Writable ] Root [ Writable ]


OR Upload from URL:
URL: Save as:

📄 File: about.php

Path: /home2/outerorb/techcare-services.com/bckp/about.php

Size: 21.58 KB

Permissions: 0666

<?php

/**

 * TechCare Services - About Us Page

 */



// Include configuration

require_once 'config.php';



// Page-specific SEO settings

$page_title = 'About Us - Leading Digital Marketing & AntiVirus Solutions Provider | TechCare Services';

$meta_description = 'Learn about TechCare Services - your trusted partner for digital marketing and antivirus solutions in USA and Canada. 15+ years of experience serving 500+ businesses with authorized partnerships.';

$meta_keywords = 'about techcare services, digital marketing company, antivirus reseller USA, cybersecurity solutions Canada, Norton partner, McAfee reseller';

$active_page = 'about';



// 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-7">

                <div class="subtitle s2 wow fadeInUp mb-2">Your Trusted Partner</div>

                <div class="clearfix"></div>

                <h1 class="wow fadeInUp mt-2" data-wow-delay=".4s">About TechCare Services</h1>

                <p class="lead wow fadeInUp" data-wow-delay=".6s">Your trusted partner for digital marketing excellence and premium cybersecurity solutions across USA and Canada</p>

            </div>



            <div class="col-lg-5">

                <div class="relative">

                    <div class="bg-white shadow-soft abs abs-middle end-0 p-4 py-3 mt-4 rounded-1 overflow-hidden z-2 wow fadeInLeft" data-wow-delay=".7s">

                        <div class="d-flex justify-content-center">

                            <div class="relative me-4">

                                <img src="<?php echo image('testimonial/1.webp'); ?>" class="w-50px circle ms-min-10" alt="">

                                <img src="<?php echo image('testimonial/2.webp'); ?>" class="w-50px circle ms-min-10" alt="">

                                <img src="<?php echo image('testimonial/3.webp'); ?>" class="w-50px circle ms-min-10" alt="">

                            </div>

                            <div class="fw-600 fs-14 lh-1-5"><span class="fs-18 fw-bold text-dark">500+</span><br>Happy Clients</div>

                        </div>

                    </div>

                    <img src="<?php echo image('external/Digital-Marketing-About-Page.png'); ?>" class="w-100 pe-3 wow fadeInUp" data-wow-delay=".3s" alt="TechCare Services">

                </div>

            </div>

        </div>

    </div>

</section>



<!-- Company Overview -->

<section>

    <div class="container">

        <div class="row g-4 gx-5 align-items-center">

            <div class="col-lg-6">

                <div class="subtitle id-color wow fadeInUp">Our Story</div>

                <h2 class="wow fadeInUp">Empowering Businesses Since 2023</h2>

                <p class="wow fadeInUp">TechCare Services was founded with a singular mission: to help businesses thrive in the digital age while staying protected from cyber threats. What started as a small digital marketing consultancy has grown into a comprehensive service provider serving businesses across the United States and Canada.</p>

                <p class="wow fadeInUp">Over 2 years of dedication and innovation have positioned us as a leader in both AI Powered digital marketing and cybersecurity solutions. We've built strong partnerships with the world's leading antivirus companies, allowing us to offer enterprise-grade protection at competitive reseller prices.</p>

                <p class="wow fadeInUp">Today, we're proud to serve 500+ businesses, from small startups to established enterprises, helping them grow their online presence while maintaining robust security infrastructure.</p>

            </div>



            <div class="col-lg-6">

                <div class="relative">

                    <img src="<?php echo image('external/empowering-business-about-page.png'); ?>" class="w-100 rounded-1 wow fadeInUp" alt="TechCare Services Team">

                </div>

            </div>

        </div>

    </div>

</section>



<!-- Mission & Vision -->

<section class="bg-color-op-1">

    <div class="container">

        <div class="row g-4">

            <div class="col-lg-6 wow fadeInUp">

                <div class="p-5 bg-white rounded-1 h-100">

                    <i class="icofont-rocket id-color fs-48 mb-4"></i>

                    <h3>Our Mission</h3>

                    <p class="mb-0">To empower businesses with innovative digital marketing strategies and robust cybersecurity solutions that drive sustainable growth and protect valuable digital assets. We strive to be the most trusted partner for businesses seeking comprehensive online success.</p>

                </div>

            </div>



            <div class="col-lg-6 wow fadeInUp">

                <div class="p-5 bg-white rounded-1 h-100">

                    <i class="icofont-eye id-color fs-48 mb-4"></i>

                    <h3>Our Vision</h3>

                    <p class="mb-0">To become North America's leading integrated provider of digital marketing and cybersecurity services, recognized for exceptional customer service, innovative solutions, and unwavering commitment to client success across USA and Canada.</p>

                </div>

            </div>

        </div>

    </div>

</section>



<!-- Why Choose Us -->

<section>

    <div class="container">

        <div class="row g-4 mb-5">

            <div class="col-lg-8 offset-lg-2 text-center">

                <div class="subtitle id-color wow fadeInUp">Why Choose TechCare Services</div>

                <h2 class="wow fadeInUp">What Sets Us Apart</h2>

                <p class="wow fadeInUp">We combine digital marketing expertise with authorized antivirus partnerships to deliver comprehensive solutions that protect and grow your business.</p>

            </div>

        </div>



        <div class="row g-4">

            <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay=".1s">

                <div class="text-center p-4">

                    <div class="bg-color text-light w-80px h-80px rounded-circle d-flex align-items-center justify-content-center mx-auto mb-4">

                        <i class="icofont-award fs-32"></i>

                    </div>

                    <h4>2+ Years Experience</h4>

                    <p>Over two years of proven expertise in digital marketing and cybersecurity solutions.</p>

                </div>

            </div>



            <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay=".2s">

                <div class="text-center p-4">

                    <div class="bg-color text-light w-80px h-80px rounded-circle d-flex align-items-center justify-content-center mx-auto mb-4">

                        <i class="icofont-users-alt-4 fs-32"></i>

                    </div>

                    <h4>500+ Happy Clients</h4>

                    <p>Trusted by hundreds of businesses across USA and Canada for their digital needs.</p>

                </div>

            </div>



            <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay=".3s">

                <div class="text-center p-4">

                    <div class="bg-color text-light w-80px h-80px rounded-circle d-flex align-items-center justify-content-center mx-auto mb-4">

                        <i class="icofont-handshake-deal fs-32"></i>

                    </div>

                    <h4>Authorized Partner</h4>

                    <p>Official partnerships with Norton, McAfee, Kaspersky, Bitdefender, Avast, and ESET.</p>

                </div>

            </div>



            <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay=".4s">

                <div class="text-center p-4">

                    <div class="bg-color text-light w-80px h-80px rounded-circle d-flex align-items-center justify-content-center mx-auto mb-4">

                        <i class="icofont-certificate fs-32"></i>

                    </div>

                    <h4>Certified Experts</h4>

                    <p>Team of certified digital marketing and cybersecurity professionals.</p>

                </div>

            </div>



            <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay=".5s">

                <div class="text-center p-4">

                    <div class="bg-color text-light w-80px h-80px rounded-circle d-flex align-items-center justify-content-center mx-auto mb-4">

                        <i class="icofont-ui-call fs-32"></i>

                    </div>

                    <h4>24/7 Support</h4>

                    <p>Round-the-clock customer support for all your digital marketing and security needs.</p>

                </div>

            </div>



            <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay=".6s">

                <div class="text-center p-4">

                    <div class="bg-color text-light w-80px h-80px rounded-circle d-flex align-items-center justify-content-center mx-auto mb-4">

                        <i class="icofont-dollar fs-32"></i>

                    </div>

                    <h4>Competitive Pricing</h4>

                    <p>Best value with transparent pricing and no hidden fees.</p>

                </div>

            </div>

        </div>

    </div>

</section>



<!-- Our Services Overview -->

<section class="bg-color text-light py-5">

    <div class="container">

        <div class="row g-5 align-items-center min-vh-50">

            <div class="col-lg-7 col-md-12">

                <div class="pe-lg-4">

                    <div class="subtitle text-white wow fadeInUp mb-3">What We Offer</div>

                    <h2 class="text-white wow fadeInUp mb-4 fs-36">Comprehensive Digital Solutions</h2>

                    <p class="wow fadeInUp mb-4 lead">TechCare Services provides a unique combination of digital marketing expertise and premium cybersecurity solutions.</p>



                    <div class="row g-3 mb-4">

                        <div class="col-12 wow fadeInUp">

                            <div class="d-flex align-items-start mb-3">

                                <i class="icofont-check-circled text-white fs-20 me-3 mt-1"></i>

                                <div class="flex-grow-1">

                                    <h5 class="text-white mb-1 fs-16">Digital Marketing</h5>

                                    <p class="mb-0 text-white-50 small">SEO, Social Media, PPC, Content Marketing, Email Campaigns</p>

                                </div>

                            </div>

                        </div>

                        <div class="col-12 wow fadeInUp">

                            <div class="d-flex align-items-start mb-3">

                                <i class="icofont-check-circled text-white fs-20 me-3 mt-1"></i>

                                <div class="flex-grow-1">

                                    <h5 class="text-white mb-1 fs-16">AntiVirus Solutions</h5>

                                    <p class="mb-0 text-white-50 small">Norton, McAfee, Kaspersky, Bitdefender, Avast, ESET</p>

                                </div>

                            </div>

                        </div>

                        <div class="col-12 wow fadeInUp">

                            <div class="d-flex align-items-start mb-3">

                                <i class="icofont-check-circled text-white fs-20 me-3 mt-1"></i>

                                <div class="flex-grow-1">

                                    <h5 class="text-white mb-1 fs-16">Cybersecurity Consulting</h5>

                                    <p class="mb-0 text-white-50 small">Security audits, implementation, training, and support</p>

                                </div>

                            </div>

                        </div>

                        <div class="col-12 wow fadeInUp">

                            <div class="d-flex align-items-start mb-3">

                                <i class="icofont-check-circled text-white fs-20 me-3 mt-1"></i>

                                <div class="flex-grow-1">

                                    <h5 class="text-white mb-1 fs-16">Analytics & Reporting</h5>

                                    <p class="mb-0 text-white-50 small">Comprehensive performance tracking and insights</p>

                                </div>

                            </div>

                        </div>

                    </div>



                    <a class="btn-main btn-light wow fadeInUp" href="<?php echo url('services.php'); ?>"><span>View All Services</span></a>

                </div>

            </div>



            <div class="col-lg-5 col-md-12">

                <div class="ps-lg-4">

                    <div class="relative">

                        <img src="<?php echo image('external/Digital-Marketing-About-Page.png'); ?>" class="w-100 rounded-1 shadow-lg" alt="Our Services">

                    </div>

                </div>

            </div>

        </div>

    </div>

</section>



<!-- Partnerships -->

<section>

    <div class="container">

        <div class="row g-4 mb-5">

            <div class="col-lg-8 offset-lg-2 text-center">

                <div class="subtitle id-color wow fadeInUp">Our Partners</div>

                <h2 class="wow fadeInUp">Authorized Reseller Partnerships</h2>

                <p class="wow fadeInUp">We maintain official partnerships with the world's leading antivirus and cybersecurity companies, ensuring you receive authentic products, competitive pricing, and comprehensive support.</p>

            </div>

        </div>



        <div class="row g-4 align-items-center justify-content-center">

            <div class="col-lg-2 col-md-3 col-4 wow scaleIn" data-wow-delay=".0s">

                <div class="text-center">

                    <div class="bg-color-op-1 p-4 rounded-1">

                        <img src="<?php echo image('external/security-icons/norton.png'); ?>" class="w-60px mb-2" alt="Norton">

                        <div class="mt-3 fw-bold">Norton</div>

                    </div>

                </div>

            </div>

            <div class="col-lg-2 col-md-3 col-4 wow scaleIn" data-wow-delay=".1s">

                <div class="text-center">

                    <div class="bg-color-op-1 p-4 rounded-1">

                        <img src="<?php echo image('external/security-icons/mcafee.png'); ?>" class="w-60px mb-2" alt="McAfee">

                        <div class="mt-3 fw-bold">McAfee</div>

                    </div>

                </div>

            </div>

            <div class="col-lg-2 col-md-3 col-4 wow scaleIn" data-wow-delay=".2s">

                <div class="text-center">

                    <div class="bg-color-op-1 p-4 rounded-1">

                        <img src="<?php echo image('external/security-icons/kaspersky.png'); ?>" class="w-60px mb-2" alt="Kaspersky">

                        <div class="mt-3 fw-bold">Kaspersky</div>

                    </div>

                </div>

            </div>

            <div class="col-lg-2 col-md-3 col-4 wow scaleIn" data-wow-delay=".3s">

                <div class="text-center">

                    <div class="bg-color-op-1 p-4 rounded-1">

                        <img src="<?php echo image('external/security-icons/bitdefender.png'); ?>" class="w-60px mb-2" alt="Bitdefender">

                        <div class="mt-3 fw-bold">Bitdefender</div>

                    </div>

                </div>

            </div>

            <div class="col-lg-2 col-md-3 col-4 wow scaleIn" data-wow-delay=".4s">

                <div class="text-center">

                    <div class="bg-color-op-1 p-4 rounded-1">

                        <img src="<?php echo image('external/security-icons/avast.png'); ?>" class="w-60px mb-2" alt="Avast">

                        <div class="mt-3 fw-bold">Avast</div>

                    </div>

                </div>

            </div>

            <div class="col-lg-2 col-md-3 col-4 wow scaleIn" data-wow-delay=".5s">

                <div class="text-center">

                    <div class="bg-color-op-1 p-4 rounded-1">

                        <img src="<?php echo image('external/security-icons/eset.png'); ?>" class="w-60px mb-2" alt="ESET">

                        <div class="mt-3 fw-bold">ESET</div>

                    </div>

                </div>

            </div>

        </div>

    </div>

</section>



<!-- Coverage Areas -->

<section class="bg-color-op-1">

    <div class="container">

        <div class="row g-4 mb-5">

            <div class="col-lg-8 offset-lg-2 text-center">

                <div class="subtitle id-color wow fadeInUp">Where We Serve</div>

                <h2 class="wow fadeInUp">Serving USA & Canada</h2>

                <p class="wow fadeInUp">TechCare Services proudly serves businesses across the United States and Canada, providing localized support with a continental reach.</p>

            </div>

        </div>



        <div class="row g-4">

            <div class="col-lg-6 wow fadeInUp">

                <div class="bg-white p-5 rounded-1 h-100">

                    <i class="icofont-flag id-color fs-48 mb-4"></i>

                    <h3>United States Coverage</h3>

                    <p>We serve businesses across all 50 states, from tech startups in Silicon Valley to established enterprises on the East Coast. Our USA-based team understands the unique challenges and opportunities of the American market.</p>

                    <ul class="ul-check mt-4">

                        <li>Major metro areas: New York, Los Angeles, Chicago, Houston, Phoenix</li>

                        <li>Regional support offices across key states</li>

                        <li>Compliance with US cybersecurity standards</li>

                        <li>Local payment processing and invoicing</li>

                    </ul>

                </div>

            </div>



            <div class="col-lg-6 wow fadeInUp">

                <div class="bg-white p-5 rounded-1 h-100">

                    <i class="icofont-flag id-color fs-48 mb-4"></i>

                    <h3>Canada Coverage</h3>

                    <p>Our Canadian operations serve businesses from coast to coast, with deep understanding of the bilingual market and Canadian business environment. We provide services in both English and French.</p>

                    <ul class="ul-check mt-4">

                        <li>Major cities: Toronto, Vancouver, Montreal, Calgary, Ottawa</li>

                        <li>Bilingual support (English/French)</li>

                        <li>Compliance with Canadian privacy laws (PIPEDA)</li>

                        <li>Canadian dollar pricing available</li>

                    </ul>

                </div>

            </div>

        </div>

    </div>

</section>



<!-- Values -->

<section>

    <div class="container">

        <div class="row g-4 mb-5">

            <div class="col-lg-8 offset-lg-2 text-center">

                <div class="subtitle id-color wow fadeInUp">Our Core Values</div>

                <h2 class="wow fadeInUp">What Drives Us</h2>

            </div>

        </div>



        <div class="row g-4">

            <div class="col-lg-3 col-md-6 wow fadeInUp">

                <div class="bg-color-op-2 p-4 rounded-1 text-center h-100">

                    <i class="icofont-shield id-color fs-48 mb-3"></i>

                    <h5>Integrity</h5>

                    <p class="mb-0">We operate with honesty, transparency, and ethical business practices in all interactions.</p>

                </div>

            </div>



            <div class="col-lg-3 col-md-6 wow fadeInUp">

                <div class="bg-color-op-2 p-4 rounded-1 text-center h-100">

                    <i class="icofont-bulb-alt id-color fs-48 mb-3"></i>

                    <h5>Innovation</h5>

                    <p class="mb-0">Continuously evolving our services to leverage cutting-edge technologies and strategies.</p>

                </div>

            </div>



            <div class="col-lg-3 col-md-6 wow fadeInUp">

                <div class="bg-color-op-2 p-4 rounded-1 text-center h-100">

                    <i class="icofont-star id-color fs-48 mb-3"></i>

                    <h5>Excellence</h5>

                    <p class="mb-0">Committed to delivering exceptional quality in every service we provide.</p>

                </div>

            </div>



            <div class="col-lg-3 col-md-6 wow fadeInUp">

                <div class="bg-color-op-2 p-4 rounded-1 text-center h-100">

                    <i class="icofont-heart id-color fs-48 mb-3"></i>

                    <h5>Customer Focus</h5>

                    <p class="mb-0">Your success is our success. We prioritize client satisfaction above all else.</p>

                </div>

            </div>

        </div>

    </div>

</section>



<!-- CTA Section -->

<section class="bg-color text-light">

    <div class="container">

        <div class="row g-4 align-items-center">

            <div class="col-lg-8">

                <h2 class="text-white mb-3">Ready to Partner with TechCare Services?</h2>

                <p class="mb-0">Join 500+ businesses that trust us for their digital marketing and cybersecurity needs. Get started with a free consultation today.</p>

            </div>

            <div class="col-lg-4 text-lg-end">

                <a class="btn-main btn-light" href="<?php echo url('contact.php'); ?>"><span>Contact Us Today</span></a>

            </div>

        </div>

    </div>

</section>



<?php

// Include footer

require_once INC_PATH . 'footer.php';

?>


← Back to Directory Edit File 🔒 Chmod

WP File Manager