From f2f3e77afd023238f5c6a74d0700268dd59af0f1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 21:51:24 +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 7fcee5d..ef53be9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -203,6 +203,7 @@ export default function LandingPage() { description="Have a question or looking for your signature scent? We'd love to hear from you. Our fragrance advisors are ready to help." tag="Contact" buttons={[{ text: "Contact Us", href: "mailto:hello@umbra.com" }]} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1