From 0b3911fe79a21e6839f5df05a0c726cb79706b83 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 01:22:31 +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 6f16862..a325212 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -198,6 +198,7 @@ export default function LandingPage() { description="Whether it's a catering inquiry or feedback, we'd love to hear from you." tag="Contact Us" buttons={[{ text: "Contact Support", href: "#" }]} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1