Merge version_1 into main #2

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

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="mediumSizeLargeTitles"
background="noiseDiagonalGradient"
background="noise"
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: "noise" }}
buttons={[
{ text: "Book Demo", href: "#contact" },
{ text: "See Product", href: "#product" }
@@ -127,27 +127,27 @@ export default function LandingPage() {
features={[
{
id: "speed-to-lead", title: "Speed-to-Lead Violations", author: "First Contact", description: "Leads not contacted within your SLA window. Every hour delay reduces conversion probability.", tags: ["Contact", "SLA", "Urgency"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxksxwGIJXMyLT2xGOa3WZ2Nml/illustrated-comparison-showing-6-revenue-1773541907951-4b49c17a.png?_wi=1"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxksxwGIJXMyLT2xGOa3WZ2Nml/illustrated-comparison-showing-6-revenue-1773541907951-4b49c17a.png"
},
{
id: "stage-stagnation", title: "Stage Stagnation", author: "Pipeline Health", description: "Deals stuck in the same stage for too long. Indicates lost momentum or forgotten follow-up.", tags: ["Pipeline", "Momentum", "Stalled"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxksxwGIJXMyLT2xGOa3WZ2Nml/illustrated-comparison-showing-6-revenue-1773541907951-4b49c17a.png?_wi=2"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxksxwGIJXMyLT2xGOa3WZ2Nml/illustrated-comparison-showing-6-revenue-1773541907951-4b49c17a.png"
},
{
id: "no-show-recovery", title: "No-Show Without Follow-Up", author: "Missed Calls", description: "Meeting no-shows with zero follow-up action. Leads go completely cold after no-show.", tags: ["Recovery", "Follow-up", "Engagement"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxksxwGIJXMyLT2xGOa3WZ2Nml/illustrated-comparison-showing-6-revenue-1773541907951-4b49c17a.png?_wi=3"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxksxwGIJXMyLT2xGOa3WZ2Nml/illustrated-comparison-showing-6-revenue-1773541907951-4b49c17a.png"
},
{
id: "missing-next-step", title: "Missing Next Step", author: "Conversation Gaps", description: "Calls or conversations logged but no next step defined. Deals stall without direction.", tags: ["Clarity", "Process", "Action"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxksxwGIJXMyLT2xGOa3WZ2Nml/illustrated-comparison-showing-6-revenue-1773541907951-4b49c17a.png?_wi=4"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxksxwGIJXMyLT2xGOa3WZ2Nml/illustrated-comparison-showing-6-revenue-1773541907951-4b49c17a.png"
},
{
id: "owner-inactivity", title: "Owner Inactivity on High-Value Deals", author: "Accountability", description: "High-value opportunities ignored by assigned rep. No activity for X days despite deal size.", tags: ["Focus", "Accountability", "Priority"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxksxwGIJXMyLT2xGOa3WZ2Nml/illustrated-comparison-showing-6-revenue-1773541907951-4b49c17a.png?_wi=5"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxksxwGIJXMyLT2xGOa3WZ2Nml/illustrated-comparison-showing-6-revenue-1773541907951-4b49c17a.png"
},
{
id: "lost-reengagement", title: "Lost Lead Re-Engagement Opportunities", author: "Second Chances", description: "Prospects previously engaged but now dormant. Signals missed re-engagement windows.", tags: ["Retention", "Opportunity", "Timing"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxksxwGIJXMyLT2xGOa3WZ2Nml/illustrated-comparison-showing-6-revenue-1773541907951-4b49c17a.png?_wi=6"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxksxwGIJXMyLT2xGOa3WZ2Nml/illustrated-comparison-showing-6-revenue-1773541907951-4b49c17a.png"
}
]}
animationType="slide-up"
@@ -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: "noiseDiagonalGradient" }}
background={{ variant: "noise" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Get Demo Access"