Switch to version 2: remove src/pages/HomePage/sections/Contact.tsx

This commit is contained in:
2026-06-21 17:25:29 +00:00
parent c3f1d8580c
commit ad6a7dda3d

View File

@@ -1,27 +0,0 @@
// 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 (
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Ready to Start?"
text="Let's turn your ideas into high-performing content."
primaryButton={{
text: "Contact Us",
href: "#",
}}
secondaryButton={{
text: "View Pricing",
href: "#",
}}
/>
</SectionErrorBoundary>
</div>
);
}