Add all services pages

This commit is contained in:
ASOwnerYT
2025-01-22 11:30:17 +13:00
parent b1d86febda
commit 415cc61e23
4 changed files with 122 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
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>
);
}