From 111456ec79237406bcebc6288e45c2a9ffb9e610 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 08:56:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da631cf..7110a77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -42,7 +42,7 @@ export default function LandingPage() { tag="Next-Gen Aviation Platform" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "radial-gradient" }} buttons={[ { text: "Start Free Trial", href: "#contact" }, { text: "View Demo", href: "#" }