Skip to content

Commit

Permalink
Merge pull request #445 from consensusnetworks/enhancement/landing
Browse files Browse the repository at this point in the history
Make small tweaks before releasing landing page
  • Loading branch information
shanejearley committed Oct 31, 2023
2 parents 2b57bb2 + 13d603f commit 47e87e3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions apps/landing/src/pages/landing/Landing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const toggleQuestionItem = (index: number) => {

<section class="overview">
<div class="overview__header">
<span class="highlight text-8">Minimized Risk & Maximized Rewards</span>
<!-- <span class="highlight text-8">Minimized Risk & Maximized Rewards</span> -->
<h2>
Casimir is built to maximize your rewards <br>
without compromising security.
Expand Down Expand Up @@ -228,16 +228,18 @@ const toggleQuestionItem = (index: number) => {
<span class="text-7 bold">Permissionless & Auditable</span>
</div>
<span class="text-r">
Casimir is open-sourced; anyone can use and review the service.
Casimir is open-sourced; anyone can use and review the code.
</span>
</div>
</div>
</section>

<section class="bento">
<h2 class="">
One place to connect your <br>wallets, stake, and see your analytics.
</h2>
<div class="overview__header">
<h2>
One place to connect your wallets, <br> stake, withdraw, and see your analytics.
</h2>
</div>
<div class="bento__container">
<div class="bento__base__card bento__card__1">
<h2 class="text-6">
Expand Down Expand Up @@ -339,7 +341,7 @@ const toggleQuestionItem = (index: number) => {
<ul>
<li>
<a
href="/"
href="https://discord.gg/mBYs8FsY"
target="_blank"
>Discord</a>
</li>
Expand Down

0 comments on commit 47e87e3

Please sign in to comment.