CarDealBanner
Renders a single car deal offer with an attached contact form.
Includes the common banner props.
Props
id●required
string
CMS id.
car●required
CarDeal
Deal data (vehicle + pricing).
Form configuration used for lead capture on the offer.
Example
const banner: CarDealBanner = {
typename: BannerTypename.CarDealBanner,
id: 'b_123',
title: null,
titleTag: 'h2',
titleAlign: 'left',
cssId: null,
cssClasses: null,
car: {} as any,
contactForm: {} as any
};