improve homepage UI. Add reference to designer in footer

This commit is contained in:
Brandon Egger
2023-04-17 17:40:06 -05:00
parent aeeaa0eb46
commit b36a5aa18a
2 changed files with 16 additions and 8 deletions

View File

@ -101,6 +101,13 @@ const Footer: NextPage = () => {
<p className="text-sm">250 Hawkins Dr</p>
<p className="text-sm">Iowa City, IA 52242</p>
</section>
<section>
<p className="text-sm text-neutral-400 italic">
Site Designed and Built by <a target="_blank" href="https://brandonegger.com" className="hover:underline">
Brandon Egger
</a>
</p>
</section>
</div>
</div>