From 3cf43122e311656a2f44b80f44cbc00d83be0e05 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Fri, 15 Dec 2023 16:31:55 -0300 Subject: [PATCH] Update index.md --- v3-docs/docs/index.md | 36 ++---------------------------------- 1 file changed, 2 insertions(+), 34 deletions(-) diff --git a/v3-docs/docs/index.md b/v3-docs/docs/index.md index 549628c31f..4cde155139 100644 --- a/v3-docs/docs/index.md +++ b/v3-docs/docs/index.md @@ -4,8 +4,8 @@ layout: home hero: name: "Meteor" - text: "The all-in-one JavaScript platform" - tagline: "Build modern apps with less code, in less time" + text: "The full-stack JavaScript platform" + tagline: "Stop fighting with frameworks and start shipping real apps" image: src: /logo.png alt: Meteor @@ -17,36 +17,4 @@ hero: text: View on GitHub link: https://github.com/meteor/meteor -features: - - title: Zero Config - icon: 🛠️ - details: Use popular frameworks and tools right out-of-the-box. Focus on building features instead of configuring tools. - - - title: Front-end Agnostic - icon: 🎨 - details: Choose your preferred front-end framework like React, VueJS, Blaze, Svelte, or Solid. - - - title: RPCs API - icon: 📡 - details: Easily connect back-end and front-end with Methods. Our Remote Procedure Call (RPC) system - - - title: Easy to Deploy - icon: 🚀 - details: Deploy using one command from the CLI or directly from your Git repository by using Meteor Cloud. - - - title: Real-time Features - icon: ⚡ - details: Develop apps with real-time features like chats and collaborative apps with ease by using publications and subscriptions. - - - title: TypeScript Support - icon: 📝 - details: Experience the power of TypeScript inference to boost productivity for your full-stack application. - - - title: Built-in Accounts - icon: 👤 - details: Login and Accounts package ready to use with your app. Never rebuilt an authentication system again. - - - title: Pioneering and Reliable - icon: 🏆 - details: Developed for over a decade and trusted by industry giants. Alows you to build and scale efficiently. ---