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 7b37829 commit a78f677Copy full SHA for a78f677
frontend/src/app/page.tsx
@@ -11,7 +11,9 @@ export default function Home() {
11
fill
12
/>
13
<section className="flex flex-col items-center py-36 px-24 gap-4 z-20">
14
- <h1 className="text-7xl text-white font-bold">Let's Prep Together!</h1>
+ <h1 className="text-7xl text-white font-bold text-center">
15
+ Let's Prep Together!
16
+ </h1>
17
<h2 className="text-xl text-center text-white font-medium max-w-xl">
18
Collaborative Mock Interviews to Boost Your Confidence and Nail Your
19
Dream Job Interviews
0 commit comments