pull/705/head
Zhou Yuhang 2 months ago
parent 9e4909cbf7
commit f4e58f5804

@ -29,6 +29,10 @@ const people = [
export default function AboutUsPage() { export default function AboutUsPage() {
return ( return (
<>
<Head>
<title>About Us</title>
</Head>
<div className="lg:py-18 bg-white py-12"> <div className="lg:py-18 bg-white py-12">
<Container variant="xs"> <Container variant="xs">
<div className="space-y-12"> <div className="space-y-12">
@ -60,14 +64,14 @@ export default function AboutUsPage() {
</h2> </h2>
<p className="text-lg text-slate-500"> <p className="text-lg text-slate-500">
As you apply for your dream jobs or internships, have you ever As you apply for your dream jobs or internships, have you ever
felt unsure about your resume? Have you wondered about how others felt unsure about your resume? Have you wondered about how
got past resume screening in a breeze? Wonder no more! others got past resume screening in a breeze? Wonder no more!
</p> </p>
<p className="text-lg text-slate-500"> <p className="text-lg text-slate-500">
Tech Interview Handbook's very own Resume Review portal is here to Tech Interview Handbook's very own Resume Review portal is here
help! Simply submit your resume and collect invaluable feedback to help! Simply submit your resume and collect invaluable
from our community of Software Engineers, Hiring Managers and so feedback from our community of Software Engineers, Hiring
many more... Managers and so many more...
</p> </p>
</div> </div>
@ -126,5 +130,6 @@ export default function AboutUsPage() {
</div> </div>
</Container> </Container>
</div> </div>
</>
); );
} }

Loading…
Cancel
Save