diff --git a/attached_assets/targeted_element_1749831527971.png b/attached_assets/targeted_element_1749831527971.png new file mode 100644 index 0000000..191b196 Binary files /dev/null and b/attached_assets/targeted_element_1749831527971.png differ diff --git a/client/src/components/contact/contact-section.tsx b/client/src/components/contact/contact-section.tsx index 834df51..09e1066 100644 --- a/client/src/components/contact/contact-section.tsx +++ b/client/src/components/contact/contact-section.tsx @@ -1,82 +1,4 @@ -import { useEffect, useRef } from "react"; - export function ContactSection() { - const formContainerRef = useRef(null); - - useEffect(() => { - // Define the Mailchimp form HTML - const mailchimpFormHTML = ` - -
-
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- - - -
-
- - `; - - // Insert the form into the DOM - if (formContainerRef.current) { - formContainerRef.current.innerHTML = mailchimpFormHTML; - } - }, []); - return (
@@ -90,8 +12,25 @@ export function ContactSection() {
-
- {/* Mailchimp form will be inserted here by the useEffect hook */} +
+
+ +