Bob AI: I dind't like what you just did remove it
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Link from "next/link";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
@@ -53,32 +52,6 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardThree
|
||||
title="Powerful Features Built for Enterprise Scale"
|
||||
description="Everything you need to deploy, manage, and optimize intelligent agents across your organization"
|
||||
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: "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: "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"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground="invertDefault"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
|
||||
Reference in New Issue
Block a user