From 4947679e9f2c2f21c17a421d53d9c7dd902b0a9f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:53:22 +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 c29df3e..01b8cae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Real-Time Messaging" tagIcon={MessageCircle} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcXGcObCKtCwDCyGXqqiKfZkND/a-modern-chat-application-dashboard-inte-1772895092043-42e6a79b.png" imageAlt="ChatFlow dashboard interface" buttons={[ @@ -171,7 +171,7 @@ export default function LandingPage() {