Update src/app/layout.tsx

This commit is contained in:
2026-04-15 21:38:21 +00:00
parent daeb6f68a1
commit 21bfa42553

View File

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