From 736b0d39c72b0194f04ad32fc29d1d657e1a8ac3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:09:44 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ddaf150..62e65f2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,9 +16,11 @@ const inter = Inter({ export const metadata: Metadata = { title: "MJ Airconditioning | HVAC Services Melbourne | 5-Star Rated", description: "Expert air conditioning & heating services in Eastern & South Eastern Melbourne. 15+ years experience. Same-day repairs. Licensed & ARC certified. Call 0411 966 361 for free quote.", keywords: "air conditioning, heating, HVAC, Melbourne, repairs, installation, split system, ducted heating", openGraph: { - title: "MJ Airconditioning | HVAC Services Melbourne", description: "Trusted HVAC specialists serving Eastern & South Eastern Melbourne with 15+ years experience and 5-star customer ratings.", siteName: "MJ Airconditioning", type: "website"}, + title: "MJ Airconditioning | HVAC Services Melbourne", description: "Trusted HVAC specialists serving Eastern & South Eastern Melbourne with 15+ years experience and 5-star customer ratings.", siteName: "MJ Airconditioning", type: "website" + }, twitter: { - card: "summary_large_image", title: "MJ Airconditioning | HVAC Services Melbourne", description: "Expert air conditioning & heating repairs and installation. Same-day service available."}, + card: "summary_large_image", title: "MJ Airconditioning | HVAC Services Melbourne", description: "Expert air conditioning & heating repairs and installation. Same-day service available." + }, robots: { index: true, follow: true, -- 2.49.1 From c719c94b1e2b2fd40ea94916b6fe0e92a34161af Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:09:45 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10a7aff..e6e1813 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -219,8 +219,8 @@ export default function LandingPage() {