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() {