Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-15 02:34:09 +00:00

View File

@@ -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"