@@ -33,7 +33,14 @@ export const Hero = ({ children, color}) => {
33
33
<div style={{fontSize: '16px', lineHeight: '1.4'}}>Learn how to use ClickHouse through guides, reference documentation, and videos</div >
34
34
</div >
35
35
<div className =' home-page-hero-right ' >
36
- <a href =' /docs/getting-started/quick-start ' className =' home-page-hero-button ' >
36
+ <a href =' /docs/cloud/overview ' className =' home-page-hero-button ' >
37
+ <div style={{fontWeight: '600', fontSize: '18px', marginBottom: '12px', display: 'flex', flexDirection: 'row', alignItems: 'center'}}>
38
+ <div style={{ display: 'flex', float: 'left', margin: 0, marginRight: '8px'}}><IconCloud iconWidth={'24px'}/></div >
39
+ <div >Cloud</div >
40
+ </div >
41
+ <div >The fastest way to get started with ClickHouse</div >
42
+ </a >
43
+ <a href =' /docs/cloud/get-started/cloud-quick-start ' className =' home-page-hero-button ' >
37
44
<div style={{fontWeight: '600', fontSize: '18px', marginBottom: '12px', display: 'flex', flexDirection: 'row', alignItems: 'center'}}>
38
45
<div style={{ display: 'flex', float: 'left', margin: 0, marginRight: '8px'}}><IconLightning iconWidth={'24px'}/></div >
39
46
<div >Quick Start</div >
@@ -47,13 +54,7 @@ export const Hero = ({ children, color}) => {
47
54
</div >
48
55
<div >Install guides for every platform</div >
49
56
</a >
50
- <a href =' https://clickhouse.com/cloud ' className =' home-page-hero-button ' >
51
- <div style={{fontWeight: '600', fontSize: '18px', marginBottom: '12px', display: 'flex', flexDirection: 'row', alignItems: 'center'}}>
52
- <div style={{ display: 'flex', float: 'left', margin: 0, marginRight: '8px'}}><IconCloud iconWidth={'24px'}/></div >
53
- <div >Cloud</div >
54
- </div >
55
- <div >The fastest way to get started with ClickHouse</div >
56
- </a >
57
+
57
58
</div >
58
59
</div >
59
60
)
0 commit comments