diff --git a/src/app/page.tsx b/src/app/page.tsx index ab1d415..62ba8d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,7 +27,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSmallSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Start Investing", href: "#contact" }, { text: "Learn More", href: "#about" }, ]} - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-vector/banking-app-interface_23-2148612400.jpg" imageAlt="Financial dashboard interface" mediaAnimation="slide-up"