diff --git a/src/app/book-appointment/page.tsx b/src/app/book-appointment/page.tsx index 5432bfc..c7721a2 100644 --- a/src/app/book-appointment/page.tsx +++ b/src/app/book-appointment/page.tsx @@ -63,6 +63,7 @@ export default function AppointmentPage() { description="Please enter your contact information and details regarding your plumbing urgency to complete the booking." buttons={[{ text: "Submit Appointment Request", onClick: () => alert("Booking submitted!") }]} background={{ variant: "plain" }} + useInvertedBackground={false} />