Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit e090fbd

Browse files
committed
Add info about pricing for students
1 parent 455fc3a commit e090fbd

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

src/pages/Home.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ export function Home() {
138138
<p className='product-description-subcomponent-light'>
139139
Many of us spend hours a day looking up, collating and organizing our information. Khoj saves you time by naturally parsing across your randomly organized data.
140140
</p>
141+
<h2 className='production-description-subcomponent'>Are you a student?</h2>
142+
<p className='product-description-subcomponent-light'>
143+
We have special pricing for students. <a className='inline-link-light' href="/pricing">Check it out</a>.
144+
</p>
141145
</div>
142146
</div>
143147
</div>

src/pages/Pricing.tsx

+21-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,27 @@ const Pricing = () => {
3838
</div>
3939
</div>
4040
<div className='card-option premium'>
41-
<h2 className='card-title'>Futurist (<del>$50</del> $30/mo)</h2>
41+
<h2 className='card-title'>Explorer (1 year) - $10/mo</h2>
42+
<div className='card-content'>
43+
<ul className='card-content'>
44+
<li className='card-content'>Special pricing for <b>students and academics</b></li>
45+
<li className='card-content'>All the same benefits as the <b>Futurist</b> plan</li>
46+
<li className='card-content'>All you need is to drop us an email at [email protected] with a .edu email address for a promo code</li>
47+
</ul>
48+
</div>
49+
<div className='cta'>
50+
<Button
51+
type="primary"
52+
size='large'
53+
className='cta-button'
54+
style={{borderRadius: '4px', fontSize: 'x-large', height: '50px' }}
55+
href="mailto:[email protected]">
56+
Contact Us
57+
</Button>
58+
</div>
59+
</div>
60+
<div className='card-option premium'>
61+
<h2 className='card-title'>Futurist $30/mo</h2>
4262
<div className='card-content notice'>Unsure of the Future? <a href={CLOUD_LINK}>Try it free for 14 days</a><span title="The future is subject to market risk. Past performance is not indicative of future results. Please read all physics-related documents carefully before investing in it.">*</span></div>
4363
<div className='card-content'>
4464
<ul className='card-content'>

src/styles/Pricing.css

+4-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ div.content {
1212
div.content-sections {
1313
display: grid;
1414
grid-template-columns: 1fr;
15-
max-width: 60vw;
16-
margin-left: 20vw;
15+
max-width: 70vw;
16+
margin-left: auto;
17+
margin-right: auto;
1718
}
1819

1920
ul.card-content {
@@ -42,7 +43,7 @@ div.card-content.notice {
4243

4344
div.card-options {
4445
display: grid;
45-
grid-template-columns: 1fr 1fr;
46+
grid-template-columns: 1fr 1fr 1fr;
4647
gap: 20px;
4748
}
4849

0 commit comments

Comments
 (0)