add computer-repair page
This commit is contained in:
@@ -92,13 +92,19 @@ export default function Navbar() {
|
|||||||
</a>
|
</a>
|
||||||
<ul className={styles.dropdownMenu}>
|
<ul className={styles.dropdownMenu}>
|
||||||
<li>
|
<li>
|
||||||
<Link href="/services/web-development">Web Development</Link>
|
<Link href="/services/computer-repair">Computer & Laptop Repairs</Link>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<Link href="/services/computer-upgrades">Computer Upgrades & Speedup</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href="/services/it-support">IT Support</Link>
|
<Link href="/services/it-support">IT Support</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href="/services/consulting">Consulting</Link>
|
<Link href="/services/web-design">Web Design</Link>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<Link href="/services/virus-removal">Virus Removal</Link>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -142,6 +142,8 @@
|
|||||||
.dropdownMenu {
|
.dropdownMenu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: none;
|
display: none;
|
||||||
|
background-color: white;
|
||||||
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown:hover .dropdownMenu {
|
.dropdown:hover .dropdownMenu {
|
||||||
|
|||||||
@@ -38,6 +38,7 @@
|
|||||||
|
|
||||||
.textboxInner {
|
.textboxInner {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
max-width: 35em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,33 @@
|
|||||||
|
import HeaderSm from "../../components/HeaderSm";
|
||||||
|
|
||||||
|
export default function Home() {
|
||||||
|
return (
|
||||||
|
<div style={{ marginBottom: "30em" }}>
|
||||||
|
<HeaderSm text="Computer & Laptop Repairs" />
|
||||||
|
<section className="container mb">
|
||||||
|
<h1>Profesional Computer Repairs</h1>
|
||||||
|
<p>
|
||||||
|
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.
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -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 (
|
|
||||||
<div style={{marginBottom: "30em"}}>
|
|
||||||
<HeaderSm text="Services" />
|
|
||||||
<section className="container mb">
|
|
||||||
<h1 className={styles.center}>Services we Offer</h1>
|
|
||||||
<Cards>
|
|
||||||
<Card>
|
|
||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
fill="none"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
strokeWidth={1.5}
|
|
||||||
stroke="currentColor"
|
|
||||||
>
|
|
||||||
<path
|
|
||||||
strokeLinecap="round"
|
|
||||||
strokeLinejoin="round"
|
|
||||||
d="M9 17.25v1.007a3 3 0 0 1-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0 1 15 18.257V17.25m6-12V15a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 15V5.25m18 0A2.25 2.25 0 0 0 18.75 3H5.25A2.25 2.25 0 0 0 3 5.25m18 0V12a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 12V5.25"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
<h2>Computer Repair/Upgrades</h2>
|
|
||||||
<p>
|
|
||||||
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.
|
|
||||||
</p>
|
|
||||||
</Card>
|
|
||||||
<Card>
|
|
||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
fill="none"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
strokeWidth={1.5}
|
|
||||||
stroke="currentColor"
|
|
||||||
>
|
|
||||||
<path
|
|
||||||
strokeLinecap="round"
|
|
||||||
strokeLinejoin="round"
|
|
||||||
d="M8.25 3v1.5M4.5 8.25H3m18 0h-1.5M4.5 12H3m18 0h-1.5m-15 3.75H3m18 0h-1.5M8.25 19.5V21M12 3v1.5m0 15V21m3.75-18v1.5m0 15V21m-9-1.5h10.5a2.25 2.25 0 0 0 2.25-2.25V6.75a2.25 2.25 0 0 0-2.25-2.25H6.75A2.25 2.25 0 0 0 4.5 6.75v10.5a2.25 2.25 0 0 0 2.25 2.25Zm.75-12h9v9h-9v-9Z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
<h2>Desktop PC Building</h2>
|
|
||||||
<p>
|
|
||||||
We'll help you pick the parts and build a custom gaming or
|
|
||||||
workstation PC for you.
|
|
||||||
</p>
|
|
||||||
</Card>
|
|
||||||
<Card>
|
|
||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
fill="none"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
strokeWidth={1.5}
|
|
||||||
stroke="currentColor"
|
|
||||||
>
|
|
||||||
<path
|
|
||||||
strokeLinecap="round"
|
|
||||||
strokeLinejoin="round"
|
|
||||||
d="M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 0 0 2.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 0 1-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 0 0-1.091-.852H4.5A2.25 2.25 0 0 0 2.25 4.5v2.25Z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
<h2>Remote Access Support</h2>
|
|
||||||
<p>
|
|
||||||
We can remotely connect to your computer and fix
|
|
||||||
software/operating system related issues from the comfort of your
|
|
||||||
own home.
|
|
||||||
</p>
|
|
||||||
</Card>
|
|
||||||
<Card>
|
|
||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
fill="none"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
strokeWidth={1.5}
|
|
||||||
stroke="currentColor"
|
|
||||||
>
|
|
||||||
<path
|
|
||||||
strokeLinecap="round"
|
|
||||||
strokeLinejoin="round"
|
|
||||||
d="M12 21a9.004 9.004 0 0 0 8.716-6.747M12 21a9.004 9.004 0 0 1-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 0 1 7.843 4.582M12 3a8.997 8.997 0 0 0-7.843 4.582m15.686 0A11.953 11.953 0 0 1 12 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0 1 21 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0 1 12 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 0 1 3 12c0-1.605.42-3.113 1.157-4.418"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
<h2>Web Development</h2>
|
|
||||||
<p>
|
|
||||||
We can develop a fast, modern and secure website for your business
|
|
||||||
using Wordpress or custom React/NextJS code.
|
|
||||||
</p>
|
|
||||||
</Card>
|
|
||||||
</Cards>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user