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

This commit is contained in:
2026-06-25 11:07:39 +00:00
parent da9354f716
commit a41bd43b10

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="Get Started"
text="Ready to transform your space? Schedule a design consultation with our experts in Lebanon."
primaryButton={{
text: "Contact Us",
href: "mailto:info@middesign.com",
}}
secondaryButton={{
text: "Call Now",
href: "tel:+96100000000",
}}
/>
</SectionErrorBoundary>
</div>
);
}