diff --git a/src/app/book-appointment/page.tsx b/src/app/book-appointment/page.tsx index 7b0e117..c624dfa 100644 --- a/src/app/book-appointment/page.tsx +++ b/src/app/book-appointment/page.tsx @@ -52,6 +52,7 @@ export default function BookAppointmentPage() { textarea={{ name: "notes", placeholder: "Any special instructions or requests?" }} buttonText="Confirm Booking" onSubmit={(data) => console.log("Booking submitted:", data)} + useInvertedBackground={false} />