From f865c9200b1208204311b47a8b181fe8204c820c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:31:35 +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 be2fac2..0053b32 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Hazen Plumbing LLC | Emergency Plumbing Services in Satanta, KS", description: "24/7 emergency plumbing services in Satanta, KS. Fast, reliable, and affordable. Call (620) 555-0147 for immediate assistance."}; + title: "Hazen Plumbing LLC | Emergency Plumbing Services in Satanta, KS", description: "24/7 emergency plumbing services in Satanta, KS. Fast, reliable, and affordable. Call (620) 555-0147 for immediate assistance." +}; export default function RootLayout({ children, -- 2.49.1