Skip to content

Commit a8bf7b5

Browse files
Code edited in Lovable Code Editor
Edited UI in Lovable
1 parent f2349a0 commit a8bf7b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/docs/DocsIntroduction.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const DocsIntroduction = () => {
2020
onClick={() => scrollToSection('requisitos')}
2121
className="block w-full text-left text-sm hover:text-primary transition-colors py-1"
2222
>
23-
Documentação Devitools
23+
Começando do Começo
2424
</button>
2525
<button
2626
onClick={() => scrollToSection('pacotes')}
@@ -62,10 +62,10 @@ const DocsIntroduction = () => {
6262
<div className="flex-1 space-y-8 border-l pl-8">
6363
<div className="space-y-4">
6464
<h2 className="text-4xl font-bold bg-gradient-to-r from-primary to-accent bg-clip-text text-transparent">
65-
Documentação Devitools
66-
</h1>
65+
Começando do Começo
66+
</h2>
6767
<p className="text-xl text-muted-foreground">
68-
Bem-vindo à documentação oficial dos pacotes Devitools para PHP.
68+
Bem-vindo à documentação oficial dos pacotes Devitools.
6969
</p>
7070
</div>
7171

0 commit comments

Comments
 (0)