diff --git a/src/constants/experiments.js b/src/constants/experiments.js index 0caec2080..e30984163 100644 --- a/src/constants/experiments.js +++ b/src/constants/experiments.js @@ -61,6 +61,9 @@ const experimentSettings = { // YMM BAILOUT_VIN_REQUIRED_VEHICLES: "BailoutVINRequiredVehicles", + + // Promo Banner + SHOW_PROMO_BANNER: "ShowQuotePageRegionalPromoBanner", }; const experimentTriggers = { diff --git a/src/layouts/quote/promo-banner/promo-banner.vue b/src/layouts/quote/promo-banner/promo-banner.vue new file mode 100644 index 000000000..f26a42593 --- /dev/null +++ b/src/layouts/quote/promo-banner/promo-banner.vue @@ -0,0 +1,59 @@ + + + + + + + diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index cad68ef0f..42e3845ab 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -5,6 +5,14 @@