From f33de9e414a62871bff64b1b0416cf12131ff5b5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 20:16:45 +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 89ba241..7f7352d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Digital Brand Launcher" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Start Free Trial", href: "#contact" }, { text: "Watch Demo", href: "#" } -- 2.49.1