Skip to content

Commit 0035b69

Browse files
authored
Match pricing page to Studio content (update Pro features) (#165)
1 parent c9282ae commit 0035b69

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

static/landing-page/styles.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2113,7 +2113,7 @@ path.edge {
21132113
-------------------------------------------------------------------- */
21142114
.pricing-grid {
21152115
display: grid;
2116-
grid-gap: 1rem;
2116+
grid-gap: 0;
21172117
grid-template-columns: repeat(3, minmax(0px, 1fr));
21182118
margin-top: 3rem;
21192119
}
@@ -2153,15 +2153,16 @@ path.edge {
21532153
.tier-wrapper {
21542154
display: flex;
21552155
position: relative;
2156+
margin-bottom: 1rem;
21562157
}
21572158

21582159
.tier {
21592160
border: 1px solid rgba(255, 255, 255, 0.08);
21602161
border-radius: 0.75rem;
21612162
width: 100%;
21622163
background: var(--chakra-colors-gray-850);
2163-
padding-inline-start: 2rem;
2164-
padding-inline-end: 2rem;
2164+
padding-inline-start: 1.5rem;
2165+
padding-inline-end: 1.5rem;
21652166
padding-bottom: 2rem;
21662167
}
21672168

@@ -2257,7 +2258,7 @@ h2.pricing-heading {
22572258
.pricing-arrow {
22582259
margin-top: 2rem;
22592260
color: var(--chakra-colors-gray-600);
2260-
width: 58px;
2261+
width: 38px;
22612262
}
22622263

22632264
.pricing-section {

static/pricing/index.html

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ <h2 class="pricing-heading">Community</h2>
8383
<li class="pricing-text">Unlimited public projects</li>
8484
<li class="pricing-text">Design flows</li>
8585
<li class="pricing-text">Simulate flows</li>
86-
<li class="pricing-text">Export flows as JSON</li>
86+
<li class="pricing-text">Export flows as code</li>
8787
</ul>
8888
</div>
8989
<div class="pricing-arrow">
9090
<svg
91-
width="48"
91+
width="45"
9292
height="24"
93-
viewBox="10 0 48 24"
93+
viewBox="14 0 48 24"
9494
fill="none"
9595
xmlns="http://www.w3.org/2000/svg"
9696
>
@@ -121,17 +121,24 @@ <h2 class="pricing-heading">Professional</h2>
121121
</div>
122122
<ul class="feature-list">
123123
<li class="pricing-text">Everything from Community</li>
124-
<li class="pricing-text">30-day free trial</li>
125-
<li class="pricing-text">Private projects</li>
126-
<li class="pricing-text">Team collaboration</li>
124+
<li class="pricing-text">Teams and shared projects</li>
125+
<li class="pricing-text">Private and unlisted projects</li>
126+
<li class="pricing-text">Version history</li>
127+
<li class="pricing-text">Import from GitHub</li>
128+
<li class="pricing-text">Live simulation mode</li>
129+
<li class="pricing-text">Color states and transitions</li>
127130
<li class="pricing-text">Priority support</li>
131+
<li class="pricing-text">GitHub Sync (coming soon!)</li>
132+
<li class="pricing-text">Workflows (coming soon!)</li>
133+
<li class="pricing-text">Live collaboration (coming soon!)</li>
134+
<li class="pricing-text">Many more pro-only features coming soon</li>
128135
</ul>
129136
</div>
130137
<div class="pricing-arrow">
131138
<svg
132-
width="48"
139+
width="45"
133140
height="24"
134-
viewBox="10 0 48 24"
141+
viewBox="14 0 48 24"
135142
fill="none"
136143
xmlns="http://www.w3.org/2000/svg"
137144
>

0 commit comments

Comments
 (0)