+ Thank you for booking with us. Your table is reserved. +
+Guest Name
++ {reservationConfirmation.data.name} +
+Date
++ {new Date(reservationConfirmation.data.date).toLocaleDateString( + "en-US", { + weekday: "long", year: "numeric", month: "long", day: "numeric"} + )} +
+Time
++ {reservationConfirmation.data.time} +
+Number of Guests
++ {reservationConfirmation.data.guests} {reservationConfirmation.data.guests === "1" ? "guest" : "guests"} +
+Contact Number
++ {reservationConfirmation.data.phone} +
+Special Requests
++ {reservationConfirmation.data.specialRequest} +
++ A confirmation has been sent to your phone number. We look forward to serving you! +
+ +