diff --git a/src/app/components/Navbar.js b/src/app/components/Navbar.js index 334f0ca..c3b64a0 100644 --- a/src/app/components/Navbar.js +++ b/src/app/components/Navbar.js @@ -92,13 +92,19 @@ export default function Navbar() { diff --git a/src/app/components/Navbar.module.css b/src/app/components/Navbar.module.css index 6bb179b..c33bd89 100644 --- a/src/app/components/Navbar.module.css +++ b/src/app/components/Navbar.module.css @@ -142,6 +142,8 @@ .dropdownMenu { position: absolute; display: none; + background-color: white; + margin-top: 1rem; } .dropdown:hover .dropdownMenu { diff --git a/src/app/page.module.css b/src/app/page.module.css index 372ac51..cd86d38 100644 --- a/src/app/page.module.css +++ b/src/app/page.module.css @@ -38,6 +38,7 @@ .textboxInner { width: 50%; + max-width: 35em; } } diff --git a/src/app/services/computer-repair/page.js b/src/app/services/computer-repair/page.js new file mode 100644 index 0000000..4cf2c13 --- /dev/null +++ b/src/app/services/computer-repair/page.js @@ -0,0 +1,33 @@ +import HeaderSm from "../../components/HeaderSm"; + +export default function Home() { + return ( +
+ +
+

Profesional Computer Repairs

+

+ Te Atatu Computers is your trusted destination for expert laptop repairs + in Auckland. We specialize in providing top-quality repair services, + tackling a wide range of issues—from routine maintenance to intricate + laptop screen repairs. With a team of skilled technicians armed with + advanced tools and extensive experience, we ensure every repair is + carried out with precision and care. Our dedication to excellence has + made us the preferred choice for laptop repairs in Auckland. Whether + you’re dealing with a cracked screen, a faulty keyboard, or software + issues, we excel in diagnosing and resolving all types of laptop + challenges. We’re committed to offering fast, reliable, and + cost-effective solutions, ensuring your device is returned in perfect + working order. In addition to laptops, we handle PC, Mac, and hardware + repairs, covering issues like viruses, spyware, and software + malfunctions. From component replacements to motherboard + repairs—thanks to our in-house motherboard specialist—Te Atatu Computers + is equipped to address any problem with efficiency and + professionalism. Choose Te Atatu Computers for a seamless repair + experience where quality craftsmanship and customer satisfaction are + always our top priorities. +

+
+
+ ); +} diff --git a/src/app/services/page.js b/src/app/services/page.js deleted file mode 100644 index f1d038c..0000000 --- a/src/app/services/page.js +++ /dev/null @@ -1,102 +0,0 @@ -import Cards from "../components/Cards"; -import Card from "../components/Card"; -import HeaderSm from "../components/HeaderSm"; -import styles from "../page.module.css"; - -export default function Home() { - return ( -
- -
-

Services we Offer

- - - - - -

Computer Repair/Upgrades

-

- We can fix anything from a broken screen to a software issue, or - upgrade your computer's parts and optimise Windows to get - your PC running like new again. -

-
- - - - - -

Desktop PC Building

-

- We'll help you pick the parts and build a custom gaming or - workstation PC for you. -

-
- - - - - -

Remote Access Support

-

- We can remotely connect to your computer and fix - software/operating system related issues from the comfort of your - own home. -

-
- - - - - -

Web Development

-

- We can develop a fast, modern and secure website for your business - using Wordpress or custom React/NextJS code. -

-
-
-
-
- ); -}