Commit Graph

14 Commits

Author SHA1 Message Date
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 040655912c fix: /demos/[vertical] route with Next.js 15 params await
- Fix Next.js 15 params requirement (await params)
- Add minimal test for route redirect behavior
- Test verifies all 4 verticals redirect correctly
2026-02-19 12:24:38 +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
root 73194284f4 feat: Morning brief system with calendar & 6am cron 2026-02-16 11:44:55 +00:00
root 067be4d5a2 feat: Mission Control dashboard for project management 2026-02-16 11:22:06 +00:00
Haitham Khalifa 11252e6520 Initial commit 2026-02-16 12:02:45 +01:00