@@ -33,7 +33,14 @@ export const Hero = ({ children, color}) => {
3333 <div style={{fontSize: '16px', lineHeight: '1.4'}}>Learn how to use ClickHouse through guides, reference documentation, and videos</div >
3434 </div >
3535 <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 ' >
3744 <div style={{fontWeight: '600', fontSize: '18px', marginBottom: '12px', display: 'flex', flexDirection: 'row', alignItems: 'center'}}>
3845 <div style={{ display: 'flex', float: 'left', margin: 0, marginRight: '8px'}}><IconLightning iconWidth={'24px'}/></div >
3946 <div >Quick Start</div >
@@ -47,13 +54,7 @@ export const Hero = ({ children, color}) => {
4754 </div >
4855 <div >Install guides for every platform</div >
4956 </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+
5758 </div >
5859 </div >
5960 )
0 commit comments