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
This commit is contained in:
root
2026-02-19 13:34:01 +00:00
parent 0e418964cf
commit 51ab653f3c
+2 -1
View File
@@ -8,7 +8,8 @@ import PaymentButton from "@/components/stripe/PaymentButton";
import SiteMenteVoiceWidget from "@/components/SiteMenteVoiceWidget"; import SiteMenteVoiceWidget from "@/components/SiteMenteVoiceWidget";
type Language = "es" | "en"; type Language = "es" | "en";
type Vertical = "real-estate" | "restaurant" | "clinic" | "home-services"; type Vertical = "real-estate" | "restaurant" | "clinic" | "home-services" | "car-rental";
type Location = "generic" | "benalmadena";
const contentByLang = { const contentByLang = {
es: { es: {