From 59f520305879e557a1a23978b6029ea94eb1778f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 02:33:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 597aa60..6b3875f 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="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" -- 2.49.1