Update src/app/workflows/page.tsx

This commit is contained in:
2026-03-11 14:29:11 +00:00
parent 1f9c22fbca
commit e42a720dd7

View File

@@ -34,7 +34,7 @@ export default function WorkflowsPage() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Start a Project", href: "#contact"
text: "Contact", href: "#contact"
}}
/>
</div>
@@ -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() {
</div>
</ThemeProvider>
);
}
}