From af27116beca23edf651c44933be7d140de502da2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 04:00:14 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e11b614..662739d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,21 +6,25 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function ContactPage() { return ( - - + +

Contact Us

- +
); } \ No newline at end of file