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