change term

This commit is contained in:
headpatsyou 2026-01-24 21:25:43 +00:00
parent 711353a71f
commit 0b602a737e

View file

@ -23,8 +23,8 @@ export default function PtHome() {
<div className="border rounded-md overflow-hidden bg-white">
<div className="bg-[var(--color-green)] text-white px-6 py-4 flex flex-col gap-1 md:flex-row md:items-center md:justify-between" style={{ color: "#fff" }}>
<div>
<p className="text-xs font-semibold tracking-[0.08em] uppercase text-white" style={{ color: "#fff" }}>Boas-vindas</p>
<h2 className="text-xl md:text-2xl font-bold text-white" style={{ color: "#fff" }}>Aqui é casa para atletas, treinadores e clubes</h2>
<p className="text-xs font-semibold tracking-[0.08em] uppercase text-white" style={{ color: "#fff" }}>Boas-vindos</p>
<h2 className="text-xl md:text-2xl font-bold text-white" style={{ color: "#fff" }}>a todos os atletas, treinadores e clubes</h2>
</div>
<a className="btn btn-outline bg-white text-[var(--color-green)] border-white shadow-sm" href="/pt/sobre/quem-somos">Falar connosco</a>
</div>