From 21bfa42553277c33dd20ff670cb50ffadd4c84dc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:38:21 +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 7af09c9..17cbad3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -18,7 +18,7 @@ const inter = Inter({ subsets: ["latin"], }); -export const metadata: Metadata = { title: 'Coach Website', description: 'Professional coaching and parish community services.' }; +export const metadata: Metadata = { title: 'Elevate Your Leadership | Expert Business Coaching Services', description: 'Unlock your full potential with personalized business coaching. Strategic guidance to scale your operations, refine your leadership, and achieve sustainable growth.' }; export default function RootLayout({ children,