From 8d2c771ecd82ed4c619a26914647957bdf3f664c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 19:02:07 +0000 Subject: [PATCH] Switch to version 2: 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..27aa9dd --- /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 ( +
+ + + +
+ ); +}