Skip to content

Commit

Permalink
Merge branch 'main' of github.com:CS3219-AY2425S1/cs3219-ay2425s1-pro…
Browse files Browse the repository at this point in the history
…ject-g15
  • Loading branch information
tingkai-mai committed Oct 6, 2024
2 parents 0bb71f3 + cf90b77 commit f9924d5
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ const LandingPage = () => {

return (
<div className="max-w-6xl mx-auto my-10 p-2">
<h1 className="text-white font-extrabold text-h1">PP Large</h1>
<h1 className="text-white font-extrabold text-h1">Peer Prep</h1>
<p className="text-primary-300 text-lg">
A platform to prepare for technical interviews.
</p>
<button
onClick={() => googleLogin()}
className="bg-yellow-500 hover:bg-yellow-300 px-4 py-2 my-2 rounded-md"
>
login
Login
</button>
</div>
);
Expand Down

0 comments on commit f9924d5

Please sign in to comment.