From 8a6e2cab866afb43e5349a8ce2b1901c35ce669d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:11:59 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 637b5e1..44a4766 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Creative Minds Landscaping", description: "Professional landscaping and hardscaping services in Amenia, NY"}; + title: "Creative Minds Landscaping", description: "Professional landscaping and hardscaping services in Amenia, NY" +}; export default function RootLayout({ children, @@ -1392,4 +1393,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file