From 72e6de904c136a89e0c33bbc9a0610bc7c19df3e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:15:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a75be24..f23bbdc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function MusicStreamingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSmallSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -49,7 +49,7 @@ export default function MusicStreamingPage() { tag="Music Streaming Reimagined" tagIcon={Music} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} buttons={[ { text: "Start Free Trial", href: "#cta" }, { text: "Learn More", href: "#features" }