FourLabs-UN2 commited on
Commit
0798287
·
verified ·
1 Parent(s): e0ec352

remova essa imagem e deixe a div mais bonita

Browse files
Files changed (1) hide show
  1. index.html +16 -3
index.html CHANGED
@@ -44,11 +44,24 @@
44
  Iniciar Novo Teste
45
  </button>
46
  </div>
47
-
48
  <div class="hidden md:block">
49
- <img src="http://static.photos/technology/640x360/1" alt="Android Testing" class="rounded-2xl shadow-xl">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  </div>
51
- </div>
52
  </div>
53
 
54
  <div class="grid md:grid-cols-3 gap-6 mt-12">
 
44
  Iniciar Novo Teste
45
  </button>
46
  </div>
 
47
  <div class="hidden md:block">
48
+ <div class="relative bg-gradient-to-br from-secondary/20 to-primary rounded-2xl p-8 shadow-xl border border-secondary/30">
49
+ <div class="absolute inset-0 bg-grid-white/5 bg-[size:20px_20px]"></div>
50
+ <div class="relative z-10 text-center">
51
+ <div class="w-16 h-16 bg-secondary rounded-2xl flex items-center justify-center mx-auto mb-4">
52
+ <i data-feather="smartphone" class="w-8 h-8 text-white"></i>
53
+ </div>
54
+ <h3 class="text-xl font-semibold mb-2">Testes Inteligentes</h3>
55
+ <p class="text-gray-300 text-sm">Interface moderna e intuitiva para testes automatizados</p>
56
+ <div class="flex justify-center mt-4 gap-2">
57
+ <div class="w-2 h-2 bg-secondary rounded-full animate-pulse"></div>
58
+ <div class="w-2 h-2 bg-secondary rounded-full animate-pulse delay-150"></div>
59
+ <div class="w-2 h-2 bg-secondary rounded-full animate-pulse delay-300"></div>
60
+ </div>
61
+ </div>
62
+ </div>
63
  </div>
64
+ </div>
65
  </div>
66
 
67
  <div class="grid md:grid-cols-3 gap-6 mt-12">