This is an automated email from the ASF dual-hosted git repository.

aloalt pushed a commit to branch 2pk03-3
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git

commit df4d2c6f68098e094c4afe63bfabab9c4a150106
Author: Alexander Alten-Lorenz <[email protected]>
AuthorDate: Tue Nov 26 11:19:26 2024 +0100

    Update index.tsx
---
 src/components/HomepageFeatures/index.tsx | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/components/HomepageFeatures/index.tsx 
b/src/components/HomepageFeatures/index.tsx
index 45799df1..0e4c6d4b 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -10,29 +10,29 @@ type FeatureItem = {
 
 const FeatureList: FeatureItem[] = [
   {
-    title: 'Ultra-fast data processing',
+    title: 'Decentralized Data Processing',
     Svg: require('@site/static/img/svg/speed.svg').default,
     description: (
       <>
-      In-situ federated data processing, up to 150x faster as centralized data 
platforms
+      Seamlessly handle distributed datasets while preserving privacy.
       </>
     ),
   },
   {
-    title: 'Application independence ',
+    title: 'Compliance-Ready',
     Svg: require('@site/static/img/svg/agnostic.svg').default,
     description: (
       <>
-        Change three lines of code and move applications across multiple data 
processing engines.
+        Ensures alignment with GDPR, HIPAA, and other data privacy regulations.
       </>
     ),
   },
   {
-    title: 'Data framework agnostic',
+    title: 'Multi-Backend Support',
     Svg: require('@site/static/img/svg/api.svg').default,
     description: (
       <>
-        Works with Apache Spark, PostgreSQL, Apache Flink, Java Streams, JDBC 
and more
+        Integrates with popular ML frameworks for efficient federated learning 
workflows.
       </>
     ),
   },

Reply via email to