File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { Footer } from '../(home)/components/Footer' ;
21import HeroSection from './components/speak' ;
32
4- export const metadata = {
5- title : 'Speak | My Awesome App' ,
6- description : 'Share your thoughts with the community using our Speak feature.' ,
7- openGraph : {
8- title : 'Speak | My Awesome App' ,
9- description : 'Share your thoughts with the community using our Speak feature.' ,
10- url : 'https://yourdomain.com/speak' ,
11- siteName : 'My Awesome App' ,
12- images : [
13- {
14- url : 'https://yourdomain.com/og-image.png' ,
15- width : 1200 ,
16- height : 630 ,
17- alt : 'Speak Page Preview' ,
18- } ,
19- ] ,
20- locale : 'en_US' ,
21- type : 'website' ,
22- } ,
23- twitter : {
24- card : 'summary_large_image' ,
25- title : 'Speak | My Awesome App' ,
26- description : 'Join the conversation with our new Speak feature.' ,
27- images : [ 'https://yourdomain.com/og-image.png' ] ,
28- } ,
29- } ;
30-
31-
32-
333export default function SpeakPage ( ) {
344 return (
355 < main >
366 < HeroSection />
37- < Footer />
387 </ main >
398 ) ;
409}
You can’t perform that action at this time.
0 commit comments