Skip to content

Commit 72b0f2e

Browse files
committed
feat: update site metadata with descriptive title and description
1 parent 689930c commit 72b0f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const inter = Inter({ subsets: ['latin'] });
88
const staatliches = Staatliches({ weight: '400', subsets: ['latin'] });
99

1010
export const metadata: Metadata = {
11-
title: "Create Next App",
12-
description: "Generated by create next app",
11+
title: '1:1 Meeting Cards | Lead Better One-on-One Conversations',
12+
description: 'Lead meaningful 1on1 conversations that strengthen your team and drive growth. A curated collection of conversation cards for better team management.'
1313
};
1414

1515
export default function RootLayout({

0 commit comments

Comments
 (0)