This commit is contained in:
ASOwnerYT
2024-12-19 23:11:54 +13:00
parent ccc7104bd9
commit 4498eba73a
4 changed files with 42 additions and 9 deletions
+25 -6
View File
@@ -29,11 +29,17 @@ export default function Home() {
<div className={styles.textboxInner}>
<h1 className={styles.h1}>Delivering Exceptional Service.</h1>
<p className={styles.p}>
<strong>Fast, Reliable Computer Repairs in Te Atatu Peninsula</strong><br/>
<strong>Your Local Experts for PCs, Laptops & More</strong> <br />
From hardware fixes to software solutions, we&apos;re here to get
your devices back in top shape. Friendly, affordable service
right in your neighborhood!
<strong>
Fast, Reliable Computer Repairs in Te Atatu Peninsula
</strong>
<br />
<strong>
Your Local Experts for PCs, Laptops & More
</strong>{" "}
<br />
From hardware fixes to software solutions, we&apos;re here
to get your devices back in top shape. Friendly, affordable
service right in your neighborhood!
</p>
<Link href="/contact">
<Button>
@@ -76,7 +82,9 @@ export default function Home() {
</svg>
<h2>Computer Repair/Upgrades</h2>
<p>
We can fix anything from a broken screen to a software issue, or upgrade your computer&apos;s parts and optimise Windows to get your PC running like new again.
We can fix anything from a broken screen to a software issue, or
upgrade your computer&apos;s parts and optimise Windows to get
your PC running like new again.
</p>
</Card>
<Card>
@@ -148,6 +156,17 @@ export default function Home() {
<Link href="/services">And more...</Link>
</p>
</section>
<section className="container">
<div className={styles.map}>
<iframe
src="https://storage.googleapis.com/maps-solutions-pks9pyo9nq/commutes/3v9s/commutes.html"
width="100%"
height="100%"
style={{ border: 0 }}
loading="lazy"
></iframe>
</div>
</section>
</main>
</div>
);