From 293575c4a0884bbbc91cd2bac2d511847d4e74f6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:30:03 +0000 Subject: [PATCH] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 7e82a08..27fd401 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -40,6 +40,7 @@ export default function BookingPage() { text="Ready to book your visit? Please fill out our booking form or contact us via WhatsApp to confirm your appointment time." background={{ variant: "plain" }} buttons={[{ text: "WhatsApp Us", href: "https://wa.me/201005806654" }]} + useInvertedBackground={false} /> -- 2.49.1