@@ -6,19 +6,30 @@ export default function Home({ articles }) {
6
6
< >
7
7
< Head >
8
8
< title > WebXDAO - OpenSource Community</ title >
9
- < meta name = "description" content = "We are an OpenSource community working around the future of the web. Learn Blockchain technology together." />
10
- < meta name = "keywords" content = "WebXDAO,Web,Web3,Blockchain,OpenSource,DAO" />
11
- < meta name = "viewport" content = "width=device-width, initial-scale=1" />
12
- < meta name = "author" content = "WebXDAO community" />
13
- < meta property = "og:title" content = "WebXDAO - OpenSource Community" />
14
- < meta property = "og:image" content = "https://github.com/WebXDAO.png" />
15
- < meta property = "og:url" content = "https://webxdao.xyz" />
16
- < meta property = "og:type" content = "website" />
17
- < meta property = "og:locale" content = "en_US" />
18
- < meta property = "og:description" content = "We are an OpenSource community working around the future of the web. Learn Blockchain technology together." />
19
-
9
+ < meta
10
+ name = "description"
11
+ content = "We are an OpenSource community working around the future of the web. Learn Blockchain technology together."
12
+ />
13
+ < meta name = "keywords" content = "WebXDAO,Web,Web3,Blockchain,OpenSource,DAO" />
14
+ < meta name = "viewport" content = "width=device-width, initial-scale=1" />
15
+ < meta name = "author" content = "WebXDAO community" />
16
+ < meta property = "og:title" content = "WebXDAO - OpenSource Community" />
17
+ < meta property = "og:image" content = "https://github.com/WebXDAO.png" />
18
+ < meta property = "og:url" content = "https://webxdao.xyz" />
19
+ < meta property = "og:type" content = "website" />
20
+ < meta property = "og:locale" content = "en_US" />
21
+ < meta
22
+ property = "og:description"
23
+ content = "We are an OpenSource community working around the future of the web. Learn Blockchain technology together."
24
+ />
25
+ < meta name = "language" content = "English" />
26
+ < meta name = "linkedin:profile" content = "" />
27
+ < meta property = "instagram:username" content = "" />
28
+ < meta name = "twitter:site" content = "https://twitter.com/WebXDAO" />
29
+ < meta property = "discord:server" content = "835424705410236427" />
30
+ < meta property = "discord:invite" content = "https://discord.webxdao.xyz/" />
20
31
</ Head >
21
- < div className = "flex flex-col h-screen" >
32
+ < div className = "flex h-screen flex-col " >
22
33
< Hero />
23
34
</ div >
24
35
</ >
0 commit comments