From 5bc3fa78a7d06022de018a7796f4477e9a6e2373 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 21:58:00 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) 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 ( - + - + - - + /> + +
+ +
+
);