diff --git a/src/app/ai-automation/page.tsx b/src/app/ai-automation/page.tsx index 4f078da..b75a0ca 100644 --- a/src/app/ai-automation/page.tsx +++ b/src/app/ai-automation/page.tsx @@ -34,7 +34,7 @@ export default function AIAutomationPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Start a Project", href: "#contact" + text: "Contact", href: "#contact" }} /> @@ -53,8 +53,7 @@ export default function AIAutomationPage() { tag="AI-Powered Automation" tagAnimation="slide-up" buttons={[ - { text: "See Case Studies", href: "#projects" }, - { text: "Get Started", href: "#contact" } + { text: "See Case Studies", href: "#projects" } ]} buttonAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndPFbpHqBEtlv0fG4wek8eWPV/a-sleek-ai-automation-dashboard-interfac-1773232935194-8f25812e.png?_wi=1" @@ -74,33 +73,21 @@ export default function AIAutomationPage() { { id: "intelligent-workflows", label: "Intelligent Workflows", title: "Smart Business Processes", items: [ "Automated lead qualification and scoring", "Intelligent customer routing and assignment", "Smart follow-up sequencing and timing", "Dynamic workflow optimization" - ], - buttons: [ - { text: "Learn More", href: "#contact" } ] }, { id: "customer-support", label: "Support Automation", title: "24/7 Customer Intelligence", items: [ "AI-powered support ticket routing", "Automated response generation", "Intelligent escalation management", "Customer satisfaction optimization" - ], - buttons: [ - { text: "Explore", href: "#contact" } ] }, { id: "data-intelligence", label: "Data Intelligence", title: "Smart Analytics & Insights", items: [ "Real-time business intelligence dashboards", "Predictive analytics and forecasting", "Automated reporting and insights", "Data-driven decision automation" - ], - buttons: [ - { text: "Discover", href: "#contact" } ] }, { id: "integrations", label: "AI Integration", title: "Seamless AI Ecosystem", items: [ "Custom AI model implementation", "Multi-tool integration and orchestration", "Advanced API connectivity", "Enterprise automation infrastructure" - ], - buttons: [ - { text: "Get Started", href: "#contact" } ] } ]} @@ -185,4 +172,4 @@ export default function AIAutomationPage() { ); -} +} \ No newline at end of file