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

This commit is contained in:
2026-06-15 20:37:45 +00:00
parent 30fa78a9b9
commit 6b709c9040

View File

@@ -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>
);
}