From a03bcd08ece905b0d596c4bc568316c659a3865c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:31:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a1830f..19f8cce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -61,7 +61,7 @@ export default function LandingPage() { @@ -151,6 +152,7 @@ export default function LandingPage() { id: "4", value: "99.9%", description: "Platform uptime ensuring your team stays connected and productive"}, ]} + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -321,4 +323,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1