diff --git a/frontend/vite-template-master/src/components/FeatureCards/FeatureCards.tsx b/frontend/vite-template-master/src/components/FeatureCards/FeatureCards.tsx index 9e097cf..afa75ad 100644 --- a/frontend/vite-template-master/src/components/FeatureCards/FeatureCards.tsx +++ b/frontend/vite-template-master/src/components/FeatureCards/FeatureCards.tsx @@ -1,4 +1,4 @@ -import { FaChartLine, FaEye, FaMessage, FaShield, FaCode } from 'react-icons/fa6'; +import { FaChartLine, FaEye, FaMessage, FaShield, FaCode, FaLightbulb } from 'react-icons/fa6'; import { Badge, Card, @@ -42,6 +42,12 @@ const mockdata = [ "Leverage the power and innovation of open source technologies while avoiding vendor lock-in. This approach provides transparency, cost-effectiveness, and ensures your solutions remain maintainable long-term.", icon: FaCode, }, + { + title: 'Cutting-Edge Research', + description: + "I stay continuously updated with the latest advancements in AI research and immediately apply emerging techniques to solve business problems. Your solutions will never be outdated or obsolete.", + icon: FaLightbulb, + }, ]; export function FeaturesCards() {