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.
2 parents b8c7c5c + 7f3dd9f commit cf90b77Copy full SHA for cf90b77
frontend/src/app/(auth)/components/landing-page/LandingPage.tsx
@@ -13,12 +13,15 @@ const LandingPage = () => {
13
14
return (
15
<div className="max-w-6xl mx-auto my-10 p-2">
16
- <h1 className="text-white font-extrabold text-h1">PP Large</h1>
+ <h1 className="text-white font-extrabold text-h1">Peer Prep</h1>
17
+ <p className="text-primary-300 text-lg">
18
+ A platform to prepare for technical interviews.
19
+ </p>
20
<button
21
onClick={() => googleLogin()}
22
className="bg-yellow-500 hover:bg-yellow-300 px-4 py-2 my-2 rounded-md"
23
>
- login
24
+ Login
25
</button>
26
</div>
27
);
0 commit comments