From e42a720dd7fc0fd9a4875d158157e5b3a2bd8929 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:29:11 +0000 Subject: [PATCH] Update src/app/workflows/page.tsx --- src/app/workflows/page.tsx | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/src/app/workflows/page.tsx b/src/app/workflows/page.tsx index 3209d48..23d11de 100644 --- a/src/app/workflows/page.tsx +++ b/src/app/workflows/page.tsx @@ -34,7 +34,7 @@ export default function WorkflowsPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Start a Project", href: "#contact" + text: "Contact", href: "#contact" }} /> @@ -53,8 +53,7 @@ export default function WorkflowsPage() { tag="Workflow Automation" tagAnimation="slide-up" buttons={[ - { text: "View Case Studies", href: "#projects" }, - { text: "Schedule Demo", href: "#contact" } + { text: "View Case Studies", href: "#projects" } ]} buttonAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndPFbpHqBEtlv0fG4wek8eWPV/screenshot-of-a-sophisticated-automation-1773232936102-44b60f1d.png?_wi=1" @@ -74,33 +73,21 @@ export default function WorkflowsPage() { { id: "lead-automation", label: "Lead Generation", title: "Lead Pipeline Automation", items: [ "Intelligent lead capture and qualification", "Automated nurturing sequences", "Smart lead scoring and routing", "Multi-channel lead integration" - ], - buttons: [ - { text: "Learn More", href: "#contact" } ] }, { id: "crm-workflows", label: "CRM Integration", title: "CRM Automation & Optimization", items: [ "Seamless CRM data synchronization", "Automated contact management", "Pipeline stage automation", "Real-time sales insights" - ], - buttons: [ - { text: "Explore CRM", href: "#contact" } ] }, { id: "customer-support", label: "Customer Support", title: "Automated Support Workflows", items: [ "Ticket routing and prioritization", "Automated response systems", "Customer escalation workflows", "Support analytics and reporting" - ], - buttons: [ - { text: "Get Started", href: "#contact" } ] }, { id: "business-processes", label: "Business Operations", title: "Core Business Process Automation", items: [ "Document processing workflows", "Invoice and payment automation", "Approval and compliance workflows", "Reporting and analytics automation" - ], - buttons: [ - { text: "Discover", href: "#contact" } ] } ]} @@ -185,4 +172,4 @@ export default function WorkflowsPage() { ); -} +} \ No newline at end of file