Update src/app/layout.tsx

This commit is contained in:
2026-03-03 19:45:18 +00:00
parent ebf9e02004
commit cd05331b50

View File

@@ -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,