From fba5e536322d28ea9e4d29ec182a60ed0f42b17f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 20:52:55 +0000 Subject: [PATCH] Switch to version 6: added src/pages/HomePage/sections/Contact.tsx --- src/pages/HomePage/sections/Contact.tsx | 27 +++++++++++++++++++++++++ 1 file changed, 27 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..e29a98f --- /dev/null +++ b/src/pages/HomePage/sections/Contact.tsx @@ -0,0 +1,27 @@ +// 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 ContactCta from '@/components/sections/contact/ContactCta'; +import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; + +export default function ContactSection(): React.JSX.Element { + return ( +
+ + + +
+ ); +}