Skip to content

Commit 0745243

Browse files
opacity: 100%
1 parent 0aaef60 commit 0745243

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/app/page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ const HomePage = () => {
1010
<div>
1111
<Navbar />
1212
</div>
13-
<div className="mt-2 flex flex-col items-center justify-center gap-y-6 flex-grow">
13+
<div className="mt-2 flex flex-grow flex-col items-center justify-center gap-y-6">
1414
<div className="w-full max-w-2xl space-y-6 text-center">
1515
<h1 className="phonk text-2xl font-bold tracking-wider md:text-3xl">
1616
Built by students for students
1717
</h1>
1818
<p className="text-base font-semibold">
19-
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Placeat
20-
praesentium maxime sit dolorem corrupti perspiciatis corporis
21-
cupiditate earum recusandae voluptates nostrum at iusto aliquam
22-
facilis id, pariatur reprehenderit eos esse?
19+
Get access to past papers for CAT-1, CAT-2, and FAT right here. With
20+
CodeChef-VIT's papers, you're all set to study smarter, practice
21+
better, and ace your exams with confidence. Dive in and start
22+
preparing today!
2323
</p>
2424
<div className="flex flex-wrap justify-center gap-4">
2525
<Button

0 commit comments

Comments
 (0)