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" }} />