diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b3875f..3d91231 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="mediumSizeLargeTitles" - background="noise" + background="noiseDiagonalGradient" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Revenue Defense Infrastructure" tagIcon={Shield} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "noiseDiagonalGradient" }} buttons={[ { text: "Book Demo", href: "#contact" }, { text: "See Product", href: "#product" }