Skip to content

Commit

Permalink
updated features
Browse files Browse the repository at this point in the history
  • Loading branch information
sito8943 committed Feb 2, 2024
1 parent fb92e09 commit bc1b109
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions src/lang/en/_pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions src/lang/es/_pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/Features/Features.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<Section id="features" background="bg-dark-background2">
Expand Down

0 comments on commit bc1b109

Please sign in to comment.