Update src/app/integrations/page.tsx

This commit is contained in:
2026-03-11 14:29:09 +00:00
parent 8d0ecf0da0
commit cfd6d256ad

View File

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