Skip to content

Commit 1e80cfb

Browse files
committed
feat: revisão inicial
1 parent 44d5583 commit 1e80cfb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/pages/Index.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ const Index = () => {
2929
</h1>
3030

3131
<p className="text-xl md:text-2xl text-muted-foreground m-8 max-w-3xl mx-auto">
32-
Utilize ferramentas modernas e elegantes para acelerar seu fluxo de trabalho e melhorar a experiência de desenvolvimento
32+
Utilize ferramentas modernas e elegantes para acelerar seu fluxo de trabalho e melhorar
33+
a experiência de desenvolvimento
3334
</p>
3435

3536
<div className="flex flex-col sm:flex-row gap-4 justify-center mb-12">
@@ -56,7 +57,7 @@ const Index = () => {
5657

5758
<div className="grid grid-cols-1 md:grid-cols-3 gap-8 mt-16">
5859
<div className="text-center">
59-
<div className="w-12 h-12 bg-gradient-primary rounded-xl mx-auto mb-4 flex items-center justify-center">
60+
<div className="w-12 h-12 bg-gradient-accent rounded-xl mx-auto mb-4 flex items-center justify-center">
6061
<Code className="w-6 h-6 text-primary-foreground" />
6162
</div>
6263
<h3 className="text-lg font-semibold mb-2">Simples</h3>
@@ -66,7 +67,7 @@ const Index = () => {
6667
</div>
6768

6869
<div className="text-center">
69-
<div className="w-12 h-12 bg-gradient-success rounded-xl mx-auto mb-4 flex items-center justify-center">
70+
<div className="w-12 h-12 bg-gradient-accent rounded-xl mx-auto mb-4 flex items-center justify-center">
7071
<Radar className="w-6 h-6 text-success-foreground" />
7172
</div>
7273
<h3 className="text-lg font-semibold mb-2">Moderno</h3>

0 commit comments

Comments
 (0)