Commit Graph

14 Commits

Author SHA1 Message Date
Horus d7cd81b293 Add YouTube transcripts tab to Mission Control 2026-02-27 15:00:38 +01:00
root 0817444dc5 Add LICENSE, README, and Docs tab to Mission Control 2026-02-22 07:33:18 +00:00
root 3e7b457d5f fix: add car-rental vertical content and location param support
- Add car-rental vertical with ES/EN content
- Add location state (generic | benalmadena)
- Read ?location=benalmadena from URL
- Fix demo pages now working: /demos/car-rental?location=benalmadena
2026-02-19 14:00:58 +00:00
root 5eb70b527a fix: map plan names to correct Stripe price IDs
- Add PLAN_NAME_TO_STRIPE_ID mapping helper
- Maps: Chat IA → essential, Chat + Voz → profesional, Empresa IA → premium
- Fixes bug where wrong plan IDs were sent to Stripe (e.g. 'chat ia' instead of 'essential')
- Test calls verified for all 3 tiers across verticals
2026-02-19 13:49:28 +00:00
root 51ab653f3c feat: add car-rental vertical with location support
- Add car-rental as a vertical option
- Add Location type (generic | benalmadena)
- Support ?location=benalmadena param for car-rental
2026-02-19 13:34:01 +00:00
root 0e418964cf fix: use searchParams from useSearchParams for vertical routing
- Use searchParams from Next.js useSearchParams hook instead of window.location
- Add searchParams as useEffect dependency to properly update when URL changes
- Add fallback for vertical content to prevent SSR hydration issues

This fixes the bug where all demo pages showed real-estate content.
2026-02-19 13:15:19 +00:00
root 0e524c5c3c fix: read vertical from URL using window instead of searchParams 2026-02-19 12:34:27 +00:00
root 0dda4514ea fix: read vertical param from URL for demo routing 2026-02-19 12:31:57 +00:00
root 245e924530 feat: add lead capture forms to demo pages
- Add business name, contact name fields to form
- Add vertical-specific fields (tables for restaurant, properties for real-estate, etc.)
- Save leads to localStorage matching CRM schema
- Add success message after submission
- Wire to existing /leads CRM
2026-02-19 12:25:34 +00:00
root aa1b2fa80b feat: Complete SEO optimization - meta tags, Open Graph, Twitter cards, JSON-LD structured data, keywords 2026-02-16 14:56:44 +00:00
root 641bd7652a feat: Align pricing demos with home page (€390-€1390), add sitemap.xml and robots.txt 2026-02-16 14:51:34 +00:00
root 6c617fe048 feat: Add EN/ES language toggle to demos page with full translations 2026-02-16 14:35:50 +00:00
root e562ed7cb3 feat: Add SiteMente logo to landing and demos pages 2026-02-16 14:31:22 +00:00
root 1098027de2 feat: Add demos page with 4 verticals (Real Estate, Restaurant, Clinic, Home Services) 2026-02-16 14:24:45 +00:00