diff --git a/src/pages/contact.tsx b/src/pages/contact.tsx index 0044f28..36daac4 100644 --- a/src/pages/contact.tsx +++ b/src/pages/contact.tsx @@ -3,6 +3,7 @@ import Footer from "~/components/Footer"; import Image from "next/image"; import Header from "~/components/Header"; import { TopLabel } from "~/components/Labels"; +import { ArrowUpRightIcon } from "@heroicons/react/24/outline"; interface ContactDetails { name: string; @@ -31,7 +32,9 @@ const ContactForm = ({ details }: { details: ContactDetails }) => {

{details.name}

-

{details.title}

+

+ {details.title} +

{details.role}

University of Iowa

{ <>
+
+

+ Have any Suggestions or Feedback? +

+
+

OR

+

Reach out Directly:

+
{/** Contact section */} -
+

Contact Information