From 6b709c904023ceabdfdc6124be55604ef5f6add6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 20:37:45 +0000 Subject: [PATCH] Switch to version 1: remove src/pages/HomePage/sections/Reservations.tsx --- src/pages/HomePage/sections/Reservations.tsx | 23 -------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/pages/HomePage/sections/Reservations.tsx diff --git a/src/pages/HomePage/sections/Reservations.tsx b/src/pages/HomePage/sections/Reservations.tsx deleted file mode 100644 index 027f19e..0000000 --- a/src/pages/HomePage/sections/Reservations.tsx +++ /dev/null @@ -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 ( -
- - - -
- ); -}