'change colors of arrows' #8

Merged
coliveira merged 2 commits from bugfix/ImageAndContentWithStretched into main 2024-07-01 19:52:01 +00:00
Showing only changes of commit 3e4fed1c88 - Show all commits

View File

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