diff --git a/src/pages/HomePage/sections/Contact.tsx b/src/pages/HomePage/sections/Contact.tsx index a680c9a..18d9472 100644 --- a/src/pages/HomePage/sections/Contact.tsx +++ b/src/pages/HomePage/sections/Contact.tsx @@ -4,24 +4,72 @@ import React from 'react'; import ContactCta from '@/components/sections/contact/ContactCta'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import Tag from "@/components/ui/Tag"; export default function ContactSection(): React.JSX.Element { return ( -
- - - -
+
+ +
+
+ +

Contact Us

+

+ Have a question or want to learn more? Fill out the form below and our team will get back to you as soon as possible. +

+
+ +
e.preventDefault()}> +
+
+ + +
+
+ + +
+
+ +
+ + +
+ +
+ + +
+ + +
+
+
+
); }