diff --git a/src/constants/experiments.js b/src/constants/experiments.js index 4fab998af..e2b15829a 100644 --- a/src/constants/experiments.js +++ b/src/constants/experiments.js @@ -64,6 +64,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 920aa8617..c21b9164c 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -5,6 +5,14 @@