File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ function PromoBanner() {
3535 { showBanner && (
3636 < div
3737 id = "promo-banner"
38- className = "flex flex-col lg:flex-row justify-center items-center align-start min-h-24 bg-gray-900 py-2 gap-4 lg:gap-8"
38+ className = "flex flex-col lg:flex-row justify-center items-center align-start min-h-24 bg-yellow-300 py-2 gap-4 lg:gap-8"
3939 >
4040 < div className = "lg:flex text-center gap-4" >
41- < p className = "text-lg text-yellow-300 font-bold " >
41+ < p className = "text-lg text-gray-900 font-semibold " >
4242 Limited-Time Offer:
4343 </ p >
44- < p className = "text-lg text-gray-200 font-bold" >
44+ < p className = "text-lg text-gray-900 font-bold" >
4545 Polyspectral MBC Multiband Compressor
4646 </ p >
47- < p className = "text-lg text-yellow-300 font-bold " >
47+ < p className = "text-lg text-gray-900 font-semibold " >
4848 80% OFF
4949 </ p >
5050 </ div >
@@ -53,7 +53,7 @@ function PromoBanner() {
5353 href = { getHref ( ) }
5454 id = "promo-button"
5555 onClick = { handleButtonClick }
56- className = "flex text-lg font-bold h-8 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 "
56+ className = "flex text-lg font-bold h-8 justify-center items-center px-4 border-2 border-gray-900 bg-gray-900 rounded-md hover:bg-yellow-300 text-white hover:text-gray-900 hover:border-gray-900 "
5757 >
5858 Get It On MuseHub
5959 </ a >
You can’t perform that action at this time.
0 commit comments