From 2e26b2bf562a104fc7fba71a1e6f51038ef2ffa4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:04:48 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f826829..2ea7b11 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'Andrew McReynolds Plumbing | Trusted Canberra Plumber', - description: 'Looking for a reliable plumber in Canberra and the ACT? Andrew McReynolds Plumbing offers expert, honest, and fast plumbing services for homes and businesses.', + title: 'Andrew McReynolds Plumbing | Trusted ACT Plumbing Services', + description: 'Professional and reliable plumbing services for Canberra and the ACT. From blocked drains to emergency repairs, we\'ve got you covered.', openGraph: { "title": "Andrew McReynolds Plumbing | Trusted Canberra Plumber", "description": "ACT's most trusted professional plumbing service.", -- 2.49.1 From b5e2d2fdd9ad49892fa420a6c3502068f87b56b2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:04:49 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 212 +++++++++++++++++++++++------------------------ 1 file changed, 103 insertions(+), 109 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea43e7c..039f4f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,122 +26,116 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1