parent
2fc46bd4a0
commit
67731a5b98
@ -1,18 +0,0 @@
|
||||
export default function OffersTitle() {
|
||||
return (
|
||||
<>
|
||||
<div className="flex items-end justify-center">
|
||||
<h1 className="text-primary-600 mt-16 text-center text-4xl font-bold">
|
||||
Offer Profile Repository
|
||||
</h1>
|
||||
</div>
|
||||
<div className="text-primary-500 mt-2 text-center text-2xl font-normal">
|
||||
Reveal profile stories behind offers
|
||||
</div>
|
||||
<div className="items-top flex justify-center text-xl font-normal">
|
||||
Click into offers to view profiles, benchmark your offers and profiles,
|
||||
and discuss with the community
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
Loading…
Reference in new issue