File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ function PromoBanner() {
2323 "trackEvent" ,
2424 "Promo CTA" ,
2525 "Promo CTA button" ,
26- "Muse hub promo CTA" ,
26+ "Muse hub promo CTA-Ampkit " ,
2727 ] ) ;
2828 }
2929 }
@@ -33,20 +33,21 @@ function PromoBanner() {
3333 { showBanner && (
3434 < div
3535 id = "promo-banner"
36- className = "flex flex-col lg:flex-row justify-center items-center min-h-24 bg-yellow-300 py-4 gap-4 lg:gap-8"
36+ className = "flex flex-col lg:flex-row justify-center items-center min-h-24 bg-gray-900 py-4 gap-4 lg:gap-8"
3737 >
38- < div className = "lg:flex text-center" >
39- < p className = "text-lg text-gray-900" > 🔥Limited-Time Offer: 80% OFF </ p >
40- < p className = "text-lg text-gray-900 font-bold" >
41- Polyspectral MBC Multiband Compressor! Now $9.99🔥
38+ < div className = "lg:flex text-center gap-2 " >
39+ < p className = "text-lg text-gray-100" > New plugin: </ p >
40+ < p className = "text-lg text-yellow-300 font-bold" >
41+ AmpKit - a sophisticated guitar effects & amp modelling suite . Only
4242 </ p >
43+ < p className = "text-lg text-gray-100" > $19:99!</ p >
4344 </ div >
4445
4546 < a
4647 href = { getHref ( ) }
4748 id = "promo-button"
4849 onClick = { handleButtonClick }
49- className = "flex text-lg font-bold h-12 justify-center items-center px-4 border-2 border-gray-900 rounded-md hover:bg-gray-900 hover:text-white"
50+ className = "flex text-lg font-bold h-12 justify-center items-center px-4 border-2 border-yellow-300 bg-yellow-300 rounded-md hover:bg-gray-900 hover:text-white hover:border-yellow-300 "
5051 >
5152 Get it on the Muse Hub
5253 </ a >
You can’t perform that action at this time.
0 commit comments