Update src/pages/ReservationsPage.tsx

This commit is contained in:
2026-06-23 16:41:03 +00:00
parent bea4e3ec5d
commit 7a6816d294

View File

@@ -11,13 +11,9 @@ export default function ReservationsPage() {
tag="Ready to Experience Magic?"
text="Reserve your table today and let us treat you to an unforgettable evening of Moroccan fine dining."
primaryButton={{
text: "Book Now",
href: "/reservations",
}}
text: "Book Now", href: "/reservations"}}
secondaryButton={{
text: "Contact Concierge",
href: "tel:5550123",
}}
text: "Contact Concierge", href: "tel:5550123"}}
/>
</SectionErrorBoundary>
</div>
@@ -26,7 +22,6 @@ export default function ReservationsPage() {
<SectionErrorBoundary name="about">
<AboutText
title="Your Table Awaits"
description="Whether it's a romantic celebration or a sophisticated business dinner, we ensure your visit is handled with the utmost care."
/>
</SectionErrorBoundary>
</div>