diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d91231..42882c4 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="noiseDiagonalGradient" + background="circleGradient" 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: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Book Demo", href: "#contact" }, { text: "See Product", href: "#product" } @@ -272,7 +272,7 @@ export default function LandingPage() { description="Book a 15-minute demo with a RevHarbor specialist. See exactly how much revenue is leaking from your pipeline today." tagIcon={Lightbulb} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get Demo Access"