From 9a31431dd3805ff89255ab7d6ee6ecd1724b5e15 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 04:09:31 +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 b529981..a63bfec 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -19,8 +19,8 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: 'Expert HVAC Services | Your Comfort, Our Priority', - description: 'Providing top-notch HVAC installation, repair, and maintenance services. Ensure your home or business stays comfortable year-round with our expert team.', + title: 'Al\'s Plumbing And Heating Ltd. | Expert HVAC & Plumbing Services', + description: 'Providing reliable plumbing leak detection, pipe repair, drain cleaning, and heating services in Sudbury, ON. Your comfort is our priority.', }; export default function RootLayout({ -- 2.49.1 From 4d67a7fcc8b538ceef750a26caa6910aa5c630ec Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 04:09:32 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 195 ++++++++++++----------------------------------- 1 file changed, 50 insertions(+), 145 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67da1ef..781cb35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,22 @@ export default function HvacPage() {
@@ -67,24 +67,18 @@ export default function HvacPage() {
@@ -282,11 +191,11 @@ export default function HvacPage() {
); -} +} \ No newline at end of file -- 2.49.1