From cfd6d256ad90bcac976fad63281122c51ddb9402 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:29:09 +0000 Subject: [PATCH] Update src/app/integrations/page.tsx --- src/app/integrations/page.tsx | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/src/app/integrations/page.tsx b/src/app/integrations/page.tsx index 1b0f4e6..43a8ed2 100644 --- a/src/app/integrations/page.tsx +++ b/src/app/integrations/page.tsx @@ -34,7 +34,7 @@ export default function IntegrationsPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Start a Project", href: "#contact" + text: "Contact", href: "#contact" }} /> @@ -53,8 +53,7 @@ export default function IntegrationsPage() { tag="Integration Specialist" tagAnimation="slide-up" buttons={[ - { text: "View Integrations", href: "#projects" }, - { text: "Get Connected", href: "#contact" } + { text: "View Integrations", href: "#projects" } ]} buttonAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndPFbpHqBEtlv0fG4wek8eWPV/modern-web-interface-for-an-ai-content-g-1773232936048-fda19c95.png?_wi=1" @@ -74,33 +73,21 @@ export default function IntegrationsPage() { { id: "api-integration", label: "API Integration", title: "Custom API Integrations", items: [ "RESTful and GraphQL API development", "Third-party API connections", "Webhook implementation and management", "Real-time data synchronization" - ], - buttons: [ - { text: "Learn More", href: "#contact" } ] }, { id: "ai-models", label: "AI Models", title: "AI Model Implementation", items: [ "LLM integration and fine-tuning", "Custom machine learning models", "Predictive analytics implementation", "Natural language processing solutions" - ], - buttons: [ - { text: "Explore AI", href: "#contact" } ] }, { id: "platform-sync", label: "Platform Connectivity", title: "Multi-Platform Ecosystem Sync", items: [ "CRM to marketing automation sync", "ERP and accounting system integration", "E-commerce platform connections", "Analytics and BI tool integration" - ], - buttons: [ - { text: "Get Started", href: "#contact" } ] }, { id: "advanced-tooling", label: "Advanced Tools", title: "Advanced Automation Tooling", items: [ "No-code automation platform setup", "Custom webhook infrastructure", "Data transformation pipelines", "Real-time event processing" - ], - buttons: [ - { text: "Discover", href: "#contact" } ] } ]} @@ -185,4 +172,4 @@ export default function IntegrationsPage() { ); -} +} \ No newline at end of file