Skip to content

Commit

Permalink
update pricing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Tudor-Ang committed Oct 9, 2024
1 parent 69bc302 commit b375856
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions themes/genezio-theme/layouts/_default/pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h2>Free <span class="fs-6 opacity-50 fw-normal">forever</span></h2>
</div>
<div class="d-flex align-items-center mb-4">
<img src="/images/database-icon.svg" />
<p class="m-0 mx-3">Postgres Database</p>
<p class="m-0 mx-3">PostgreSQL/MongoDB Databases</p>
</div>
<div class="d-flex align-items-center mb-4">
<img src="/images/unlimited-icon.svg" />
Expand Down Expand Up @@ -696,7 +696,26 @@ <h2 class="fw-bold m-0">Enterprise</h2>
<div class="fixed-width-row">
<div class="fixed-width-col biggerCol">
<div class="d-flex flex-column align-items-start py-4">
<p class="mb-0" style="font-weight: 500">Postgres Storage</p>
<p class="mb-0" style="font-weight: 500">PostgreSQL/MongoDB Databases</p>
</div>
</div>
<div class="fixed-width-col">
<p class="mobilePlanTitle">Hobby</p>
<p class="text-center mb-0" style="font-weight: 500">3</p>
</div>
<div class="fixed-width-col middleCol">
<p class="mobilePlanTitle">Pro</p>
<p class="text-center mb-0" style="font-weight: 500">10</p>
</div>
<div class="fixed-width-col">
<p class="mobilePlanTitle">Enterprise</p>
<p class="text-center mb-0" style="font-weight: 500">Custom</p>
</div>
</div>
<div class="fixed-width-row">
<div class="fixed-width-col biggerCol">
<div class="d-flex flex-column align-items-start py-4">
<p class="mb-0" style="font-weight: 500">PostgreSQL/MongoDB Storage</p>
</div>
</div>
<div class="fixed-width-col">
Expand Down

0 comments on commit b375856

Please sign in to comment.