Skip to content

Commit 056ba90

Browse files
committed
fix: proper components name
1 parent deb45e9 commit 056ba90

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

app/speak/page.tsx

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,5 @@
11
import SpeakDetails from './components/speak';
22

3-
export const metadata = {
4-
title: 'Speak | My Awesome App',
5-
description: 'Share your thoughts with the community using our Speak feature.',
6-
openGraph: {
7-
title: 'Speak | My Awesome App',
8-
description: 'Share your thoughts with the community using our Speak feature.',
9-
url: 'https://yourdomain.com/speak',
10-
siteName: 'My Awesome App',
11-
images: [
12-
{
13-
url: 'https://yourdomain.com/og-image.png',
14-
width: 1200,
15-
height: 630,
16-
alt: 'Speak Page Preview',
17-
},
18-
],
19-
locale: 'en_US',
20-
type: 'website',
21-
},
22-
twitter: {
23-
card: 'summary_large_image',
24-
title: 'Speak | My Awesome App',
25-
description: 'Join the conversation with our new Speak feature.',
26-
images: ['https://yourdomain.com/og-image.png'],
27-
},
28-
};
29-
30-
31-
323
export default function SpeakPage() {
334
return (
345
<main>

0 commit comments

Comments
 (0)