diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 58e9949..d5755f6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -9,21 +9,28 @@ import { Mail } from "lucide-react"; export default function ContactPage() { return ( - + - + - - + /> + +
+ +
+
);