From ccc7104bd9c2c09190870feb2095bcf6719f2de3 Mon Sep 17 00:00:00 2001 From: ASOwnerYT Date: Thu, 5 Dec 2024 14:03:21 +1300 Subject: [PATCH] Update title --- src/app/layout.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.js b/src/app/layout.js index 00a68c5..cab437f 100644 --- a/src/app/layout.js +++ b/src/app/layout.js @@ -17,8 +17,8 @@ const geistMono = localFont({ }); export const metadata = { - title: "Te Atatu Computers", - description: "Your Local Experts for PCs, Laptops & More", + title: "Te Atatu Computer Repair, IT Support & Web Design", + description: "Your Local Experts for PCs, Laptops & More.", }; export default function RootLayout({ children }) {