From d3e280599dc2a039e3ac5920b9a2ed4d63a8ac01 Mon Sep 17 00:00:00 2001
From: Bakery Admin
Date: Mon, 26 Jan 2026 11:14:13 +0100
Subject: [PATCH] Update forntend content
---
frontend/src/components/layout/Footer/Footer.tsx | 5 +++--
frontend/src/config/prelaunch.ts | 2 +-
frontend/src/locales/en/common.json | 2 +-
frontend/src/locales/en/contact.json | 4 ++--
frontend/src/locales/en/help.json | 2 +-
frontend/src/locales/es/common.json | 2 +-
frontend/src/locales/es/contact.json | 4 ++--
frontend/src/locales/es/help.json | 2 +-
frontend/src/locales/eu/common.json | 2 +-
frontend/src/locales/eu/contact.json | 4 ++--
frontend/src/locales/eu/help.json | 2 +-
frontend/src/pages/public/CareersPage.tsx | 4 ++--
frontend/src/pages/public/ContactPage.tsx | 15 +++++++--------
frontend/src/pages/public/CookiePolicyPage.tsx | 4 ++--
frontend/src/pages/public/PrivacyPolicyPage.tsx | 8 ++++----
frontend/src/pages/public/TermsOfServicePage.tsx | 4 ++--
16 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/frontend/src/components/layout/Footer/Footer.tsx b/frontend/src/components/layout/Footer/Footer.tsx
index a20b3224..efc91c8e 100644
--- a/frontend/src/components/layout/Footer/Footer.tsx
+++ b/frontend/src/components/layout/Footer/Footer.tsx
@@ -149,8 +149,8 @@ export const Footer = forwardRef(({
} : {
name: t('common:app.name', 'Panadería IA'),
description: t('common:footer.company_description', 'Sistema inteligente de gestión para panaderías. Optimiza tu producción, inventario y ventas con inteligencia artificial.'),
- email: 'contacto@panaderia-ia.com',
- website: 'https://panaderia-ia.com',
+ email: 'contact@bakewise.ai',
+ website: 'https://bakewise.ai',
};
const company = companyInfo || defaultCompanyInfo;
@@ -161,6 +161,7 @@ export const Footer = forwardRef(({
id: 'product',
title: t('common:footer.sections.product', 'Producto'),
links: [
+ { id: 'features', label: t('common:footer.links.features', 'Funcionalidades'), href: '/features' },
{ id: 'dashboard', label: t('common:footer.links.dashboard', 'Dashboard'), href: '/dashboard' },
{ id: 'inventory', label: t('common:footer.links.inventory', 'Inventario'), href: '/inventory' },
{ id: 'production', label: t('common:footer.links.production', 'Producción'), href: '/production' },
diff --git a/frontend/src/config/prelaunch.ts b/frontend/src/config/prelaunch.ts
index 8c81faa6..035ee25b 100644
--- a/frontend/src/config/prelaunch.ts
+++ b/frontend/src/config/prelaunch.ts
@@ -11,7 +11,7 @@
*/
export const PRELAUNCH_CONFIG = {
- enabled: import.meta.env.VITE_PRELAUNCH_MODE === 'false',
+ enabled: import.meta.env.VITE_PRELAUNCH_MODE === 'true',
};
export default PRELAUNCH_CONFIG;
diff --git a/frontend/src/locales/en/common.json b/frontend/src/locales/en/common.json
index f06fe0ff..032a1585 100644
--- a/frontend/src/locales/en/common.json
+++ b/frontend/src/locales/en/common.json
@@ -317,7 +317,7 @@
"search": "Search in the application"
},
"app": {
- "name": "BakeWise",
+ "name": "BakeWise AI",
"full_name": "BakeWise - Intelligent Bakery Management"
},
"profile": {
diff --git a/frontend/src/locales/en/contact.json b/frontend/src/locales/en/contact.json
index 8a4c5a36..a2e3191e 100644
--- a/frontend/src/locales/en/contact.json
+++ b/frontend/src/locales/en/contact.json
@@ -10,12 +10,12 @@
"subtitle": "Choose the method that suits you best",
"email": {
"title": "Email",
- "description": "support@panaderia-ia.com",
+ "description": "contact@bakewise.ai",
"detail": "Response in less than 4 hours"
},
"phone": {
"title": "Phone",
- "description": "+34 XXX XXX XXX",
+ "description": "+34 616 33 08 41",
"detail": "Monday to Friday: 10:00 - 19:00 CET"
},
"office": {
diff --git a/frontend/src/locales/en/help.json b/frontend/src/locales/en/help.json
index e516f141..48d5cfcb 100644
--- a/frontend/src/locales/en/help.json
+++ b/frontend/src/locales/en/help.json
@@ -174,7 +174,7 @@
"title": "Email",
"description": "Response in less than 4 hours",
"action": "Send Email",
- "address": "soporte@panaderia-ia.com"
+ "address": "contact@bakewise.ai"
},
"documentation": {
"title": "Documentation",
diff --git a/frontend/src/locales/es/common.json b/frontend/src/locales/es/common.json
index fe2ef866..cb476816 100644
--- a/frontend/src/locales/es/common.json
+++ b/frontend/src/locales/es/common.json
@@ -341,7 +341,7 @@
"search": "Buscar en la aplicación"
},
"app": {
- "name": "BakeWise",
+ "name": "BakeWise IA",
"full_name": "BakeWise - Gestión Inteligente para Panaderías"
},
"profile": {
diff --git a/frontend/src/locales/es/contact.json b/frontend/src/locales/es/contact.json
index 703f2ab9..7aafb1ab 100644
--- a/frontend/src/locales/es/contact.json
+++ b/frontend/src/locales/es/contact.json
@@ -10,12 +10,12 @@
"subtitle": "Elige el método que más te convenga",
"email": {
"title": "Email",
- "description": "soporte@panaderia-ia.com",
+ "description": "contact@bakewise.ai",
"detail": "Respuesta en menos de 4 horas"
},
"phone": {
"title": "Teléfono",
- "description": "+34 XXX XXX XXX",
+ "description": "+34 616 33 08 41",
"detail": "Lunes a Viernes: 10:00 - 19:00 CET"
},
"office": {
diff --git a/frontend/src/locales/es/help.json b/frontend/src/locales/es/help.json
index 64278237..e6890a55 100644
--- a/frontend/src/locales/es/help.json
+++ b/frontend/src/locales/es/help.json
@@ -1637,7 +1637,7 @@
"title": "Email",
"description": "Respuesta en menos de 4 horas",
"action": "Enviar Email",
- "address": "soporte@panaderia-ia.com"
+ "address": "contact@bakewise.ai"
},
"documentation": {
"title": "Documentación",
diff --git a/frontend/src/locales/eu/common.json b/frontend/src/locales/eu/common.json
index 48dbb700..b86a1cf4 100644
--- a/frontend/src/locales/eu/common.json
+++ b/frontend/src/locales/eu/common.json
@@ -317,7 +317,7 @@
"search": "Aplikazioan bilatu"
},
"app": {
- "name": "BakeWise",
+ "name": "BakeWise IA",
"full_name": "BakeWise - Okindegientzako Kudeaketa Adimentsua"
},
"profile": {
diff --git a/frontend/src/locales/eu/contact.json b/frontend/src/locales/eu/contact.json
index ddf16bc0..70eea691 100644
--- a/frontend/src/locales/eu/contact.json
+++ b/frontend/src/locales/eu/contact.json
@@ -10,12 +10,12 @@
"subtitle": "Aukeratu zuretzat egokiena den bidea",
"email": {
"title": "Emaila",
- "description": "laguntza@panaderia-ia.com",
+ "description": "contact@bakewise.ai",
"detail": "4 ordu baino gutxiagotan erantzuna"
},
"phone": {
"title": "Telefonoa",
- "description": "+34 XXX XXX XXX",
+ "description": "+34 616 33 08 41",
"detail": "Astelehenetik Ostiralera: 10:00 - 19:00 CET"
},
"office": {
diff --git a/frontend/src/locales/eu/help.json b/frontend/src/locales/eu/help.json
index 1873a16d..78442057 100644
--- a/frontend/src/locales/eu/help.json
+++ b/frontend/src/locales/eu/help.json
@@ -174,7 +174,7 @@
"title": "Posta Elektronikoa",
"description": "Erantzuna 4 ordu baino gutxiagoan",
"action": "Bidali Posta",
- "address": "soporte@panaderia-ia.com"
+ "address": "contact@bakewise.ai"
},
"documentation": {
"title": "Dokumentazioa",
diff --git a/frontend/src/pages/public/CareersPage.tsx b/frontend/src/pages/public/CareersPage.tsx
index e7bb8fcc..fc970a12 100644
--- a/frontend/src/pages/public/CareersPage.tsx
+++ b/frontend/src/pages/public/CareersPage.tsx
@@ -226,8 +226,8 @@ const CareersPage: React.FC = () => {
Si te interesa formar parte del equipo cuando llegue el momento, puedes escribirme a{' '}
-
- urtzi@panaderia-ia.com
+
+ contact@bakewise.ai
{' '}
para mantenernos en contacto.
diff --git a/frontend/src/pages/public/ContactPage.tsx b/frontend/src/pages/public/ContactPage.tsx
index 00b3da70..858ec1c6 100644
--- a/frontend/src/pages/public/ContactPage.tsx
+++ b/frontend/src/pages/public/ContactPage.tsx
@@ -1,5 +1,5 @@
import React, { useState } from 'react';
-import { useTranslation } from 'react-i18next';
+import { useTranslation, Trans } from 'react-i18next';
import { PublicLayout } from '../../components/layout';
import {
MessageSquare,
@@ -368,13 +368,12 @@ const ContactPage: React.FC = () => {
- {t('form.privacy', {
- privacyLink: (chunks: React.ReactNode) => (
-
- {chunks}
-
- )
- })}
+
+ }}
+ />
diff --git a/frontend/src/pages/public/CookiePolicyPage.tsx b/frontend/src/pages/public/CookiePolicyPage.tsx
index 023b1926..3a471af1 100644
--- a/frontend/src/pages/public/CookiePolicyPage.tsx
+++ b/frontend/src/pages/public/CookiePolicyPage.tsx
@@ -415,8 +415,8 @@ export const CookiePolicyPage: React.FC = () => {
{t('common:app.name', 'BakeWise')}
-
Email: privacy@panaderia-ia.com
-
Website: https://panaderia-ia.com
+
Email: contact@bakewise.ai
+
Website: https://bakewise.ai
diff --git a/frontend/src/pages/public/PrivacyPolicyPage.tsx b/frontend/src/pages/public/PrivacyPolicyPage.tsx
index eb7f15ed..011f64bd 100644
--- a/frontend/src/pages/public/PrivacyPolicyPage.tsx
+++ b/frontend/src/pages/public/PrivacyPolicyPage.tsx
@@ -36,8 +36,8 @@ export const PrivacyPolicyPage: React.FC = () => {
{t('common:app.name', 'BakeWise')}
-
Email: privacy@panaderia-ia.com
-
Website: https://panaderia-ia.com
+
Email: contact@bakewise.ai
+
Website: https://bakewise.ai
If you have any questions about this Privacy Policy or our data processing practices,
@@ -322,7 +322,7 @@ export const PrivacyPolicyPage: React.FC = () => {
Manage consent from Settings → Privacy → Consent Preferences
- For other requests, contact: privacy@panaderia-ia.com
+ For other requests, contact: contact@bakewise.ai
@@ -424,7 +424,7 @@ export const PrivacyPolicyPage: React.FC = () => {
you wish to exercise your rights, please contact us:
-
Email: privacy@panaderia-ia.com
+
Email: contact@bakewise.ai
Response Time: Within 30 days of receipt
diff --git a/frontend/src/pages/public/TermsOfServicePage.tsx b/frontend/src/pages/public/TermsOfServicePage.tsx
index 206fbc4e..328f06c0 100644
--- a/frontend/src/pages/public/TermsOfServicePage.tsx
+++ b/frontend/src/pages/public/TermsOfServicePage.tsx
@@ -399,8 +399,8 @@ export const TermsOfServicePage: React.FC = () => {
{t('common:app.name', 'BakeWise')}
-
Email: legal@panaderia-ia.com
-
Website: https://panaderia-ia.com
+
Email: contact@bakewise.ai
+
Website: https://bakewise.ai