feature - 3 left

This commit is contained in:
James Wyndham 2024-06-19 05:24:01 +08:00
parent d3e36873ee
commit 2547cee518
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ export default function PriceCard({
{!loading && (
<p className="absolute top-[-10px] left-[50%] -translate-x-1/2 font-architects-daughter text-sm text-primary text-center">
$30 off for the first 5 customers{" "}
<span className="text-secondary">(4 left)</span>
<span className="text-secondary">(3 left)</span>
</p>
)}