From 3d50aeefaf3a7255ff0ec6154732f5d21205aa9b Mon Sep 17 00:00:00 2001 From: development Date: Mon, 2 Feb 2026 15:14:06 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 36 ++++++++++++------------------------ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2a2a087..864ada6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,10 +27,10 @@ export default function AboutPage() { @@ -56,24 +56,16 @@ export default function AboutPage() { tag="Results" metrics={[ { - id: "1", - value: "78%", - description: "Average Process Automation Increase" + id: "1", value: "78%", description: "Average Process Automation Increase" }, { - id: "2", - value: "2.3x", - description: "Return on Investment in Year One" + id: "2", value: "2.3x", description: "Return on Investment in Year One" }, { - id: "3", - value: "1,200+", - description: "Active Enterprise Deployments" + id: "3", value: "1,200+", description: "Active Enterprise Deployments" }, { - id: "4", - value: "99.9%", - description: "Platform Uptime & Reliability" + id: "4", value: "99.9%", description: "Platform Uptime & Reliability" } ]} gridVariant="uniform-all-items-equal" @@ -101,8 +93,7 @@ export default function AboutPage() { copyrightText="© 2025 AgentAI Inc. All rights reserved." columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/#features" }, { label: "Pricing", href: "/pricing" }, { label: "Security", href: "#" }, @@ -110,8 +101,7 @@ export default function AboutPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -119,8 +109,7 @@ export default function AboutPage() { ] }, { - title: "Developers", - items: [ + title: "Developers", items: [ { label: "Documentation", href: "https://docs.example.com" }, { label: "API Reference", href: "#" }, { label: "GitHub", href: "#" }, @@ -128,8 +117,7 @@ export default function AboutPage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Compliance", href: "#" }, From 64699975b3419593ca34e98fd30980d2831c0d8f Mon Sep 17 00:00:00 2001 From: development Date: Mon, 2 Feb 2026 15:14:07 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 56 ++++++++++++---------------------------- 1 file changed, 16 insertions(+), 40 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1c1ace0..5560600 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -27,10 +27,10 @@ export default function ContactPage() { @@ -58,24 +58,16 @@ export default function ContactPage() { useInvertedBackground="invertDefault" faqs={[ { - id: "1", - title: "How long does it take to deploy an AI agent?", - content: "Most deployments are completed within 2-4 weeks. Our expert implementation team handles setup, training, and integration with your existing systems. For simple use cases, you can have agents running in days using our pre-built templates." + id: "1", title: "How long does it take to deploy an AI agent?", content: "Most deployments are completed within 2-4 weeks. Our expert implementation team handles setup, training, and integration with your existing systems. For simple use cases, you can have agents running in days using our pre-built templates." }, { - id: "2", - title: "What kind of support do you provide?", - content: "We offer 24/7 priority support for all enterprise customers, dedicated account managers, regular training sessions, and comprehensive documentation. Our support team includes AI specialists who understand your business needs." + id: "2", title: "What kind of support do you provide?", content: "We offer 24/7 priority support for all enterprise customers, dedicated account managers, regular training sessions, and comprehensive documentation. Our support team includes AI specialists who understand your business needs." }, { - id: "3", - title: "How secure is AgentAI?", - content: "AgentAI meets the highest enterprise security standards including SOC 2 Type II compliance, end-to-end encryption, role-based access control, and comprehensive audit trails. We also support on-premise deployment for maximum security." + id: "3", title: "How secure is AgentAI?", content: "AgentAI meets the highest enterprise security standards including SOC 2 Type II compliance, end-to-end encryption, role-based access control, and comprehensive audit trails. We also support on-premise deployment for maximum security." }, { - id: "4", - title: "Can AgentAI integrate with our existing systems?", - content: "Yes, AgentAI integrates seamlessly with most enterprise systems via APIs, webhooks, and pre-built connectors. Our integration team can build custom connections for any legacy or specialized systems you use." + id: "4", title: "Can AgentAI integrate with our existing systems?", content: "Yes, AgentAI integrates seamlessly with most enterprise systems via APIs, webhooks, and pre-built connectors. Our integration team can build custom connections for any legacy or specialized systems you use." } ]} animationType="smooth" @@ -86,28 +78,16 @@ export default function ContactPage() { Date: Mon, 2 Feb 2026 15:14:08 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 56c87ed..8eb1674 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const openSans = Open_Sans({ - variable: "--font-open-sans", - subsets: ["latin"], + variable: "--font-open-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "AgentAI - Enterprise AI Agent Automation Platform", - description: "Deploy intelligent AI agents to automate complex business processes at enterprise scale. Increase efficiency, reduce costs, and accelerate growth with AgentAI's powerful automation platform.", - keywords: "AI agents, automation, enterprise, workflow, business intelligence, RPA, intelligent automation", - metadataBase: new URL("https://agentai.example.com"), + title: "AgentAI - Enterprise AI Agent Automation Platform", description: "Deploy intelligent AI agents to automate complex business processes at enterprise scale. Increase efficiency, reduce costs, and accelerate growth with AgentAI's powerful automation platform.", keywords: "AI agents, automation, enterprise, workflow, business intelligence, RPA, intelligent automation", metadataBase: new URL("https://agentai.example.com"), alternates: { canonical: "https://agentai.example.com" }, openGraph: { - title: "AgentAI - Enterprise AI Agent Automation Platform", - description: "Deploy intelligent AI agents to automate complex business processes. Proven by 500+ enterprises.", - url: "https://agentai.example.com", - siteName: "AgentAI", - type: "website", - images: [ + title: "AgentAI - Enterprise AI Agent Automation Platform", description: "Deploy intelligent AI agents to automate complex business processes. Proven by 500+ enterprises.", url: "https://agentai.example.com", siteName: "AgentAI", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg", - alt: "AgentAI Enterprise AI Automation Platform" + url: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg", alt: "AgentAI Enterprise AI Automation Platform" } ] }, twitter: { - card: "summary_large_image", - title: "AgentAI - Enterprise AI Agent Automation", - description: "Deploy intelligent AI agents to automate complex business processes at enterprise scale.", - images: ["http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg"] + card: "summary_large_image", title: "AgentAI - Enterprise AI Agent Automation", description: "Deploy intelligent AI agents to automate complex business processes at enterprise scale.", images: ["http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg"] }, robots: { index: true, From 19b16a72de13c0ea1fc14da235ec31f254707eeb Mon Sep 17 00:00:00 2001 From: development Date: Mon, 2 Feb 2026 15:14:09 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 65 +++++++++++------------------------------------- 1 file changed, 15 insertions(+), 50 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27aca1f..0f4e8c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,16 +47,13 @@ export default function HomePage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg", - imageAlt: "Advanced AI automation technology interface" + imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg", imageAlt: "Advanced AI automation technology interface" }, { - imageSrc: "http://img.b2bpic.net/free-vector/user-panel-template-infographic-dashboard_23-2148378206.jpg", - imageAlt: "Enterprise AI dashboard with analytics" + imageSrc: "http://img.b2bpic.net/free-vector/user-panel-template-infographic-dashboard_23-2148378206.jpg", imageAlt: "Enterprise AI dashboard with analytics" }, { - imageSrc: "http://img.b2bpic.net/free-photo/information-technology-connection-graphics-concept_53876-121040.jpg", - imageAlt: "Intelligent workflow automation system" + imageSrc: "http://img.b2bpic.net/free-photo/information-technology-connection-graphics-concept_53876-121040.jpg", imageAlt: "Intelligent workflow automation system" } ]} autoplayDelay={5000} @@ -71,32 +68,16 @@ export default function HomePage() { tag="Capabilities" features={[ { - id: "01", - title: "Autonomous Agent Design", - description: "Build sophisticated AI agents that operate independently, make intelligent decisions, and learn from interactions without constant human intervention", - imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-technology-landing-page_23-2150369305.jpg", - imageAlt: "ai agent design technology interface" + id: "01", title: "Autonomous Agent Design", description: "Build sophisticated AI agents that operate independently, make intelligent decisions, and learn from interactions without constant human intervention", imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-technology-landing-page_23-2150369305.jpg", imageAlt: "ai agent design technology interface" }, { - id: "02", - title: "Real-Time Analytics & Monitoring", - description: "Track agent performance, decision accuracy, and business impact through comprehensive dashboards with real-time insights and predictive analytics", - imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", - imageAlt: "analytics monitoring real-time dashboard data" + id: "02", title: "Real-Time Analytics & Monitoring", description: "Track agent performance, decision accuracy, and business impact through comprehensive dashboards with real-time insights and predictive analytics", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "analytics monitoring real-time dashboard data" }, { - id: "03", - title: "Multi-Agent Orchestration", - description: "Coordinate multiple AI agents seamlessly to handle complex workflows, ensuring optimal resource allocation and synchronized execution across systems", - imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595844.jpg", - imageAlt: "orchestration coordination workflow automation system" + id: "03", title: "Multi-Agent Orchestration", description: "Coordinate multiple AI agents seamlessly to handle complex workflows, ensuring optimal resource allocation and synchronized execution across systems", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595844.jpg", imageAlt: "orchestration coordination workflow automation system" }, { - id: "04", - title: "Enterprise Security & Compliance", - description: "Bank-level encryption, role-based access control, audit trails, and compliance frameworks ensuring your AI operations meet the strictest regulatory requirements", - imageSrc: "http://img.b2bpic.net/free-photo/finger-pressing-button-with-padlock_1134-121.jpg", - imageAlt: "security protection encryption compliance enterprise" + id: "04", title: "Enterprise Security & Compliance", description: "Bank-level encryption, role-based access control, audit trails, and compliance frameworks ensuring your AI operations meet the strictest regulatory requirements", imageSrc: "http://img.b2bpic.net/free-photo/finger-pressing-button-with-padlock_1134-121.jpg", imageAlt: "security protection encryption compliance enterprise" } ]} textboxLayout="default" @@ -110,28 +91,16 @@ export default function HomePage() { Date: Mon, 2 Feb 2026 15:14:09 +0000 Subject: [PATCH 5/5] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 88 +++++++++------------------------------- 1 file changed, 20 insertions(+), 68 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index d4fadfc..8b21c06 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -27,10 +27,10 @@ export default function PricingPage() { @@ -44,53 +44,21 @@ export default function PricingPage() { tagIcon={DollarSign} plans={[ { - id: "starter", - title: "Starter", - price: "Custom", - period: "Contact Sales", - imageSrc: "http://img.b2bpic.net/free-photo/people-leaning-desk-standing_23-2147650958.jpg", - imageAlt: "pricing plan startup business growth", - button: { text: "Get Started", href: "/contact" }, + id: "starter", title: "Starter", price: "Custom", period: "Contact Sales", imageSrc: "http://img.b2bpic.net/free-photo/people-leaning-desk-standing_23-2147650958.jpg", imageAlt: "pricing plan startup business growth", button: { text: "Get Started", href: "/contact" }, features: [ - "Up to 5 AI agents", - "Basic automation workflows", - "Email support", - "Monthly reporting", - "API access" + "Up to 5 AI agents", "Basic automation workflows", "Email support", "Monthly reporting", "API access" ] }, { - id: "professional", - title: "Professional", - price: "Custom", - period: "Contact Sales", - imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16137.jpg", - imageAlt: "professional enterprise business success growth", - button: { text: "Request Demo", href: "/contact" }, + id: "professional", title: "Professional", price: "Custom", period: "Contact Sales", imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16137.jpg", imageAlt: "professional enterprise business success growth", button: { text: "Request Demo", href: "/contact" }, features: [ - "Up to 50 AI agents", - "Advanced multi-agent orchestration", - "Priority support 24/7", - "Real-time analytics dashboard", - "Custom workflow builder", - "Compliance & audit tools" + "Up to 50 AI agents", "Advanced multi-agent orchestration", "Priority support 24/7", "Real-time analytics dashboard", "Custom workflow builder", "Compliance & audit tools" ] }, { - id: "enterprise", - title: "Enterprise", - price: "Custom", - period: "Contact Sales", - imageSrc: "http://img.b2bpic.net/free-photo/office-scene-with-two-persons_23-2147626431.jpg", - imageAlt: "enterprise organization corporation scale success", - button: { text: "Schedule Consultation", href: "/contact" }, + id: "enterprise", title: "Enterprise", price: "Custom", period: "Contact Sales", imageSrc: "http://img.b2bpic.net/free-photo/office-scene-with-two-persons_23-2147626431.jpg", imageAlt: "enterprise organization corporation scale success", button: { text: "Schedule Consultation", href: "/contact" }, features: [ - "Unlimited AI agents", - "White-label platform", - "Dedicated account manager", - "Custom integrations", - "Advanced security & compliance", - "SLA guarantees" + "Unlimited AI agents", "White-label platform", "Dedicated account manager", "Custom integrations", "Advanced security & compliance", "SLA guarantees" ] } ]} @@ -109,34 +77,22 @@ export default function PricingPage() { useInvertedBackground="invertDefault" faqs={[ { - id: "1", - title: "How long does it take to deploy an AI agent?", - content: "Most deployments are completed within 2-4 weeks. Our expert implementation team handles setup, training, and integration with your existing systems. For simple use cases, you can have agents running in days using our pre-built templates." + id: "1", title: "How long does it take to deploy an AI agent?", content: "Most deployments are completed within 2-4 weeks. Our expert implementation team handles setup, training, and integration with your existing systems. For simple use cases, you can have agents running in days using our pre-built templates." }, { - id: "2", - title: "What kind of support do you provide?", - content: "We offer 24/7 priority support for all enterprise customers, dedicated account managers, regular training sessions, and comprehensive documentation. Our support team includes AI specialists who understand your business needs." + id: "2", title: "What kind of support do you provide?", content: "We offer 24/7 priority support for all enterprise customers, dedicated account managers, regular training sessions, and comprehensive documentation. Our support team includes AI specialists who understand your business needs." }, { - id: "3", - title: "How secure is AgentAI?", - content: "AgentAI meets the highest enterprise security standards including SOC 2 Type II compliance, end-to-end encryption, role-based access control, and comprehensive audit trails. We also support on-premise deployment for maximum security." + id: "3", title: "How secure is AgentAI?", content: "AgentAI meets the highest enterprise security standards including SOC 2 Type II compliance, end-to-end encryption, role-based access control, and comprehensive audit trails. We also support on-premise deployment for maximum security." }, { - id: "4", - title: "Can AgentAI integrate with our existing systems?", - content: "Yes, AgentAI integrates seamlessly with most enterprise systems via APIs, webhooks, and pre-built connectors. Our integration team can build custom connections for any legacy or specialized systems you use." + id: "4", title: "Can AgentAI integrate with our existing systems?", content: "Yes, AgentAI integrates seamlessly with most enterprise systems via APIs, webhooks, and pre-built connectors. Our integration team can build custom connections for any legacy or specialized systems you use." }, { - id: "5", - title: "What's the learning curve for our team?", - content: "We provide comprehensive training programs tailored to your team's technical level. Most users are productive within 2-3 days, and advanced features can be mastered through our certification program within 2 weeks." + id: "5", title: "What's the learning curve for our team?", content: "We provide comprehensive training programs tailored to your team's technical level. Most users are productive within 2-3 days, and advanced features can be mastered through our certification program within 2 weeks." }, { - id: "6", - title: "How do you measure ROI and success?", - content: "Our analytics dashboard tracks key metrics including process automation rates, cost savings, time saved, and business outcomes. We work with you to define success metrics and provide quarterly business reviews to demonstrate value." + id: "6", title: "How do you measure ROI and success?", content: "Our analytics dashboard tracks key metrics including process automation rates, cost savings, time saved, and business outcomes. We work with you to define success metrics and provide quarterly business reviews to demonstrate value." } ]} animationType="smooth" @@ -161,8 +117,7 @@ export default function PricingPage() { copyrightText="© 2025 AgentAI Inc. All rights reserved." columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/#features" }, { label: "Pricing", href: "/pricing" }, { label: "Security", href: "#" }, @@ -170,8 +125,7 @@ export default function PricingPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -179,8 +133,7 @@ export default function PricingPage() { ] }, { - title: "Developers", - items: [ + title: "Developers", items: [ { label: "Documentation", href: "https://docs.example.com" }, { label: "API Reference", href: "#" }, { label: "GitHub", href: "#" }, @@ -188,8 +141,7 @@ export default function PricingPage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Compliance", href: "#" },