From bc1b1091678b27eb546fbfdda1e4f8472c8bc357 Mon Sep 17 00:00:00 2001 From: Sito8943 Date: Fri, 2 Feb 2024 18:30:14 -0500 Subject: [PATCH] updated features --- src/lang/en/_pages.json | 12 ++++++------ src/lang/es/_pages.json | 12 ++++++------ src/layouts/Features/Features.jsx | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/lang/en/_pages.json b/src/lang/en/_pages.json index 8479e56..2f27df7 100644 --- a/src/lang/en/_pages.json +++ b/src/lang/en/_pages.json @@ -123,17 +123,17 @@ "features": { "title": "Features", "cards": { - "landingPage": { - "title": "Landing Page", - "body": "The landing page relies on the fact that it cannot be a simple home page but has the purpose of showing people your product and making you known" + "marketing": { + "title": "Marketing/Business Page", + "body": "The marketing or business page, also referred to as a portfolios, effectively showcases the company's history and disseminates essential information to visitors." }, "dashboard": { "title": "Dashboard", "body": "Through an administration panel, those responsible for a site can modify its contents." }, - "blog": { - "title": "Blog", - "body": "A blog is a website that includes, as a personal diary of its author(s), content of interest, which is usually updated frequently and is often commented on by readers." + "content": { + "title": "Content page", + "body": "A content page or media website is for consume information, like blogs, magazines or curation for inspirations, having text, image or videos" }, "ecommerce": { "title": "Ecommerce", diff --git a/src/lang/es/_pages.json b/src/lang/es/_pages.json index 5d7b13f..500dca9 100644 --- a/src/lang/es/_pages.json +++ b/src/lang/es/_pages.json @@ -123,17 +123,17 @@ "features": { "title": "Lo que hago", "cards": { - "landingPage": { - "title": "Landing Page", - "body": "La landing page recae en que no puede ser una simple página de inicio sino que tiene el propósito de mostrarle a las personas tu producto y darte a conocer" + "marketing": { + "title": "Páginas de negocios/marketing", + "body": "La página de marketing o de negocios, también conocida como portfolios, muestra de manera efectiva la historia de la empresa y difunde información esencial a los visitantes." }, "dashboard": { "title": "Panel administrativo", "body": "A través de un panel de administración, los responsables de un sitio pueden modificar sus contenidos." }, - "blog": { - "title": "Blog", - "body": "Un blog es un sitio web que incluye, a modo de diario personal de su autor(es), contenidos de su interés, que suelen estar actualizados con frecuencia y a menudo son comentados por los lectores." + "content": { + "title": "Página de contenido", + "body": "Una página de contenido o sitio web de medios está diseñada para consumir información, como blogs, revistas o curación de inspiraciones, que incluye texto, imágenes o videos." }, "ecommerce": { "title": "Ecommerce", diff --git a/src/layouts/Features/Features.jsx b/src/layouts/Features/Features.jsx index a624200..34248c0 100644 --- a/src/layouts/Features/Features.jsx +++ b/src/layouts/Features/Features.jsx @@ -22,7 +22,7 @@ function Features() { if (isInViewport) setVisible(true); }, [isInViewport]); - const cards = ["landingPage", "dashboard", "blog", "ecommerce", "restApi"]; + const cards = ["marketing", "dashboard", "content", "ecommerce", "restApi"]; return (