diff --git a/src/pages/ReservationsPage.tsx b/src/pages/ReservationsPage.tsx index d9f9077..9d2444c 100644 --- a/src/pages/ReservationsPage.tsx +++ b/src/pages/ReservationsPage.tsx @@ -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"}} /> @@ -26,7 +22,6 @@ export default function ReservationsPage() {