From e3729d700fda0514fefc294734665d91168a5382 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 22:54:37 +0000 Subject: [PATCH] Update src/app/book-appointment/page.tsx --- src/app/book-appointment/page.tsx | 1 + 1 file changed, 1 insertion(+) 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} /> -- 2.49.1