From fbf65856394e3ed71a45083b941e3f66f44a4bae Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:14:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b8a1a06..5246d71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ const navItems = [{ name: "Home", id: "/" }]; export default function Page() { return ( - + @@ -67,6 +67,7 @@ export default function Page() { description="Ready to work with us?" buttons={[{ text: "Contact", href: "mailto:hello@webild.com" }]} useInvertedBackground={false} + background={{ variant: "plain" }} />