diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 7a95fe4..893f29d 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -15,6 +15,7 @@ export default function BookingPage() { title="Book Your Court" description="Fill out the details below to secure your preferred slot at Divya Jyot Sports Academy. Our team will confirm your booking shortly." imageSrc="http://img.b2bpic.net/free-photo/sports-equipment-arrangement-view_23-2149129583.jpg" + useInvertedBackground={false} inputs={[ { name: "name", type: "text", placeholder: "Full Name", required: true }, { name: "email", type: "email", placeholder: "Email Address", required: true },