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:
+2
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user