This commit is contained in:
2025-04-28 21:11:53 -03:00
parent b9ddc274f0
commit 969d4d1e96
2 changed files with 56 additions and 6 deletions

View File

@@ -106,7 +106,12 @@ const { Content } = await render(course);
href="#"
class="text-black font-semibold bg-lime-400 rounded p-2.5 max-lg:text-center hover:bg-white hover:text-black"
>
Contratar R${data.course.unit_price} p/ matrícula
Contratar {
new Intl.NumberFormat("pt-BR", {
style: "currency",
currency: "BRL",
}).format(data.course.unit_price)
} p/ matrícula
</a>
<a
href="#planos"