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,