From fc0688cd9e440e4f98f23ef3913b88b1f726a4bb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:30:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d2fbd00..f7beb68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium Communication" tagIcon={MessageCircle} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/team-working-together-project_23-2149325483.jpg" imageAlt="Communication platform interface" imagePosition="right" @@ -171,7 +171,7 @@ export default function LandingPage() {