({
+ props: {
+ ...(await serverSideTranslations(locale!, ['common'])),
+ },
+})
+
const Services: NextPage = () => {
return (
diff --git a/public/locales/en/common.json b/public/locales/en/common.json
new file mode 100644
index 0000000..a770ad1
--- /dev/null
+++ b/public/locales/en/common.json
@@ -0,0 +1,14 @@
+{
+ "services": "Services",
+ "email": "Email",
+ "service_packages": "Service Packages",
+ "submit": "Submit",
+ "learn_more": "Learn More",
+ "schedule_consultation": "Schedule Consultation",
+ "our_work": "Our Work",
+ "can_you_provide_these_services": "Can you provide these services?",
+ "portfolio": "Portfolio",
+ "contributors": "Contributors",
+ "consultation": "Consultation",
+ "about": "About"
+}
\ No newline at end of file
diff --git a/public/locales/en/consultation.json b/public/locales/en/consultation.json
new file mode 100644
index 0000000..5600950
--- /dev/null
+++ b/public/locales/en/consultation.json
@@ -0,0 +1,42 @@
+{
+ "please_fill_out_the_form": "Please fill out the form below to schedule your consultation.",
+ "contact_information": "Contact information",
+ "budget_and_timeline": "Budget & Timeline",
+ "project_goals": "Project Goals",
+ "fields_with_required": "Fields with * are required",
+ "name": "Name",
+ "phone_number": "Phone number",
+ "invalid": "Invalid",
+ "myself": "myself / my own company",
+ "my_own_startup_small_business": "a startup / small business",
+ "corporation": "a corporate client / large employer",
+ "non_profit_organization": "a non-profit organization",
+ "public_government_agency": "a public service / government agency",
+ "other": "other",
+ "this_project_is_for": "This project is for...",
+ "please_select_at_least_one_option": "Please select at least one option",
+ "min": "Min",
+ "max": "Max",
+ "project_with_proposed_budgets": "Most projects will receive a free 1-hour introductory consultation depending on demand and availability constraints. Priority consultations may be purchased for $50 / hour. Please see our",
+ "select_estimated_budget_range_project": "Select an estimated budget range for your project",
+ "describe_timeline_budget_constraints": "Describe any timeline and budget constraints for your project (select all that apply)",
+ "need_urgent_delivery": "Need urgent delivery ASAP in <1-3 months",
+ "prefer_milestone_based_delivery": "Prefer milestone-based delivery over the next 4-12 months",
+ "seeking_long_term_stable_development": "Seeking long-term, stable development resources for 12+ months",
+ "have_secured_capital": "Have secured capital for this project",
+ "currently_raising_funds": "Currently raising funds to secure the budget for this project",
+ "have_some_capital": "Have some capital, but need to secure more funds",
+ "project_already_up": "Project is already up and running in production",
+ "starting_my_project_from_scratch": "Starting my project from scratch",
+ "started_development_but_need_assistance": "Started development but need more assistance",
+ "to_get_a_sense": "to get a sense of how much to budget for your project",
+ "software_consulting": "Software Consulting",
+ "project_management": "Project Management",
+ "product_design": "Product Design",
+ "software_implementation": "Software Implementation",
+ "application_maintenance": "Application Maintenance",
+ "which_service_best_fits": "Which service(s) best fit(s) your project goals? (select all that apply)",
+ "give_us_brief_description": "Give us brief description of your dream project, your business goals, and any other additional information you feel would be helpful",
+ "please_give_a_description": "Please give a brief description",
+ "undecided": "Undecided/Unsure"
+}
\ No newline at end of file
diff --git a/public/locales/en/home.json b/public/locales/en/home.json
new file mode 100644
index 0000000..a50b47e
--- /dev/null
+++ b/public/locales/en/home.json
@@ -0,0 +1,16 @@
+{
+ "make_software": "Make Software",
+ "your_superpower": "your superpower",
+ "rather_than_delivering_blackbox": "Instead of delivering a software “blackbox”, our solutions engineering process includes thoughtful guidance and detailed documentation so you can develop & maintain your project in the future (with or without us!)",
+ "software_consulting": "Software Consulting",
+ "project_engineering_management": "Project Engineering Management",
+ "uiux_design": "UIUX Design",
+ "software_implementation": "Software Implementation",
+ "application_maintenance": "Application Maintenance",
+ "best_place_to_start": "This is the best place to start if you need a cohesive technical assessment on how to get your project going",
+ "we_handle_heavy_lifting": "Here we handle the heavy lifting! After coding & deploying your solution, you will finally see your project brought to life!",
+ "testimonials": "Testimonials",
+ "setlife_operates": "Setlife operates",
+ "on_a_bitcoin_standard": "on a Bitcoin standard",
+ "click_to_learn_more": "Click to learn more"
+}
\ No newline at end of file
diff --git a/public/locales/en/inquiry.json b/public/locales/en/inquiry.json
new file mode 100644
index 0000000..366133c
--- /dev/null
+++ b/public/locales/en/inquiry.json
@@ -0,0 +1,7 @@
+{
+ "add_more_details": "Add more details",
+ "link_to_your_work": "Link to your work (Github, LinkedIn, portfolio, etc)",
+ "optional": "(optional)",
+ "please_fill_out_contribute_form": "Please fill out the form below to contribute with us",
+ "submit_cv": "Submit CV"
+}
\ No newline at end of file
diff --git a/public/locales/en/packages.json b/public/locales/en/packages.json
new file mode 100644
index 0000000..7da4923
--- /dev/null
+++ b/public/locales/en/packages.json
@@ -0,0 +1,6 @@
+{
+ "the_sample_service_packages_listed_below": "The sample service packages listed below are meant to provide you with a reference for pricing and expectations for service quality. However, we can adapt our service offerings to your unique needs, so we encourage you to schedule a consultation to discuss further.",
+ "estimated_cost": "Estimated cost",
+ "minimum_cost": "Minimum cost",
+ "this_package_can_be_scaled_up": "This package can be scaled up based on estimated timelines and business-critical deadlines"
+}
\ No newline at end of file
diff --git a/public/locales/en/project.json b/public/locales/en/project.json
new file mode 100644
index 0000000..ac85e63
--- /dev/null
+++ b/public/locales/en/project.json
@@ -0,0 +1,6 @@
+{
+ "services_provided": "Services Provided",
+ "impact": "Impact",
+ "production_grade": "Production-Grade",
+ "you_may_also_like": "You may also like"
+}
\ No newline at end of file
diff --git a/public/locales/en/service.json b/public/locales/en/service.json
new file mode 100644
index 0000000..6bf55b5
--- /dev/null
+++ b/public/locales/en/service.json
@@ -0,0 +1,5 @@
+{
+ "vier_pricing": "View Pricing",
+ "this_is_the_best_place_to_start": "This is the best place to start if you just need some basic technical advisement on how to get your project going",
+ "what_we_do": "What we do"
+}
\ No newline at end of file
diff --git a/public/locales/en/thanks.json b/public/locales/en/thanks.json
new file mode 100644
index 0000000..6935ba1
--- /dev/null
+++ b/public/locales/en/thanks.json
@@ -0,0 +1,4 @@
+{
+ "our_team_will_contact_you": "Our team will contact you shortly to set up your consultation",
+ "thank_you": "Thank You"
+}
\ No newline at end of file
diff --git a/public/locales/es/common.json b/public/locales/es/common.json
new file mode 100644
index 0000000..0c22abc
--- /dev/null
+++ b/public/locales/es/common.json
@@ -0,0 +1,14 @@
+{
+ "services": "Servicios",
+ "email": "Correo Electronico",
+ "service_packages": "Paquetes de Servicios",
+ "submit": "Enviar",
+ "learn_more": "Aprende más",
+ "schedule_consultation": "Agendar consulta",
+ "our_work": "Nuestro trabajo",
+ "can_you_provide_these_services": "¿Puedes proporcionar estos servicios?",
+ "portfolio": "Portafolio",
+ "contributors": "Colaboradoras",
+ "consultation": "Consulta",
+ "about": "Acerca de nosotros"
+}
\ No newline at end of file
diff --git a/public/locales/es/consultation.json b/public/locales/es/consultation.json
new file mode 100644
index 0000000..884cc84
--- /dev/null
+++ b/public/locales/es/consultation.json
@@ -0,0 +1,42 @@
+{
+ "please_fill_out_the_form": "Por favor complete el siguiente formulario para programar su consulta.",
+ "contact_information": "Información del contacto",
+ "budget_and_timeline": "Presupuesto y cronograma",
+ "project_goals": "Objetivos del proyecto",
+ "fields_with_required": "Los campos con * son obligatorios",
+ "name": "Nombre",
+ "phone_number": "Número de teléfono",
+ "invalid": "Invalido",
+ "myself": "yo / mi propia empresa",
+ "my_own_startup_small_business": "startup / pequeña empresa",
+ "corporation": "cliente corporativo / gran empleador",
+ "non_profit_organization": "organización sin fines de lucro",
+ "public_government_agency": "una agencia de servicio público / gubernamental",
+ "other": "otro",
+ "this_project_is_for": "Este proyecto es para...",
+ "please_select_at_least_one_option": "Por favor seleccione al menos una opción",
+ "min": "Mínimo",
+ "max": "Máx",
+ "project_with_proposed_budgets": "La mayoría de los proyectos recibirán una consulta introductoria gratis de 1 hora dependiendo de la demanda y disponibilidad. Las consultas prioritarias se pueden comprar por $50 / hora. Por favor vea nuestro",
+ "select_estimated_budget_range_project": "Seleccione un rango de presupuesto estimado para su proyecto",
+ "describe_timeline_budget_constraints": "Describa una línea de tiempo y restricciones presupuestarias para su proyecto (seleccione todas las que correspondan)",
+ "need_urgent_delivery": "Necesita entrega lo antes posible en <1-3 meses",
+ "prefer_milestone_based_delivery": "Preferir la entrega basada en hitos durante los próximos 4 a 12 meses",
+ "seeking_long_term_stable_development": "Búsqueda de recursos de desarrollo estables y a largo plazo durante más de 12 meses",
+ "have_secured_capital": "Tengo capital asegurado para este proyecto",
+ "currently_raising_funds": "Actualmente recaudando fondos para asegurar el presupuesto para este proyecto",
+ "have_some_capital": "Tengo algo de capital, pero necesita asegurar más fondos",
+ "project_already_up": "El proyecto ya está funcionando en producción",
+ "starting_my_project_from_scratch": "Comenzando mi proyecto desde cero",
+ "started_development_but_need_assistance": "Comenzó el desarrollo pero necesita más ayuda",
+ "to_get_a_sense": "para tener una idea de cuánto presupuestar para su proyecto",
+ "software_consulting": "Consultoría de Software",
+ "project_management": "Gestión de proyectos",
+ "product_design": "Diseño de producto",
+ "software_implementation": "Implementación de software",
+ "application_maintenance": "Mantenimiento de aplicaciones",
+ "which_service_best_fits": "Qué servicio(s) se ajusta(n) mejor(es) a los objetivos de su proyecto? (seleccione todas las que apliquen)",
+ "give_us_brief_description": "Danos una breve descripción del proyecto de tus sueños, tus objetivos comerciales y cualquier otra información adicional que consideres útil",
+ "please_give_a_description": "Por favor dé una breve descripción",
+ "undecided": "Indeciso/Inseguro"
+}
\ No newline at end of file
diff --git a/public/locales/es/home.json b/public/locales/es/home.json
new file mode 100644
index 0000000..8ffbc16
--- /dev/null
+++ b/public/locales/es/home.json
@@ -0,0 +1,16 @@
+{
+ "make_software": "Hacer software",
+ "your_superpower": "tu superpoder",
+ "rather_than_delivering_blackbox": "En lugar de entregar una “black box” de software, nuestro proceso de ingeniería de soluciones incluye una guía cuidadosa y documentación detallada para que pueda desarrollar y mantener su proyecto en el futuro (¡con o sin nosotros!)",
+ "software_consulting": "Consultoría de Software",
+ "project_engineering_management": "Gestión de Ingeniería de Proyectos",
+ "uiux_design": "Diseño de interfaz de usuario UX",
+ "software_implementation": "Implementación de software",
+ "application_maintenance": "Mantenimiento de aplicaciones",
+ "best_place_to_start": "Este es el mejor lugar para comenzar si necesita una evaluación técnica coherente sobre cómo poner en marcha su proyecto",
+ "we_handle_heavy_lifting": "¡Aquí nos encargamos del trabajo pesado! Después de codificar e implementar su solución, ¡finalmente verá que su proyecto cobra vida!",
+ "testimonials": "Testimonios",
+ "setlife_operates": "Setlife opera",
+ "on_a_bitcoin_standard": "en un estándar de Bitcoin",
+ "click_to_learn_more": "Haz click para aprender mas"
+}
\ No newline at end of file
diff --git a/public/locales/es/inquiry.json b/public/locales/es/inquiry.json
new file mode 100644
index 0000000..da6a7a8
--- /dev/null
+++ b/public/locales/es/inquiry.json
@@ -0,0 +1,7 @@
+{
+ "add_more_details": "Agregar más detalles",
+ "link_to_your_work": "Enlace a su trabajo (Github, LinkedIn, portafolio, etc.)",
+ "optional": "(opcional)",
+ "please_fill_out_contribute_form": "Por favor complete el siguiente formulario para contribuir con nosotros",
+ "submit_cv": "Enviar currículum"
+}
\ No newline at end of file
diff --git a/public/locales/es/packages.json b/public/locales/es/packages.json
new file mode 100644
index 0000000..229e0bc
--- /dev/null
+++ b/public/locales/es/packages.json
@@ -0,0 +1,6 @@
+{
+ "the_sample_service_packages_listed_below": "Los paquetes de servicios de muestra que se enumeran a continuación están destinados a brindarle una referencia de precios y expectativas de calidad del servicio. Sin embargo, podemos adaptar nuestras ofertas de servicios a sus necesidades únicas, por lo que lo alentamos a programar una consulta para analizar más a fondo.",
+ "estimated_cost": "Costo estimado",
+ "minimum_cost": "Costo mínimo",
+ "this_package_can_be_scaled_up": "Este paquete se puede ampliar en función de los plazos estimados y los plazos críticos para el negocio."
+}
\ No newline at end of file
diff --git a/public/locales/es/project.json b/public/locales/es/project.json
new file mode 100644
index 0000000..14e4bc7
--- /dev/null
+++ b/public/locales/es/project.json
@@ -0,0 +1,6 @@
+{
+ "services_provided": "Servicios prestados",
+ "impact": "Impacto",
+ "production_grade": "Grado de producción",
+ "you_may_also_like": "También te puede interesar"
+}
\ No newline at end of file
diff --git a/public/locales/es/service.json b/public/locales/es/service.json
new file mode 100644
index 0000000..71b0660
--- /dev/null
+++ b/public/locales/es/service.json
@@ -0,0 +1,5 @@
+{
+ "vier_pricing": "Ver precios",
+ "this_is_the_best_place_to_start": "Este es el mejor lugar para comenzar si solo necesita algunos consejos técnicos básicos sobre cómo poner en marcha su proyecto.",
+ "what_we_do": "Lo que hacemos"
+}
\ No newline at end of file
diff --git a/public/locales/es/thanks.json b/public/locales/es/thanks.json
new file mode 100644
index 0000000..e00613f
--- /dev/null
+++ b/public/locales/es/thanks.json
@@ -0,0 +1,4 @@
+{
+ "our_team_will_contact_you": "Nuestro equipo se pondrá en contacto contigo en breve para programar tu consulta",
+ "thank_you": "Gracias"
+}
\ No newline at end of file