Update metadata and improve homepage text for clarity and consistency
This commit is contained in:
+2
-2
@@ -21,8 +21,8 @@ const geistMono = localFont({
|
||||
});
|
||||
|
||||
export const metadata = {
|
||||
title: "Te Atatu Computer Repair, IT Support & Web Design",
|
||||
description: "Your Local Experts for PCs, Laptops & More.",
|
||||
title: "Te Atatu Computer Repair & Web Design",
|
||||
description: "Your Local Experts for PCs, Laptops, Web Design, IT Support & More.",
|
||||
};
|
||||
|
||||
export default function RootLayout({ children }) {
|
||||
|
||||
+13
-10
@@ -26,19 +26,18 @@ export default function Home() {
|
||||
<div className={styles.textbox}>
|
||||
<div className="container mx-auto">
|
||||
<div className={styles.textboxInner}>
|
||||
<h1 className="mb-4 text-6xl font-bold">Delivering Exceptional Service.</h1>
|
||||
<h1 className="mb-4 text-6xl font-bold">
|
||||
Delivering Exceptional Service.
|
||||
</h1>
|
||||
<p className={styles.p}>
|
||||
<strong>
|
||||
Fast, Reliable Computer Repairs in Te Atatu Peninsula
|
||||
Your Local Experts for PCs, Laptops, Web Design, IT
|
||||
Support & More.
|
||||
</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!
|
||||
to help. Friendly, affordable service right in your
|
||||
neighborhood!
|
||||
</p>
|
||||
<Link href="/contact">
|
||||
<Button>
|
||||
@@ -63,7 +62,9 @@ export default function Home() {
|
||||
</section>
|
||||
|
||||
<section className="container mx-auto mb-16">
|
||||
<h1 className="text-center text-3xl font-bold mb-4">Services we Offer</h1>
|
||||
<h1 className="text-center text-3xl font-bold mb-4">
|
||||
Services we Offer
|
||||
</h1>
|
||||
<div className="text-center mb-4 flex flex-row flex-wrap justify-center">
|
||||
<div className="max-w-xs p-4 text-center justify-center">
|
||||
<svg
|
||||
@@ -81,7 +82,9 @@ export default function Home() {
|
||||
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 className="text-xl font-bold mb-2">Computer Repair/Upgrades</h2>
|
||||
<h2 className="text-xl font-bold mb-2">
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user