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: {