From 1356930036585d3ab20914b397c3cc6fbb23adbc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 00:55:45 +0000 Subject: [PATCH] Switch to version 2: added src/pages/HomePage/sections/Contact.tsx --- src/pages/HomePage/sections/Contact.tsx | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/pages/HomePage/sections/Contact.tsx diff --git a/src/pages/HomePage/sections/Contact.tsx b/src/pages/HomePage/sections/Contact.tsx new file mode 100644 index 0000000..28cdb98 --- /dev/null +++ b/src/pages/HomePage/sections/Contact.tsx @@ -0,0 +1,26 @@ +// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this +// file as the canonical source for the "contact" section. + +import React from 'react'; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; + +export default function ContactSection(): React.JSX.Element { + return ( +
+ +
+ ); +}