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