Skip to content

Commit

Permalink
Change text and add a list on main slide
Browse files Browse the repository at this point in the history
  • Loading branch information
irinanazarova authored Sep 27, 2023
1 parent 452a5e3 commit 7b6c3c2
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions src/partials/slides/main-slide.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,25 @@
</a>
<h1 class='main-slide__title' id='pro'>AnyCable</h1>
<p class='main-slide__subtitle'>
A real-time server for Ruby, Rails, and Hotwire applications that runs on your servers and scales.
Real-time server that takes care of connectivity, consistency and scaling.
</p>
<p class='main-slide__text'>
Build chats, real-time updates, GPS trackers, collaborative text editors, and other real-time features. Own the data, scale efficiently, and write maintainable code.
Built for Rails, Ruby, Hotwire and NextJS apps. Runs on Heroku, Fly, Render, Hatchbox, AWS, GCP, Cloud Run and bare metal.
</p>
<div class="main-slide__text">
<ol>
<li class="main-slide__list-item">Communication</li>
<li class="main-slide__list-item">Collaborative, real-time UI</li>
<li class="main-slide__list-item">GPS tracking&amp;IoT</li>
<li class="main-slide__list-item">Live events</li>
</ol>
</div>
<div class='try-now'>
<p class='try-now__caption'>
Start your
<span class='try-now__caption try-now__caption_bolded'>free 2-month
trial</span>
of AnyCable Pro today
<span class='try-now__caption try-now__caption_bolded'>Start a 2-month free trial.</span>
</p>
<button class='button button_size_big try-now__button try-now-btn' data-ph-capture-attribute-link-id='try-pro-now'>
Try PRO now
Sign up
</button>
</div>
<button class='main-slide__learn-more-btn' data-ph-capture-attribute-link-id='learn-more'></button>
Expand Down

0 comments on commit 7b6c3c2

Please sign in to comment.