Update src/pages/ReservationsPage.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user