Switch to version 1: remove src/pages/HomePage/sections/Reservations.tsx
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "reservations" section.
|
||||
|
||||
import React from 'react';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function ReservationsSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="reservations" data-section="reservations">
|
||||
<SectionErrorBoundary name="reservations">
|
||||
<ContactCta
|
||||
tag="Table Reservations"
|
||||
text="Join us for an unforgettable culinary journey. Secure your place now."
|
||||
primaryButton={{
|
||||
text: "Reserve a Table", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "View Menu", href: "#menu"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user