Skip to content

Commit c7af68f

Browse files
committed
Revert "update wording"
This reverts commit 224c16c.
1 parent 224c16c commit c7af68f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/banner/PromoBanner.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ function PromoBanner() {
3131
id="promo-banner"
3232
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"
3333
>
34-
<div className="lg:flex text-center gap-2">
34+
<div className="lg:flex text-center gap-4">
3535
<p className="text-lg text-gray-900 font-bold">
36-
Soap Voice Cleaner: professional-sounding spoken voice with 3 simple controls
36+
Soap Voice Cleaner: Studio-quality sound with 3 simple controls
3737
</p>
3838
</div>
3939

@@ -43,7 +43,7 @@ function PromoBanner() {
4343
onClick={handleButtonClick}
4444
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"
4545
>
46-
Get 33% OFF
46+
Get it on MuseHub
4747
</a>
4848
</div>
4949
)}

0 commit comments

Comments
 (0)