diff --git a/src/_includes/components/ai-chat-interface.njk b/src/_includes/components/ai-chat-interface.njk index 946cc90847..437c7ab3ae 100644 --- a/src/_includes/components/ai-chat-interface.njk +++ b/src/_includes/components/ai-chat-interface.njk @@ -1,4 +1,4 @@ -
+
Large manufacturing organizations struggle to unlock the full potential of their operational data. Your current infrastructure creates information silos between IT and OT systems, preventing the scalable digitalization initiatives that drive competitive advantage. FlowFuse's AI-powered platform intelligently bridges this gap, enabling true operational excellence across all your facilities.
- BOOK A DEMOMost large manufacturers try to solve connectivity challenges with approaches that create enterprise-wide bottlenecks. Here’s how FlowFuse provides a smarter, AI-driven alternative:
FlowFuse transforms how organizations deploy and manage industrial applications using Node-RED. Our platform, now enhanced with FlowFuse Expert, empowers IT and OT teams to collaborate more effectively than ever before. Standardize deployments across multiple facilities and accelerate innovation, all while maintaining the governance, security, and scalability your digital transformation demands.
{{ item.description }} diff --git a/src/js/ai-expert-modal.js b/src/js/ai-expert-modal.js index ddda8bea6c..18afc2efdd 100644 --- a/src/js/ai-expert-modal.js +++ b/src/js/ai-expert-modal.js @@ -363,7 +363,7 @@ document.addEventListener('DOMContentLoaded', function() { const selectedPrompts = shuffled.slice(0, INITIAL_SUGGESTIONS_COUNT); function createPromptButton({appendClass, attr, text, title}) { const button = document.createElement('button'); - button.className = `${appendClass} text-left px-4 py-2 bg-white backdrop-blur rounded-full text-sm text-gray-600 hover:bg-white hover:shadow-sm transition-all border border-indigo-600 whitespace-nowrap overflow-hidden text-ellipsis`; + button.className = `${appendClass} text-left px-4 py-2 bg-white backdrop-blur rounded-full text-sm text-gray-500 hover:bg-white hover:shadow-sm transition-all border hover:border-indigo-600 border-indigo-200 whitespace-nowrap overflow-hidden text-ellipsis`; if (attr) { button.setAttribute('data-prompt', attr); }