From 1e22e57b1a125dc21c69cd65e0de22c0c620f1e7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 14:25:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index d01c5ec..74c0a24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,6 +122,8 @@ export default function LandingPage() { tagIcon={Calendar} title="Ready for a fresh look?" description="Secure your spot at Apex Cuts. Whether it's a fade, beard trim, or full service, we are ready to help you look your best." + background={{ variant: "plain" }} + useInvertedBackground={false} buttons={[ { text: "Book Online", href: "#" }, { text: "Call (555) 123-4567", href: "tel:5551234567" } -- 2.49.1