From 8bb637bf460d6839792002af0b5bd93be53029cd Mon Sep 17 00:00:00 2001 From: "Arael D. Espinosa" Date: Fri, 31 May 2024 14:27:54 -0300 Subject: [PATCH] feat: updated features --- src/components/HomepageFeatures/index.tsx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index 50a9e6f..cd88d2a 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -10,32 +10,29 @@ type FeatureItem = { const FeatureList: FeatureItem[] = [ { - title: 'Easy to Use', + title: 'Facil de usar', Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, description: ( <> - Docusaurus was designed from the ground up to be easily installed and - used to get your website up and running quickly. + Todo masticadito, para que ni te estreses procesando la información ), }, { - title: 'Focus on What Matters', + title: 'Enfocada', Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default, description: ( <> - Docusaurus lets you focus on your docs, and we'll do the chores. Go - ahead and move your docs into the docs directory. + Todo enfocado en la práctica, nada de mucha teoria, ni complejas definiciones. ), }, { - title: 'Powered by React', + title: 'Por la comunidad', Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, description: ( <> - Extend or customize your website layout by reusing React. Docusaurus can - be extended while reusing the same header and footer. + Mantenido por una comunidad de personas con poco tiempo libre pero mucho conocimiento. ), },