From abfba55c37631ebfbc1253f6b878cccd6ea45f57 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 12:46:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 165bc4e..f8870a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,6 +113,7 @@ export default function LandingPage() { description="Easily book your doctor appointment online to receive prompt medical care and reduce waiting times." buttons={[{ text: "Book Now", href: "#contact" }]} useInvertedBackground={true} + background={{ variant: "plain" }} /> -- 2.49.1