Switch to version 1: remove src/pages/HomePage/sections/Booking.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user