Add new feature card to FeatureCards component: introduce 'Cutting-Edge Research' card with an icon and description to highlight ongoing advancements in AI research.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user