Add map
This commit is contained in:
+25
-6
@@ -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'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'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'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'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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user