From 51ab653f3c43271b3d8e6a9dfa5c414bc1c303f0 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 19 Feb 2026 13:34:01 +0000 Subject: [PATCH] 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 --- app/demos/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/demos/page.tsx b/app/demos/page.tsx index 877d895..f7620d6 100644 --- a/app/demos/page.tsx +++ b/app/demos/page.tsx @@ -8,7 +8,8 @@ import PaymentButton from "@/components/stripe/PaymentButton"; import SiteMenteVoiceWidget from "@/components/SiteMenteVoiceWidget"; 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 = { es: {