Files
computer-repair/src/app/services/virus-removal/page.js
T
2025-01-22 11:30:17 +13:00

26 lines
1.1 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import HeaderSm from "../../components/HeaderSm";
export default function Home() {
return (
<div style={{ marginBottom: "30em" }}>
<HeaderSm text="Virus Removal" />
<section className="container mx-auto mb">
<h1 className="text-2xl mb-4">Virus & Malware Removal</h1>
<p>
Te Atatu Computers specializes in efficient and thorough virus removal
services for Windows devices, ensuring your computer is free from
harmful malware, spyware, and ransomware. Our experienced technicians
use advanced tools to identify and eliminate threats while
safeguarding your valuable data. We also perform a comprehensive
system check to ensure there are no lingering vulnerabilities,
restoring your device to optimal performance. Additionally, we provide
advice on enhancing your systems security, including installing
reliable antivirus software and adopting safe browsing habits, to help
prevent future infections. With Te Atatu Computers, you can trust your
device is in expert hands.
</p>
</section>
</div>
);
}