Banners
InventoryCarBanner

InventoryCarBanner

Renders a single inventory car detail view.

Includes the common banner props.

Props

id
string
required

CMS id.

car
InventoryCar
required

Inventory car entity (full vehicle data).

contactForm

Optional form configuration shown alongside the car (e.g. inquiry form).

Example

const banner: InventoryCarBanner = {
  typename: BannerTypename.InventoryCarBanner,
  id: 'b_123',
  title: null,
  titleTag: 'h2',
  titleAlign: 'left',
  cssId: null,
  cssClasses: null,
  car: {} as any,
  contactForm: null
};