Skip to content

Commit b36474f

Browse files
authored
Move Strapi Cloud card first in homepage carousel
1 parent 702a434 commit b36474f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docusaurus/src/pages/home/_home.content.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,6 @@ export default {
66
description: 'Get set up in minutes to build any projects in hours instead of weeks.',
77
},
88
carousel: [
9-
{
10-
title: 'Can’t wait to use Strapi?',
11-
description: (
12-
<>
13-
{'If demos are more your thing, we have a '}
14-
<a href="https://youtu.be/h9vETeRiulY" target="_blank">video demo</a>
15-
{', or you can 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-
},
259
{
2610
backgroundImgSrc: require('@site/static/img/assets/home/carousel-background--cloud.png').default,
2711
variant: 'cloud',
@@ -40,6 +24,22 @@ export default {
4024
to: '/cloud/intro',
4125
},
4226
},
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+
},
4343
],
4444
categories: [
4545
{

0 commit comments

Comments
 (0)