diff --git a/frontend/vite-template-master/src/components/FeatureCards/FeatureCards.tsx b/frontend/vite-template-master/src/components/FeatureCards/FeatureCards.tsx index 8deac0a..9e097cf 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 } from 'react-icons/fa6'; +import { FaChartLine, FaEye, FaMessage, FaShield, FaCode } from 'react-icons/fa6'; import { Badge, Card, @@ -30,6 +30,18 @@ const mockdata = [ "Sometimes you just need a simple model and some nice graphs. I can help you understand your data and build a model that works for you.", icon: FaChartLine, }, + { + title: 'Privacy Focused', + description: + "Your data is valuable and sensitive. All my solutions are built with privacy and security in mind from the ground up, ensuring regulatory compliance and protecting your competitive advantage.", + icon: FaShield, + }, + { + title: 'Open Source', + description: + "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, + }, ]; export function FeaturesCards() {