[questions][ui] add app logo

pull/346/head
wlren 3 years ago
parent 2feec85981
commit 31c5ae4f54

@ -46,9 +46,12 @@ export default function LandingComponent({
<NavBar></NavBar> <NavBar></NavBar>
</div> </div>
<div className="flex flex-1 flex-col justify-center gap-3"> <div className="flex flex-1 flex-col justify-center gap-3">
<h1 className="text-primary-600 px-4 text-center text-4xl font-bold"> <div className="flex items-center justify-center">
Tech Interview Question Bank <img alt="app logo" className=" h-20 w-20" src="/logo.svg"></img>
</h1> <h1 className="text-primary-600 px-4 text-center text-5xl font-bold">
Tech Interview Question Bank
</h1>
</div>
<p className="mx-auto max-w-lg py-6 px-4 text-center text-xl text-black sm:max-w-3xl"> <p className="mx-auto max-w-lg py-6 px-4 text-center text-xl text-black sm:max-w-3xl">
Get to know the latest SWE interview questions asked by top companies Get to know the latest SWE interview questions asked by top companies
</p> </p>

Loading…
Cancel
Save