From ebb9173a4fa41a5bca2affd83d65b36f3ee9d07e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:18:00 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9e1f92b..8dffc5c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Alan's Tree Services", description: "Professional arboricultural expertise since 1995"}; + title: "Alan's Tree Services", description: "Professional arboricultural expertise since 1995. Safe, certified tree care for residential and commercial properties."}; export default function RootLayout({ children,