fix: ensure 'Barbearia' text is visible by removing transparency
This commit is contained in:
@@ -46,7 +46,7 @@ export default function Landing() {
|
||||
|
||||
<h1 className="text-6xl md:text-8xl font-black leading-[0.9] tracking-tighter text-balance uppercase italic">
|
||||
Gestão Simplificada da sua <br />
|
||||
<span className="indigo-gradient bg-clip-text text-transparent italic">Barbearia</span>
|
||||
<span className="text-indigo-400 italic">Barbearia</span>
|
||||
</h1>
|
||||
|
||||
<p className="text-xl md:text-2xl text-slate-300 max-w-2xl leading-relaxed font-medium">
|
||||
@@ -197,7 +197,7 @@ export default function Landing() {
|
||||
|
||||
<div className="relative text-center space-y-12 max-w-3xl mx-auto">
|
||||
<h2 className="text-5xl md:text-7xl font-black tracking-tighter uppercase italic leading-[0.9]">
|
||||
Registe a <br /> sua <span className="indigo-gradient bg-clip-text text-transparent">Barbearia</span>
|
||||
Registe a <br /> sua <span className="text-indigo-400">Barbearia</span>
|
||||
</h2>
|
||||
<p className="text-xl text-slate-400 font-medium leading-relaxed">
|
||||
Centenas de profissionais já elevaram o seu negócio ao próximo nível.
|
||||
|
||||
Reference in New Issue
Block a user