|
|
|
@ -2,12 +2,16 @@ export default function OffersTitle() {
|
|
|
|
|
return (
|
|
|
|
|
<>
|
|
|
|
|
<div className="flex items-end justify-center">
|
|
|
|
|
<h1 className="text-center text-4xl font-bold">
|
|
|
|
|
Technical Handbook Offers Repo
|
|
|
|
|
<h1 className="mt-16 text-center text-4xl font-bold text-indigo-600">
|
|
|
|
|
Tech Handbook Offers Repo
|
|
|
|
|
</h1>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="flex items-center justify-center text-2xl">
|
|
|
|
|
Benchmark your offers and discuss them with the community
|
|
|
|
|
<div className="mt-2 text-center text-2xl font-normal text-indigo-500">
|
|
|
|
|
Reveal profile stories behind offers
|
|
|
|
|
</div>
|
|
|
|
|
<div className="items-top flex justify-center text-xl font-normal">
|
|
|
|
|
Benchmark your offers and profiles, learn from other's offer profile,
|
|
|
|
|
and discuss with the community
|
|
|
|
|
</div>
|
|
|
|
|
</>
|
|
|
|
|
);
|
|
|
|
|