You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/about/page.tsx
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
-
'use client';
2
-
3
1
importNavigationfrom'../components/Navigation';
4
2
import{FaLinkedin}from'react-icons/fa';
3
+
importtype{Metadata}from'next';
4
+
5
+
exportconstmetadata: Metadata={
6
+
title: 'About 1:1 Meeting Cards | Our Mission',
7
+
description: 'Learn about our mission to improve workplace relationships through meaningful 1:1 conversations. Discover how we help teams build stronger connections.'
Copy file name to clipboardExpand all lines: src/app/how-to/page.tsx
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
-
'use client';
2
-
3
1
importNavigationfrom'../components/Navigation';
2
+
importtype{Metadata}from'next';
3
+
4
+
exportconstmetadata: Metadata={
5
+
title: 'How to Use 1:1 Meeting Cards | Guide',
6
+
description: 'Learn how to effectively use 1:1 Meeting Cards to lead better one-on-one conversations. Step-by-step guide to improve your team meetings.'
title: '1:1 Meeting Cards | Lead Better One-on-One Conversations',
7
+
description: 'Lead meaningful 1on1 conversations that strengthen your team and drive growth. A curated collection of conversation cards for better team management.'
description: 'The requested topic could not be found.'
22
+
};
23
+
}
24
+
25
+
return{
26
+
title: `${topic.title} | 1:1 Meeting Cards`,
27
+
description: `Explore ${topic.title.toLowerCase()} questions for your 1:1 meetings. Choose from different difficulty levels to guide your conversations.`
description: `${difficultyName} questions for ${topic.title.toLowerCase()} discussions in your 1:1 meetings. Guide meaningful conversations with carefully crafted questions.`
Copy file name to clipboardExpand all lines: src/app/topics/page.tsx
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
importNavigationfrom'../components/Navigation';
2
2
importTopicsListfrom'../components/TopicsList';
3
+
importtype{Metadata}from'next';
4
+
5
+
exportconstmetadata: Metadata={
6
+
title: 'Choose Your Topic | 1:1 Meeting Cards',
7
+
description: 'Explore our curated collection of conversation topics for 1:1 meetings. Find the perfect questions to lead meaningful discussions with your team.'
0 commit comments