From cb2b50db5c624120c07b6c091cc3f2b1ad3c00dc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:21:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38bbca6..938ce93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -47,12 +47,12 @@ export default function LandingPage() { { text: "Launch Dashboard", href: "#instances" }, { text: "View Documentation", href: "#docs" }, ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASBdVuSxxUrf9dcJGwa09HCiuk/a-modern-sleek-game-instance-management--1772576252752-5af3de68.png" imageAlt="Game Instance Management Dashboard" frameStyle="card" mediaAnimation="slide-up" - buttonAnimation="entrance-slide" + buttonAnimation="opacity" /> @@ -62,7 +62,7 @@ export default function LandingPage() { description="Everything you need to manage game instances, monitor performance, and control infrastructure from one intuitive platform." tag="Core Capabilities" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="opacity" features={[ { id: 1, @@ -98,7 +98,7 @@ export default function LandingPage() {