File tree 1 file changed +16
-16
lines changed
docusaurus/src/pages/home
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,22 @@ export default {
6
6
description : 'Get set up in minutes to build any projects in hours instead of weeks.' ,
7
7
} ,
8
8
carousel : [
9
+ {
10
+ title : 'Can’t wait to use Strapi?' ,
11
+ description : (
12
+ < >
13
+ { 'Learn Strapi in a nutshell with our ' }
14
+ < a href = "https://docs.strapi.io/dev-docs/quick-start" target = "_blank" > quick start guide</ a >
15
+ { ', or request a ' }
16
+ < a href = "https://strapi.io/demo" target = "_blank" > live demo</ a > !
17
+ </ >
18
+ ) ,
19
+ button : {
20
+ label : 'Quick start' ,
21
+ decorative : '🚀' ,
22
+ to : '/dev-docs/quick-start' ,
23
+ } ,
24
+ } ,
9
25
{
10
26
backgroundImgSrc : require ( '@site/static/img/assets/home/carousel-background--cloud.png' ) . default ,
11
27
variant : 'cloud' ,
@@ -24,22 +40,6 @@ export default {
24
40
to : '/cloud/intro' ,
25
41
} ,
26
42
} ,
27
- {
28
- title : 'Can’t wait to use Strapi?' ,
29
- description : (
30
- < >
31
- { 'If demos are more your thing, we have a ' }
32
- < a href = "https://youtu.be/h9vETeRiulY" target = "_blank" > video demo</ a >
33
- { ', or you can request a ' }
34
- < a href = "https://strapi.io/demo" target = "_blank" > live demo</ a > !
35
- </ >
36
- ) ,
37
- button : {
38
- label : 'Quick start' ,
39
- decorative : '🚀' ,
40
- to : '/dev-docs/quick-start' ,
41
- } ,
42
- } ,
43
43
] ,
44
44
categories : [
45
45
{
You can’t perform that action at this time.
0 commit comments