Add h1 to main page

This commit is contained in:
Lucas Phang 2021-05-07 15:38:58 +10:00
parent b3aa8ec6dd
commit 4d010d39cf
1 changed files with 6 additions and 4 deletions

View File

@ -27,10 +27,12 @@ export function HomeHeroBubble() {
)}
>
<p className="mb-1 text-xs desktop:text-base text-secondary">OXEN</p>
Welcome to Oxen.
<br />
We know you have questions;
<br /> here are the answers.
<h1>
Welcome to Oxen.
<br />
We know you have questions;
<br /> here are the answers.
</h1>
</div>
</div>
);