Update src/app/reservations/page.tsx
This commit is contained in:
@@ -37,6 +37,7 @@ export default function ReservationsPage() {
|
||||
description="Select your date, time, and party size to confirm your reservation."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg"
|
||||
imageAlt="Booking"
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{ name: "date", type: "date", placeholder: "Date" },
|
||||
{ name: "time", type: "time", placeholder: "Time" },
|
||||
|
||||
Reference in New Issue
Block a user