From cd05331b50b458faab1accf5259c381d0242644a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:45:18 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 73ee77c..bf952e4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,8 @@ import type { Metadata } from "next"; import "./styles/globals.css"; export const metadata: Metadata = { - title: "Actual Blue Plumbing | Richmond Hill's Trusted Plumber", description: "Professional plumbing services in Richmond Hill, Markham, and York Region. 5-star rated, transparent pricing, and meticulous workmanship. Call (647) 924-9029 for fast service."}; + title: "Actual Blue Plumbing | Richmond Hill's Trusted Plumber", description: "Professional plumbing services in Richmond Hill, Markham, and York Region. 5-star rated, transparent pricing, and meticulous workmanship. Call (647) 924-9029 for fast service." +}; export default function RootLayout({ children, -- 2.49.1