Add all services pages
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
import HeaderSm from "../../components/HeaderSm";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div style={{ marginBottom: "30em" }}>
|
||||
<HeaderSm text="Computer & Laptop Upgrades/Speedup" />
|
||||
<section className="container mx-auto mb">
|
||||
<h1 className="text-2xl mb-4">Computer & Laptop Upgrades/Speedup</h1>
|
||||
<p>
|
||||
Upgrading a slow computer can significantly improve its performance or
|
||||
storage capacity and extend its lifespan. At Te Atatu Computers, we do
|
||||
profesional computer upgrades, wheather you need more storage or have
|
||||
a slow device. Increasing the RAM allows your system to handle more
|
||||
tasks simultaneously, reducing lag and boosting speed. Replacing an
|
||||
old hard drive (HDD) with a solid-state drive (SSD) can dramatically
|
||||
decrease boot times and make file access much faster, thanks to the
|
||||
SSD's superior data transfer speeds. Additionally, optimizing your
|
||||
Windows operating system—by removing unnecessary startup programs,
|
||||
updating drivers, and cleaning up system files—can further enhance
|
||||
your computer's responsiveness. These upgrades are cost-effective
|
||||
solutions to breathe new life into your device and improve your
|
||||
productivity.
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
import HeaderSm from "../../components/HeaderSm";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div style={{ marginBottom: "30em" }}>
|
||||
<HeaderSm text="IT Support" />
|
||||
<section className="container mx-auto mb">
|
||||
<h1 className="text-2xl mb-4">IT Support</h1>
|
||||
<p>
|
||||
At Te Atatu Computers, we specialize in providing personalized IT
|
||||
support tailored to the needs of individuals and small businesses.
|
||||
Whether you're dealing with a sluggish computer, software glitches, or
|
||||
networking issues, our experienced technicians are here to help. We
|
||||
offer on-site and remote support, ensuring minimal disruption to your
|
||||
day-to-day activities. From troubleshooting and repairs to software
|
||||
installations and system upgrades, we provide comprehensive solutions
|
||||
to keep your technology running smoothly. Our goal is to simplify
|
||||
technology for you, so you can focus on what matters most. <br /><br />
|
||||
For small businesses, we understand that reliable IT systems are
|
||||
essential for productivity and growth. Te Atatu Computers offers a
|
||||
range of services, including network setup, data backup solutions, and
|
||||
cybersecurity protection, to safeguard your operations. We can also
|
||||
assist with cloud services and ensure your systems are up to date for
|
||||
maximum efficiency. Our team takes the time to understand your unique
|
||||
business requirements, providing proactive support and expert advice
|
||||
to help you thrive in today’s digital landscape. With Te Atatu
|
||||
Computers, you get more than just IT support—you gain a trusted
|
||||
technology partner.
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
@@ -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 system’s 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>
|
||||
);
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
import HeaderSm from "../../components/HeaderSm";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div style={{ marginBottom: "30em" }}>
|
||||
<HeaderSm text="Web Design" />
|
||||
<section className="container mx-auto mb">
|
||||
<h1 className="text-2xl mb-4">Profesional Web Design</h1>
|
||||
<p>
|
||||
Te Atatu Computers offers comprehensive web design and development
|
||||
services tailored to meet the unique needs of individuals and
|
||||
businesses. Whether you're creating a brand-new website or need expert
|
||||
assistance maintaining an existing one, we are here to help. Our team
|
||||
works with popular platforms like WordPress, Wix, and Odoo to build
|
||||
visually appealing and user-friendly websites. These platforms offer a
|
||||
flexible and robust foundation for creating sites that are easy to
|
||||
manage and designed to showcase your brand effectively. We ensure your
|
||||
website is responsive, functional, and optimized for both desktop and
|
||||
mobile users, giving you the edge in today’s competitive online
|
||||
landscape. <br /><br />
|
||||
|
||||
For those who require custom solutions, Te Atatu Computers
|
||||
specializes in advanced web development using modern frameworks such
|
||||
as React, NextJS, and Vue. We also leverage tools like Tailwind CSS
|
||||
and standard coding languages like HTML, CSS, and JavaScript to create
|
||||
fully customized, high-performance websites tailored to your specific
|
||||
requirements. Whether you need e-commerce functionality, seamless
|
||||
integrations, or custom features, we can deliver. Additionally, we
|
||||
provide ongoing maintenance services to ensure your website remains
|
||||
secure, up-to-date, and operating at peak performance. With Te Atatu
|
||||
Computers, you gain a reliable partner dedicated to bringing your
|
||||
online vision to life.
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user