Skip to content

Commit 1716e38

Browse files
committed
adding a heading
1 parent 6ffe269 commit 1716e38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/app/page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ export default function Home() {
1919
return (
2020
<main className="flex min-h-screen flex-col items-center justify-between p-24">
2121
<div className="container mx-auto p-4">
22-
<h1>Search for videos</h1>
22+
<h1 className="text-3xl md:text-4xl font-bold text-center text-indigo-600 my-8">
23+
Search for videos... semantically!
24+
</h1>
2325
<QuestionForm onSubmit={handleSearch} />
2426
<VideoList videos={videos} />
2527
</div>

0 commit comments

Comments
 (0)