From 70228b655fea12c8c0fe4989f36c2289a64f9497 Mon Sep 17 00:00:00 2001 From: Craig Date: Wed, 16 Apr 2025 10:54:25 +0100 Subject: [PATCH] Update FeatureCards component descriptions: enhance the text for computer vision and natural language processing to better convey expertise and business value. --- .../src/components/FeatureCards/FeatureCards.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/vite-template-master/src/components/FeatureCards/FeatureCards.tsx b/frontend/vite-template-master/src/components/FeatureCards/FeatureCards.tsx index 368ea5a..8deac0a 100644 --- a/frontend/vite-template-master/src/components/FeatureCards/FeatureCards.tsx +++ b/frontend/vite-template-master/src/components/FeatureCards/FeatureCards.tsx @@ -15,13 +15,13 @@ const mockdata = [ { title: 'Computer Vision', description: - 'I have experience in building computer vision models for a range of applications, from object detection to image segmentation.', + 'I have experience in building computer vision models for a range of applications, from object detection to image segmentation. If your business works with images, these models can improve your efficiency and accuracy.', icon: FaEye, }, { title: 'Natural Language Processing', description: - 'I have experience in building natural language processing models for a range of applications, from sentiment analysis to text classification.', + 'Expertise working with LLMs, from training to deployment. These state-of-the-art models are a powerful tool for a range of applications, and can drive your business forward.', icon: FaMessage, }, {