diff --git a/apps/www/src/routes/index.tsx b/apps/www/src/routes/index.tsx index b772b034..79bf2f02 100644 --- a/apps/www/src/routes/index.tsx +++ b/apps/www/src/routes/index.tsx @@ -42,6 +42,13 @@ const features = [ icon: () => ( ) + }, + { + title: "Play on your own terms", + description: "Nestri is fully open-source, inviting you to tweak, enhance, and contribute to the platform. Self-host and cross-play with your own gaming server for ultimate privacy at no extra cost.", + icon: () => ( + + ) } ]