From 34225f06db6b035f9b08d3da9b04fd03dbdd8c76 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 11:16:00 +0000 Subject: [PATCH] Update src/app/features/page.tsx --- src/app/features/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 025b89f..08624d8 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -55,11 +55,11 @@ export default function FeaturesPage() { useInvertedBackground={false} features={[ { - title: "Integrated CRM & Sales Automation", description: "Manage customer relationships, automate sales processes, and improve your conversion rates with our powerful CRM tools. Track leads from first contact to closed deal.", imageSrc: "http://img.b2bpic.net/free-photo/review-evaluation-satisfaction-customer-service-feedback-sign-icon_53876-123854.jpg", imageAlt: "CRM system illustration", titleImageSrc: "http://img.b2bpic.net/free-photo/social-media-still-life-flat-lay_23-2149019145.jpg", buttonText: "Learn More"}, + title: "Integrated CRM & Sales Automation", description: "Manage customer relationships, automate sales processes, and improve your conversion rates with our powerful CRM tools. Track leads from first contact to closed deal.", imageSrc: "http://img.b2bpic.net/free-photo/review-evaluation-satisfaction-customer-service-feedback-sign-icon_53876-123854.jpg?_wi=2", imageAlt: "CRM system illustration", titleImageSrc: "http://img.b2bpic.net/free-photo/social-media-still-life-flat-lay_23-2149019145.jpg", buttonText: "Learn More"}, { - title: "Advanced Data Analytics & Reporting", description: "Gain deep insights into your business performance with comprehensive data analytics and customizable reporting dashboards. Make data-driven decisions confidently.", imageSrc: "http://img.b2bpic.net/free-photo/map-statistical-information-with-smartwatch-background_1134-389.jpg", imageAlt: "Data analytics illustration", titleImageSrc: "http://img.b2bpic.net/free-vector/flat-elements-about-seo_1045-246.jpg", buttonText: "Discover Insights"}, + title: "Advanced Data Analytics & Reporting", description: "Gain deep insights into your business performance with comprehensive data analytics and customizable reporting dashboards. Make data-driven decisions confidently.", imageSrc: "http://img.b2bpic.net/free-photo/map-statistical-information-with-smartwatch-background_1134-389.jpg?_wi=2", imageAlt: "Data analytics illustration", titleImageSrc: "http://img.b2bpic.net/free-vector/flat-elements-about-seo_1045-246.jpg", buttonText: "Discover Insights"}, { - title: "Cloud Infrastructure & Security", description: "Ensure your data is secure and accessible with robust cloud infrastructure and cutting-edge cybersecurity measures. Scale your operations reliably and safely.", imageSrc: "http://img.b2bpic.net/free-photo/employee-using-laptop-oversee-data-center-machines_482257-125806.jpg", imageAlt: "Cloud infrastructure illustration", titleImageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-shield-protecting-data_23-2152001124.jpg", buttonText: "Explore Security"}, + title: "Cloud Infrastructure & Security", description: "Ensure your data is secure and accessible with robust cloud infrastructure and cutting-edge cybersecurity measures. Scale your operations reliably and safely.", imageSrc: "http://img.b2bpic.net/free-photo/employee-using-laptop-oversee-data-center-machines_482257-125806.jpg?_wi=2", imageAlt: "Cloud infrastructure illustration", titleImageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-shield-protecting-data_23-2152001124.jpg", buttonText: "Explore Security"}, ]} title="Streamline Operations, Maximize Impact" description="Discover our core solutions designed to simplify your daily tasks and drive significant growth for your business. We offer integrated tools to boost efficiency and profitability." @@ -68,7 +68,7 @@ export default function FeaturesPage() {