Update src/app/layout.tsx

This commit is contained in:
2026-03-08 07:18:00 +00:00
parent f3ddf3f867
commit ebb9173a4f

View File

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