From 12ca78b578995d362ab7bf7969bdc487d90a7f36 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:08:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b6c8e9..15cb842 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -201,7 +201,7 @@ export default function LandingPage() { { text: "Schedule A Call", href: "https://calendly.com/advika" }, { text: "Email Us", href: "mailto:eb.sales@advika.cloud" } ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1