zen: update discount copy on lander

This commit is contained in:
Frank
2026-03-11 04:10:44 -04:00
parent 9e6c4a01aa
commit 0b0ad5de99
19 changed files with 192 additions and 155 deletions

View File

@@ -368,7 +368,18 @@ body {
text-decoration: none;
[data-slot="cta-price"] {
opacity: 0.6;
display: inline-flex;
align-items: center;
gap: 8px;
}
[data-slot="cta-price-old"] {
opacity: 0.45;
text-decoration: line-through;
}
[data-slot="cta-price-new"] {
opacity: 1;
}
svg {