Commit a84c1eb 1 parent b6da6b2 commit a84c1eb Copy full SHA for a84c1eb
File tree 4 files changed +186
-0
lines changed
4 files changed +186
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ import styles from './styles.module.css';
3
3
import Layout from '@theme/Layout' ;
4
4
import HomepageStartScreen from '@site/src/components/Hero/StartScreen' ;
5
5
import { HireUsSection } from '@swmansion/t-rex-ui' ;
6
+ import LogoHero from '@site/static/img/logo-hero.svg' ;
7
+ import HomepageButton from '@site/src/components/HomepageButton' ;
6
8
7
9
function Home ( ) {
8
10
return (
@@ -12,6 +14,26 @@ function Home() {
12
14
< div className = { styles . container } >
13
15
< HomepageStartScreen />
14
16
</ div >
17
+ < div
18
+ style = { {
19
+ marginTop : '300px' ,
20
+ marginBottom : '350px' ,
21
+ gap : '30px' ,
22
+ display : 'flex' ,
23
+ flexDirection : 'column' ,
24
+ justifyContent : 'center' ,
25
+ alignItems : 'center' ,
26
+ } }
27
+ >
28
+ < LogoHero />
29
+ < h2 > This site is under development</ h2 >
30
+ < a href = "/react-native-executorch/docs/fundamentals/getting-started" >
31
+ < HomepageButton
32
+ href = "/react-native-executorch/docs/fundamentals/getting-started"
33
+ title = "Checkout the docs"
34
+ />
35
+ </ a >
36
+ </ div >
15
37
< div className = { styles . container } >
16
38
< HireUsSection
17
39
href = {
You can’t perform that action at this time.
0 commit comments