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

This commit is contained in:
2026-06-13 17:06:50 +00:00
parent 4741bcc249
commit fa0d74a066

View File

@@ -1,24 +0,0 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "booking" section.
import React from 'react';
import ContactCta from '@/components/sections/contact/ContactCta';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function BookingSection(): React.JSX.Element {
return (
<div id="booking" data-section="booking">
<SectionErrorBoundary name="booking">
<ContactCta
tag="BOOKING"
text="Ready to experience the best? Book your appointment today and tell your story."
primaryButton={{"href":"https://wa.me/919999999999","text":"Book Now"}}
secondaryButton={{
text: "Contact Us",
href: "tel:+919999999999",
}}
/>
</SectionErrorBoundary>
</div>
);
}