From 003401c6b140bfcff514fd7ec3f2db53ace4a2c1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:43:12 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 80 +++++++++------------------------------ 1 file changed, 17 insertions(+), 63 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d16dfa0..224e8b9 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -19,8 +19,7 @@ const navItems = [ const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, { label: "Integrations", href: "#" }, @@ -28,8 +27,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "#about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -37,8 +35,7 @@ const footerColumns = [ ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, { label: "Support", href: "#" }, @@ -46,8 +43,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Security", href: "#" }, @@ -87,32 +83,14 @@ export default function ServicesPage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "Workflow Automation & Integration", - author: "Enterprise Solutions", - description: "Automate end-to-end business processes including data entry, document processing, email management, and multi-step workflows. We connect your tools and systems seamlessly, eliminating manual handoffs and accelerating your operations.", - tags: ["Process Automation", "Integration", "Optimization"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/an-illustration-showcasing-interconnecte-1773070844783-f3dbd792.png?_wi=3", - imageAlt: "Workflow Automation", - }, + id: "1", title: "Workflow Automation & Integration", author: "Enterprise Solutions", description: "Automate end-to-end business processes including data entry, document processing, email management, and multi-step workflows. We connect your tools and systems seamlessly, eliminating manual handoffs and accelerating your operations.", tags: ["Process Automation", "Integration", "Optimization"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/an-illustration-showcasing-interconnecte-1773070844783-f3dbd792.png", imageAlt: "Workflow Automation"}, { - id: "2", - title: "Intelligent Document Processing", - author: "AI Technology", - description: "Leverage AI-powered OCR and NLP to extract, categorize, and process documents automatically. Perfect for invoices, contracts, forms, and compliance documents. Achieve 99.9% accuracy with zero human intervention.", - tags: ["AI Processing", "Document Intelligence", "Data Extraction"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/a-modern-analytics-dashboard-showing-eff-1773070845264-030bdf77.png?_wi=2", - imageAlt: "Document Processing", - }, + id: "2", title: "Intelligent Document Processing", author: "AI Technology", description: "Leverage AI-powered OCR and NLP to extract, categorize, and process documents automatically. Perfect for invoices, contracts, forms, and compliance documents. Achieve 99.9% accuracy with zero human intervention.", tags: ["AI Processing", "Document Intelligence", "Data Extraction"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/a-modern-analytics-dashboard-showing-eff-1773070845264-030bdf77.png", imageAlt: "Document Processing"}, { - id: "3", - title: "Custom AI Model Development", - author: "Advanced AI", - description: "Build custom machine learning models tailored to your specific business needs. From predictive analytics to classification tasks, we develop sophisticated AI solutions that provide competitive advantage and drive innovation.", - tags: ["Machine Learning", "Custom Models", "AI Development"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/a-conceptual-image-of-a-diverse-team-col-1773070845679-5bc77f56.png", - imageAlt: "AI Development", - }, + id: "3", title: "Custom AI Model Development", author: "Advanced AI", description: "Build custom machine learning models tailored to your specific business needs. From predictive analytics to classification tasks, we develop sophisticated AI solutions that provide competitive advantage and drive innovation.", tags: ["Machine Learning", "Custom Models", "AI Development"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/a-conceptual-image-of-a-diverse-team-col-1773070845679-5bc77f56.png", imageAlt: "AI Development"}, ]} animationType="slide-up" textboxLayout="default" @@ -131,29 +109,14 @@ export default function ServicesPage() { tagAnimation="slide-up" metrics={[ { - id: "1", - title: "Average Time Savings", - subtitle: "Per automated process monthly", - category: "Efficiency", - value: "120+ hrs", - }, + id: "1", title: "Average Time Savings", subtitle: "Per automated process monthly", category: "Efficiency", value: "120+ hrs"}, { - id: "2", - title: "Cost Reduction", - subtitle: "Average operational savings annually", - category: "Financial", - value: "60-70%", - }, + id: "2", title: "Cost Reduction", subtitle: "Average operational savings annually", category: "Financial", value: "60-70%"}, { - id: "3", - title: "Error Rate Reduction", - subtitle: "Improved accuracy vs manual processes", - category: "Quality", - value: "99.9%", - }, + id: "3", title: "Error Rate Reduction", subtitle: "Improved accuracy vs manual processes", category: "Quality", value: "99.9%"}, ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} buttons={[{ text: "View ROI Calculator", href: "#" }]} buttonAnimation="slide-up" @@ -164,20 +127,11 @@ export default function ServicesPage() {