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

Commit f122b39

Browse files
committed
Make some minot tweaks, edits to the landing page
1 parent e090fbd commit f122b39

File tree

2 files changed

+57
-15
lines changed

2 files changed

+57
-15
lines changed

public/person_speaking.svg

+1
Loading

src/pages/Home.tsx

+56-15
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ export function Home() {
3939
},
4040
{
4141
"you": "Can you create an itinerary for a day trip to Mombasa? I want to do a literal walk down memory lane visiting my favorite childhood haunts!",
42-
"khoj": <span>Great idea! You can start by visiting your grandma and uncle in Old Town. Check if any of the neighborhood friends, like Samuel and Mariam, are up to grab some Mohogo for lunch at Lighthouse. Maybe go for a short sunset sail with Frank before heading back to the Airport.</span>,
42+
"khoj": <span>Great idea! You can start by visiting your grandma and uncle in Old Town. Check if any of the neighborhood friends, like Samuel and Mariam, are up to grab some Mohogo for lunch at Lighthouse. There's going to be an arts fair there next week. Maybe go for a short sunset sail with Frank before heading back to the Airport.</span>,
4343
}
4444
],
4545
[
4646
{
47-
"you": "What are some good bedtime stories for Lamar?",
48-
"khoj": <span>You mentioned he really liked the story of the tortoise and the hare. So maybe he'll like the story of the three little pigs.</span>,
47+
"you": "Summarize the latest news about AI and tech for me",
48+
"khoj": <span>Certainly, the latest news from TechCrunch suggests that the AI hype cycle is over. The focus is now on practical applications. I've included resources below.</span>,
4949
},
5050
{
51-
"you": "/image Great idea, can you create a book cover for the story and modify the story to be about three little dogs instead, since he's fond of puppies.",
52-
"khoj": <img src="https://khoj-web-bucket.s3.amazonaws.com/three-little-dogs.webp" width="200px" height="200px" alt="Khoj creates a book cover for a book about three little dogs" />
51+
"you": "Tell me about what grants are available for AI tutor applications",
52+
"khoj": <span>There are several grants available for AI tutor applications. The most popular ones are from the National Science Foundation and the Chan Zuckerberg Initiative. Here are links to some more...</span>,
5353
}
5454
],
5555
[
@@ -79,7 +79,7 @@ export function Home() {
7979
</div>
8080
<h2 className='title major'>Merge AI with your brain</h2>
8181
<div className='hero-container-subtitle'>
82-
Khoj is the open-source, AI copilot for your knowledge base. Easily build on top of your personal notes and documents.
82+
Khoj is the open-source, AI copilot for search. Easily get answers without having to sift through Google's search results, and pull context from with your own personal notes.
8383
</div>
8484
<div className='primary-cta'>
8585
<div className='primary-cta-link'>
@@ -89,7 +89,7 @@ export function Home() {
8989
className='cta-button'
9090
style={{borderRadius: '4px', fontSize: 'x-large', height: '50px' }}
9191
href={CLOUD_LINK}>
92-
Try the Beta
92+
Let's Go
9393
</Button>
9494
</div>
9595
</div>
@@ -113,7 +113,7 @@ export function Home() {
113113
<div className='production-description-subcomponent camping-description-subcomponent left-section'>
114114
<h2 className='production-description-subcomponent'>Connect your knowledge</h2>
115115
<p className='product-description-subcomponent-light'>
116-
Khoj can understand your PDFs, markdown, plaintext, GitHub, and Notion, with more in the works.
116+
Optionally, Khoj can understand your PDFs, markdown, plaintext, GitHub, and Notion, with more in the works.
117117
</p>
118118
<p className='product-description-subcomponent-light'>
119119
Connect files directly from your computer using our <a href="/downloads" className='inline-link-light'>Desktop Application</a>. They'll automatically stay in sync.
@@ -125,18 +125,59 @@ export function Home() {
125125
</div>
126126
</div>
127127
</section>
128+
<div>
129+
<div className="product-description">
130+
<div className='production-description-subcomponent-light left-section'>
131+
<img id="demo-video" src="https://khoj-generated-images.s3.amazonaws.com/98aef1b2-5493-41ba-a252-2ab7ab122901/ba59cfa9-42c3-48c5-be50-d4ae245dab7f.png" alt="chat-demo" />
132+
</div>
133+
<div className='production-description-subcomponent-light right-section'>
134+
<h2 className='production-description-subcomponent'>Replace your search engine</h2>
135+
<p className='product-description-subcomponent-light'>
136+
Khoj performs internet searches on your behalf, so you can stay focused on your work.
137+
</p>
138+
<p className='product-description-subcomponent-light'>
139+
It has access to the freshest information online, so you don't have to switch tabs or devices, or sift through links, to get the information you need.
140+
</p>
141+
</div>
142+
</div>
143+
</div>
144+
<div id="plugins" className='product-description'>
145+
<div className='production-description-subcomponent left-section'>
146+
<h2 className='production-description-subcomponent'>Work hands-free</h2>
147+
<p className='product-description-subcomponent'>
148+
We support text-to-speech, meaning you can talk directly into your mic and Khoj will understand your voice (in your native tongue!).
149+
</p>
150+
<div className='primary-cta'>
151+
<div className='primary-cta-link'>
152+
<Button
153+
type="primary"
154+
size='large'
155+
className='cta-button'
156+
style={{borderRadius: '4px', fontSize: 'x-large', height: '50px' }}
157+
href={CLOUD_LINK}>
158+
Get started
159+
</Button>
160+
</div>
161+
</div>
162+
</div>
163+
<div className='production-description-subcomponent right-section'>
164+
<div className='supported-icons'>
165+
<img src='/person_speaking.svg' alt='Person speaking into microphone' title="A person stands behind a microphone. Khoj can understand your voice, in your native tongue." />
166+
</div>
167+
</div>
168+
</div>
128169
<div>
129170
<div className="product-description">
130171
<div className='production-description-subcomponent-light left-section'>
131172
<img id="demo-video" src="https://khoj-web-bucket.s3.amazonaws.com/doing_good_better_demo.png" alt="chat-demo" />
132173
</div>
133174
<div className='production-description-subcomponent-light right-section'>
134-
<h2 className='production-description-subcomponent'>Simplify your reasoning</h2>
175+
<h2 className='production-description-subcomponent'>Jump straight into context</h2>
135176
<p className='product-description-subcomponent-light'>
136177
Khoj allows you to leverage AI to make better sense of your notes and documents.
137178
</p>
138179
<p className='product-description-subcomponent-light'>
139-
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.
180+
Many of us spend hours a day looking up, collating and organizing our information. Khoj saves you time by naturally parsing your own data and merging it with online info.
140181
</p>
141182
<h2 className='production-description-subcomponent'>Are you a student?</h2>
142183
<p className='product-description-subcomponent-light'>
@@ -145,7 +186,7 @@ export function Home() {
145186
</div>
146187
</div>
147188
</div>
148-
<div id="plugins" className='product-description'>
189+
<div className='product-description'>
149190
<div className='production-description-subcomponent left-section'>
150191
<h2 className='production-description-subcomponent'>Engage anytime, anywhere</h2>
151192
<p className='product-description-subcomponent'>
@@ -173,15 +214,15 @@ export function Home() {
173214
<div>
174215
<div className="product-description">
175216
<div className='production-description-subcomponent-light left-section'>
176-
<img id="demo-video" src="https://khoj-web-bucket.s3.amazonaws.com/mountain_sunrise.svg" alt="chat-demo" />
217+
<img id="demo-video" src="https://khoj-generated-images.s3.amazonaws.com/98aef1b2-5493-41ba-a252-2ab7ab122901/679af36b-c9cd-4133-841d-8e08823f8303.png" alt="chat-demo" />
177218
</div>
178219
<div className='production-description-subcomponent-light right-section'>
179-
<h2 className='production-description-subcomponent'>Stay in flow</h2>
220+
<h2 className='production-description-subcomponent'>Get a village's worth of help</h2>
180221
<p className='product-description-subcomponent-light'>
181-
No tagging, GTD or Zettlekasten required. Just read and write with peace of mind.
222+
Khoj gives you access to custom AI agents that can help with more specific tasks. Think, personal doctor, therapist, professor.
182223
</p>
183224
<p className='product-description-subcomponent-light'>
184-
Khoj understands your data as-is, messy footnotes and all.
225+
You can see all of them in the <a className='inline-link-light' href="https://app.khoj.dev/agents">Agents page</a>.
185226
</p>
186227
</div>
187228
</div>

0 commit comments

Comments
 (0)