feat: add purchase wizard flow at /get-started

5-step guided wizard: find business → confirm → email → payment → success.
Includes Google Places search API, Stripe checkout API, i18n (EN/ES),
and CTA links updated to point to the new wizard.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alejandro Gutiérrez
2026-02-22 23:21:09 +00:00
parent 5242045503
commit 49edf70235
16 changed files with 1193 additions and 2 deletions

View File

@@ -393,5 +393,60 @@
"title": "Installing update...",
"description": "The update is being installed. Please wait a moment."
}
},
"wizard": {
"pageTitle": "Get Started",
"pageDescription": "Find your business and get your Reputation Blueprint",
"step": "Step {{current}} of {{total}}",
"findBusiness": {
"title": "Find your business",
"description": "Enter your business name or paste a Google Maps URL",
"placeholder": "Business name or Google Maps URL...",
"searching": "Searching...",
"noResults": "No businesses found. Try a different name or paste a Google Maps URL.",
"error": "Something went wrong. Please try again.",
"urlDetected": "Google Maps URL detected"
},
"confirm": {
"title": "Is this your business?",
"description": "Confirm the details below to continue",
"reviews": "{{count}} reviews",
"rating": "{{rating}} rating",
"viewOnGoogle": "View on Google Maps",
"confirmButton": "This is my business",
"wrongBusiness": "Not your business? Search again"
},
"email": {
"title": "Where should we send your Blueprint?",
"description": "We'll deliver your Reputation Blueprint to this email within 24 hours.",
"placeholder": "your@email.com",
"namePlaceholder": "Your name (optional)",
"continueButton": "Continue to payment"
},
"payment": {
"title": "Complete your order",
"description": "One-time payment — no subscription, no hidden fees.",
"orderSummary": "Order summary",
"product": "Reputation Blueprint",
"for": "for {{business}}",
"originalPrice": "€97",
"launchPrice": "€47",
"launchBadge": "Launch price",
"total": "Total",
"payButton": "Pay €47",
"securePayment": "Secure payment powered by Stripe",
"guarantee": "Report delivered to your email within 24h"
},
"success": {
"title": "Your Blueprint is on the way!",
"description": "We're analyzing your reviews now. Your Reputation Blueprint will be delivered to {{email}} within 24 hours.",
"processing": "Analyzing reviews...",
"createAccount": "Create an account",
"createAccountDescription": "Track your report status and download it when ready.",
"passwordPlaceholder": "Choose a password",
"registerButton": "Create account",
"skipAccount": "Continue without account",
"delivery": "Expected delivery: within 24 hours"
}
}
}

View File

@@ -393,5 +393,60 @@
"title": "Instalando actualización...",
"description": "La actualización se está instalando. Por favor, espera un momento."
}
},
"wizard": {
"pageTitle": "Empezar",
"pageDescription": "Encuentra tu negocio y obtén tu Radiografía de Reputación",
"step": "Paso {{current}} de {{total}}",
"findBusiness": {
"title": "Encuentra tu negocio",
"description": "Escribe el nombre de tu negocio o pega un enlace de Google Maps",
"placeholder": "Nombre del negocio o URL de Google Maps...",
"searching": "Buscando...",
"noResults": "No se encontraron negocios. Prueba con otro nombre o pega un enlace de Google Maps.",
"error": "Algo salió mal. Inténtalo de nuevo.",
"urlDetected": "URL de Google Maps detectada"
},
"confirm": {
"title": "¿Es este tu negocio?",
"description": "Confirma los detalles para continuar",
"reviews": "{{count}} reseñas",
"rating": "{{rating}} calificación",
"viewOnGoogle": "Ver en Google Maps",
"confirmButton": "Este es mi negocio",
"wrongBusiness": "¿No es tu negocio? Busca de nuevo"
},
"email": {
"title": "¿Dónde enviamos tu Radiografía?",
"description": "Entregaremos tu Radiografía de Reputación a este email en 24 horas.",
"placeholder": "tu@correo.com",
"namePlaceholder": "Tu nombre (opcional)",
"continueButton": "Continuar al pago"
},
"payment": {
"title": "Completa tu pedido",
"description": "Pago único — sin suscripción, sin cargos ocultos.",
"orderSummary": "Resumen del pedido",
"product": "Radiografía de Reputación",
"for": "para {{business}}",
"originalPrice": "97 €",
"launchPrice": "47 €",
"launchBadge": "Precio de lanzamiento",
"total": "Total",
"payButton": "Pagar 47 €",
"securePayment": "Pago seguro con Stripe",
"guarantee": "Informe entregado a tu email en 24h"
},
"success": {
"title": "¡Tu Radiografía está en camino!",
"description": "Estamos analizando tus reseñas. Tu Radiografía de Reputación se entregará a {{email}} en 24 horas.",
"processing": "Analizando reseñas...",
"createAccount": "Crear una cuenta",
"createAccountDescription": "Sigue el estado de tu informe y descárgalo cuando esté listo.",
"passwordPlaceholder": "Elige una contraseña",
"registerButton": "Crear cuenta",
"skipAccount": "Continuar sin cuenta",
"delivery": "Entrega estimada: en 24 horas"
}
}
}