Skip to content

Commit

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

0 comments on commit 595c7a8

Please sign in to comment.