From 2c661d6970e477b01782094406b9575c38b6c0ff Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:24:29 +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 417f8d7..70c9083 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,6 +72,7 @@ export default function Page() { title="Get in Touch" description="Contact our expert team to discuss your project requirements." buttons={[{ text: "Contact Us", href: "#contact" }]} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1