We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffe269 commit 1716e38Copy full SHA for 1716e38
app/src/app/page.tsx
@@ -19,7 +19,9 @@ export default function Home() {
19
return (
20
<main className="flex min-h-screen flex-col items-center justify-between p-24">
21
<div className="container mx-auto p-4">
22
- <h1>Search for videos</h1>
+ <h1 className="text-3xl md:text-4xl font-bold text-center text-indigo-600 my-8">
23
+ Search for videos... semantically!
24
+ </h1>
25
<QuestionForm onSubmit={handleSearch} />
26
<VideoList videos={videos} />
27
</div>
0 commit comments