From 415cc61e23a710df9e27d0ccfaf6c032342a17b8 Mon Sep 17 00:00:00 2001 From: ASOwnerYT Date: Wed, 22 Jan 2025 11:30:17 +1300 Subject: [PATCH] Add all services pages --- src/app/services/computer-upgrades/page.js | 27 ++++++++++++++++ src/app/services/it-support/page.js | 33 +++++++++++++++++++ src/app/services/virus-removal/page.js | 25 +++++++++++++++ src/app/services/web-design/page.js | 37 ++++++++++++++++++++++ 4 files changed, 122 insertions(+) create mode 100644 src/app/services/computer-upgrades/page.js create mode 100644 src/app/services/it-support/page.js create mode 100644 src/app/services/virus-removal/page.js create mode 100644 src/app/services/web-design/page.js diff --git a/src/app/services/computer-upgrades/page.js b/src/app/services/computer-upgrades/page.js new file mode 100644 index 0000000..da96a68 --- /dev/null +++ b/src/app/services/computer-upgrades/page.js @@ -0,0 +1,27 @@ +import HeaderSm from "../../components/HeaderSm"; + +export default function Home() { + return ( +
+ +
+

Computer & Laptop Upgrades/Speedup

+

+ 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. +

+
+
+ ); +} diff --git a/src/app/services/it-support/page.js b/src/app/services/it-support/page.js new file mode 100644 index 0000000..81b862a --- /dev/null +++ b/src/app/services/it-support/page.js @@ -0,0 +1,33 @@ +import HeaderSm from "../../components/HeaderSm"; + +export default function Home() { + return ( +
+ +
+

IT Support

+

+ 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.

+ 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. +

+
+
+ ); +} diff --git a/src/app/services/virus-removal/page.js b/src/app/services/virus-removal/page.js new file mode 100644 index 0000000..cf61d3e --- /dev/null +++ b/src/app/services/virus-removal/page.js @@ -0,0 +1,25 @@ +import HeaderSm from "../../components/HeaderSm"; + +export default function Home() { + return ( +
+ +
+

Virus & Malware Removal

+

+ 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. +

+
+
+ ); +} diff --git a/src/app/services/web-design/page.js b/src/app/services/web-design/page.js new file mode 100644 index 0000000..12258fc --- /dev/null +++ b/src/app/services/web-design/page.js @@ -0,0 +1,37 @@ +import HeaderSm from "../../components/HeaderSm"; + +export default function Home() { + return ( +
+ +
+

Profesional Web Design

+

+ 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.

+ + 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. +

+
+
+ ); +}