add contact email links

This commit is contained in:
Brandon Egger
2023-04-19 01:01:38 -05:00
parent 89b1ff0ffa
commit 15070f2232
2 changed files with 25 additions and 6 deletions

View File

@ -111,6 +111,8 @@ const About: NextPage = () => {
<HandRaisedIcon className="ml-4 inline w-12 rotate-12 animate-hand_wave text-yellow-200" />
</h1>
</div>
{/** Biographies (both small & large screens) */}
<div className="grid grid-cols-2 sm:my-16 sm:mt-4 sm:space-y-12 lg:grid-cols-3 lg:space-y-24">
{biographies.map((biography, index) => {
return <Biopgraphy key={index} {...biography} />;