Dmbitfx commited on
Commit
f62d5f3
·
verified ·
1 Parent(s): 46dea87

crie a pagina voos

Browse files
Files changed (3) hide show
  1. README.md +9 -5
  2. index.html +537 -18
  3. voos.html +466 -0
README.md CHANGED
@@ -1,10 +1,14 @@
1
  ---
2
- title: Skypegasus Wings
3
- emoji: 😻
4
- colorFrom: yellow
5
- colorTo: purple
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
1
  ---
2
+ title: SkyPegasus Wings ✈️
3
+ colorFrom: purple
4
+ colorTo: yellow
5
+ emoji: 🐳
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite-v3
10
  ---
11
 
12
+ # Welcome to your new DeepSite project!
13
+ This project was created with [DeepSite](https://deepsite.hf.co).
14
+
index.html CHANGED
@@ -1,19 +1,538 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="pt-BR">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>SkyPegasus - Voos Brasil-Israel</title>
7
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <script src="https://unpkg.com/feather-icons"></script>
10
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
12
+ <style>
13
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
14
+ body {
15
+ font-family: 'Poppins', sans-serif;
16
+ }
17
+ .hero-gradient {
18
+ background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
19
+ }
20
+ .flight-card:hover {
21
+ transform: translateY(-5px);
22
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
23
+ }
24
+ .destination-card {
25
+ transition: all 0.3s ease;
26
+ }
27
+ .destination-card:hover {
28
+ transform: scale(1.03);
29
+ }
30
+ </style>
31
+ </head>
32
+ <body class="bg-gray-50">
33
+ <!-- Navbar -->
34
+ <nav class="bg-white shadow-lg">
35
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
36
+ <div class="flex justify-between h-16">
37
+ <div class="flex items-center">
38
+ <div class="flex-shrink-0 flex items-center">
39
+ <i data-feather="navigation" class="text-blue-600 w-8 h-8"></i>
40
+ <span class="ml-2 text-xl font-bold text-blue-600">SkyPegasus</span>
41
+ </div>
42
+ <div class="hidden md:ml-6 md:flex md:space-x-8">
43
+ <a href="index.html" class="border-blue-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Home</a>
44
+ <a href="voos.html" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Voos</a>
45
+ <a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Destinos</a>
46
+ <a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Ofertas</a>
47
+ <a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Contato</a>
48
+ </div>
49
+ </div>
50
+ <div class="hidden md:ml-4 md:flex md:items-center">
51
+ <button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md text-sm font-medium">Minha Conta</button>
52
+ </div>
53
+ <div class="-mr-2 flex items-center md:hidden">
54
+ <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500">
55
+ <i data-feather="menu" class="block h-6 w-6"></i>
56
+ </button>
57
+ </div>
58
+ </div>
59
+ </div>
60
+ </nav>
61
+
62
+ <!-- Hero Section -->
63
+ <div class="hero-gradient text-white" id="vanta-bg">
64
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-24">
65
+ <div class="lg:grid lg:grid-cols-2 lg:gap-8 items-center">
66
+ <div class="mb-12 lg:mb-0">
67
+ <h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl mb-6">
68
+ Voando para Israel nunca foi tão fácil
69
+ </h1>
70
+ <p class="text-xl text-blue-100 max-w-3xl">
71
+ Encontre as melhores tarifas aéreas do Brasil para Israel com apenas alguns cliques. Viagens confortáveis e memoráveis.
72
+ </p>
73
+ <div class="mt-8">
74
+ <a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-gray-100">
75
+ Pesquisar Voos
76
+ <i data-feather="arrow-right" class="ml-2 w-5 h-5"></i>
77
+ </a>
78
+ </div>
79
+ </div>
80
+ <div class="relative">
81
+ <div class="bg-white rounded-xl shadow-xl p-6 text-gray-800">
82
+ <h3 class="text-lg font-medium mb-4">Encontre seu voo</h3>
83
+ <div class="space-y-4">
84
+ <div>
85
+ <label for="origin" class="block text-sm font-medium text-gray-700">Origem</label>
86
+ <select id="origin" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border-gray-300 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md">
87
+ <option selected>São Paulo (GRU)</option>
88
+ <option>Rio de Janeiro (GIG)</option>
89
+ <option>Brasília (BSB)</option>
90
+ <option>Recife (REC)</option>
91
+ <option>Salvador (SSA)</option>
92
+ </select>
93
+ </div>
94
+ <div>
95
+ <label for="destination" class="block text-sm font-medium text-gray-700">Destino</label>
96
+ <select id="destination" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border-gray-300 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md">
97
+ <option selected>Tel Aviv (TLV)</option>
98
+ <option>Jerusalém (JRS)</option>
99
+ <option>Eilat (ETH)</option>
100
+ </select>
101
+ </div>
102
+ <div class="grid grid-cols-2 gap-4">
103
+ <div>
104
+ <label for="departure" class="block text-sm font-medium text-gray-700">Ida</label>
105
+ <input type="date" id="departure" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border-gray-300 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md">
106
+ </div>
107
+ <div>
108
+ <label for="return" class="block text-sm font-medium text-gray-700">Volta</label>
109
+ <input type="date" id="return" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border-gray-300 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md">
110
+ </div>
111
+ </div>
112
+ <div>
113
+ <label for="passengers" class="block text-sm font-medium text-gray-700">Passageiros</label>
114
+ <select id="passengers" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border-gray-300 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md">
115
+ <option>1 adulto</option>
116
+ <option selected>2 adultos</option>
117
+ <option>2 adultos, 1 criança</option>
118
+ <option>Família (2+2)</option>
119
+ </select>
120
+ </div>
121
+ <button type="submit" class="w-full flex justify-center py-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">
122
+ Buscar Voos
123
+ </button>
124
+ </div>
125
+ </div>
126
+ </div>
127
+ </div>
128
+ </div>
129
+ </div>
130
+
131
+ <!-- Popular Flights -->
132
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
133
+ <div class="text-center mb-12">
134
+ <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
135
+ Voos Populares para Israel
136
+ </h2>
137
+ <p class="mt-3 max-w-2xl mx-auto text-xl text-gray-500 sm:mt-4">
138
+ As rotas mais procuradas pelos nossos clientes
139
+ </p>
140
+ </div>
141
+
142
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
143
+ <!-- Flight 1 -->
144
+ <div class="bg-white rounded-xl shadow-md overflow-hidden flight-card transition duration-300 ease-in-out">
145
+ <div class="relative h-48">
146
+ <img class="h-full w-full object-cover" src="http://static.photos/travel/640x360/1" alt="Tel Aviv">
147
+ <div class="absolute top-0 left-0 bg-blue-600 text-white px-3 py-1 rounded-br-lg">
148
+ <span class="font-bold">-15%</span>
149
+ </div>
150
+ </div>
151
+ <div class="p-6">
152
+ <div class="flex justify-between items-start">
153
+ <div>
154
+ <h3 class="text-xl font-bold text-gray-900">São Paulo → Tel Aviv</h3>
155
+ <p class="text-gray-500 mt-1">Duração: 14h 20m</p>
156
+ </div>
157
+ <div class="text-right">
158
+ <p class="text-sm text-gray-500 line-through">R$ 4,299</p>
159
+ <p class="text-2xl font-bold text-blue-600">R$ 3,654</p>
160
+ </div>
161
+ </div>
162
+ <div class="mt-4 flex justify-between items-center">
163
+ <div class="flex items-center text-sm text-gray-500">
164
+ <i data-feather="calendar" class="w-4 h-4 mr-1"></i>
165
+ <span>Saídas diárias</span>
166
+ </div>
167
+ <button class="px-4 py-2 bg-blue-600 text-white text-sm font-medium rounded-md hover:bg-blue-700">
168
+ Reservar
169
+ </button>
170
+ </div>
171
+ </div>
172
+ </div>
173
+
174
+ <!-- Flight 2 -->
175
+ <div class="bg-white rounded-xl shadow-md overflow-hidden flight-card transition duration-300 ease-in-out">
176
+ <div class="relative h-48">
177
+ <img class="h-full w-full object-cover" src="http://static.photos/cityscape/640x360/2" alt="Jerusalém">
178
+ </div>
179
+ <div class="p-6">
180
+ <div class="flex justify-between items-start">
181
+ <div>
182
+ <h3 class="text-xl font-bold text-gray-900">Rio de Janeiro → Jerusalém</h3>
183
+ <p class="text-gray-500 mt-1">Duração: 16h 10m</p>
184
+ </div>
185
+ <div class="text-right">
186
+ <p class="text-2xl font-bold text-blue-600">R$ 3,899</p>
187
+ </div>
188
+ </div>
189
+ <div class="mt-4 flex justify-between items-center">
190
+ <div class="flex items-center text-sm text-gray-500">
191
+ <i data-feather="calendar" class="w-4 h-4 mr-1"></i>
192
+ <span>3x por semana</span>
193
+ </div>
194
+ <button class="px-4 py-2 bg-blue-600 text-white text-sm font-medium rounded-md hover:bg-blue-700">
195
+ Reservar
196
+ </button>
197
+ </div>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Flight 3 -->
202
+ <div class="bg-white rounded-xl shadow-md overflow-hidden flight-card transition duration-300 ease-in-out">
203
+ <div class="relative h-48">
204
+ <img class="h-full w-full object-cover" src="http://static.photos/travel/640x360/3" alt="Eilat">
205
+ <div class="absolute top-0 left-0 bg-blue-600 text-white px-3 py-1 rounded-br-lg">
206
+ <span class="font-bold">Promoção</span>
207
+ </div>
208
+ </div>
209
+ <div class="p-6">
210
+ <div class="flex justify-between items-start">
211
+ <div>
212
+ <h3 class="text-xl font-bold text-gray-900">Brasília → Eilat</h3>
213
+ <p class="text-gray-500 mt-1">Duração: 18h 30m</p>
214
+ </div>
215
+ <div class="text-right">
216
+ <p class="text-sm text-gray-500 line-through">R$ 4,899</p>
217
+ <p class="text-2xl font-bold text-blue-600">R$ 3,999</p>
218
+ </div>
219
+ </div>
220
+ <div class="mt-4 flex justify-between items-center">
221
+ <div class="flex items-center text-sm text-gray-500">
222
+ <i data-feather="calendar" class="w-4 h-4 mr-1"></i>
223
+ <span>2x por semana</span>
224
+ </div>
225
+ <button class="px-4 py-2 bg-blue-600 text-white text-sm font-medium rounded-md hover:bg-blue-700">
226
+ Reservar
227
+ </button>
228
+ </div>
229
+ </div>
230
+ </div>
231
+ </div>
232
+
233
+ <div class="mt-12 text-center">
234
+ <a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700">
235
+ Ver todos os voos
236
+ <i data-feather="chevron-right" class="ml-2 w-5 h-5"></i>
237
+ </a>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Why Choose Us -->
242
+ <div class="bg-gray-100 py-16">
243
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
244
+ <div class="text-center mb-12">
245
+ <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
246
+ Por que escolher a SkyPegasus?
247
+ </h2>
248
+ <p class="mt-3 max-w-2xl mx-auto text-xl text-gray-500 sm:mt-4">
249
+ Viaje com confiança e comodidade
250
+ </p>
251
+ </div>
252
+
253
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
254
+ <div class="bg-white p-6 rounded-lg shadow-sm text-center">
255
+ <div class="mx-auto flex items-center justify-center h-12 w-12 rounded-md bg-blue-100 text-blue-600 mb-4">
256
+ <i data-feather="shield" class="w-6 h-6"></i>
257
+ </div>
258
+ <h3 class="text-lg font-medium text-gray-900 mb-2">Segurança Garantida</h3>
259
+ <p class="text-gray-500">
260
+ Trabalhamos apenas com companhias aéreas de alto padrão de segurança e confiabilidade.
261
+ </p>
262
+ </div>
263
+
264
+ <div class="bg-white p-6 rounded-lg shadow-sm text-center">
265
+ <div class="mx-auto flex items-center justify-center h-12 w-12 rounded-md bg-blue-100 text-blue-600 mb-4">
266
+ <i data-feather="dollar-sign" class="w-6 h-6"></i>
267
+ </div>
268
+ <h3 class="text-lg font-medium text-gray-900 mb-2">Melhor Preço</h3>
269
+ <p class="text-gray-500">
270
+ Garantimos os melhores preços do mercado ou reembolsamos a diferença.
271
+ </p>
272
+ </div>
273
+
274
+ <div class="bg-white p-6 rounded-lg shadow-sm text-center">
275
+ <div class="mx-auto flex items-center justify-center h-12 w-12 rounded-md bg-blue-100 text-blue-600 mb-4">
276
+ <i data-feather="headphones" class="w-6 h-6"></i>
277
+ </div>
278
+ <h3 class="text-lg font-medium text-gray-900 mb-2">Suporte 24/7</h3>
279
+ <p class="text-gray-500">
280
+ Nossa equipe está disponível a qualquer momento para ajudar com sua viagem.
281
+ </p>
282
+ </div>
283
+ </div>
284
+ </div>
285
+ </div>
286
+
287
+ <!-- Destinations -->
288
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
289
+ <div class="text-center mb-12">
290
+ <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
291
+ Descubra Israel
292
+ </h2>
293
+ <p class="mt-3 max-w-2xl mx-auto text-xl text-gray-500 sm:mt-4">
294
+ Os destinos mais incríveis para sua viagem
295
+ </p>
296
+ </div>
297
+
298
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
299
+ <div class="destination-card relative rounded-lg overflow-hidden shadow-md">
300
+ <img class="h-48 w-full object-cover" src="http://static.photos/cityscape/640x360/4" alt="Tel Aviv">
301
+ <div class="absolute inset-0 bg-gradient-to-t from-gray-900 via-transparent to-transparent"></div>
302
+ <div class="absolute bottom-0 left-0 p-4">
303
+ <h3 class="text-xl font-bold text-white">Tel Aviv</h3>
304
+ <p class="text-blue-200">Cidade moderna e vibrante</p>
305
+ </div>
306
+ </div>
307
+
308
+ <div class="destination-card relative rounded-lg overflow-hidden shadow-md">
309
+ <img class="h-48 w-full object-cover" src="http://static.photos/travel/640x360/5" alt="Jerusalém">
310
+ <div class="absolute inset-0 bg-gradient-to-t from-gray-900 via-transparent to-transparent"></div>
311
+ <div class="absolute bottom-0 left-0 p-4">
312
+ <h3 class="text-xl font-bold text-white">Jerusalém</h3>
313
+ <p class="text-blue-200">Cidade sagrada e histórica</p>
314
+ </div>
315
+ </div>
316
+
317
+ <div class="destination-card relative rounded-lg overflow-hidden shadow-md">
318
+ <img class="h-48 w-full object-cover" src="http://static.photos/travel/640x360/6" alt="Mar Morto">
319
+ <div class="absolute inset-0 bg-gradient-to-t from-gray-900 via-transparent to-transparent"></div>
320
+ <div class="absolute bottom-0 left-0 p-4">
321
+ <h3 class="text-xl font-bold text-white">Mar Morto</h3>
322
+ <p class="text-blue-200">Relaxe e flutue nas águas</p>
323
+ </div>
324
+ </div>
325
+
326
+ <div class="destination-card relative rounded-lg overflow-hidden shadow-md">
327
+ <img class="h-48 w-full object-cover" src="http://static.photos/travel/640x360/7" alt="Eilat">
328
+ <div class="absolute inset-0 bg-gradient-to-t from-gray-900 via-transparent to-transparent"></div>
329
+ <div class="absolute bottom-0 left-0 p-4">
330
+ <h3 class="text-xl font-bold text-white">Eilat</h3>
331
+ <p class="text-blue-200">Paraíso no Mar Vermelho</p>
332
+ </div>
333
+ </div>
334
+ </div>
335
+ </div>
336
+
337
+ <!-- Testimonials -->
338
+ <div class="bg-blue-600 text-white py-16">
339
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
340
+ <div class="text-center mb-12">
341
+ <h2 class="text-3xl font-extrabold sm:text-4xl">
342
+ O que nossos clientes dizem
343
+ </h2>
344
+ <p class="mt-3 max-w-2xl mx-auto text-xl text-blue-100 sm:mt-4">
345
+ Experiências reais de viajantes para Israel
346
+ </p>
347
+ </div>
348
+
349
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
350
+ <div class="bg-blue-700 p-6 rounded-lg">
351
+ <div class="flex items-center mb-4">
352
+ <img class="h-12 w-12 rounded-full object-cover" src="http://static.photos/people/200x200/1" alt="João Silva">
353
+ <div class="ml-4">
354
+ <h4 class="font-bold">João Silva</h4>
355
+ <div class="flex text-yellow-400">
356
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
357
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
358
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
359
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
360
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
361
+ </div>
362
+ </div>
363
+ </div>
364
+ <p class="text-blue-100">
365
+ "A SkyPegasus tornou minha viagem para Israel incrivelmente fácil. Encontrei o melhor preço e o atendimento foi excepcional. Recomendo muito!"
366
+ </p>
367
+ </div>
368
+
369
+ <div class="bg-blue-700 p-6 rounded-lg">
370
+ <div class="flex items-center mb-4">
371
+ <img class="h-12 w-12 rounded-full object-cover" src="http://static.photos/people/200x200/2" alt="Maria Oliveira">
372
+ <div class="ml-4">
373
+ <h4 class="font-bold">Maria Oliveira</h4>
374
+ <div class="flex text-yellow-400">
375
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
376
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
377
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
378
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
379
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
380
+ </div>
381
+ </div>
382
+ </div>
383
+ <p class="text-blue-100">
384
+ "Minha família e eu tivemos uma experiência maravilhosa. Os voos foram bem organizados e a equipe nos ajudou com todas as dúvidas. Voltaremos a usar!"
385
+ </p>
386
+ </div>
387
+
388
+ <div class="bg-blue-700 p-6 rounded-lg">
389
+ <div class="flex items-center mb-4">
390
+ <img class="h-12 w-12 rounded-full object-cover" src="http://static.photos/people/200x200/3" alt="Carlos Souza">
391
+ <div class="ml-4">
392
+ <h4 class="font-bold">Carlos Souza</h4>
393
+ <div class="flex text-yellow-400">
394
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
395
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
396
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
397
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
398
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
399
+ </div>
400
+ </div>
401
+ </div>
402
+ <p class="text-blue-100">
403
+ "Como viajante frequente para Israel, posso dizer que a SkyPegasus oferece os melhores preços e rotas. O processo de reserva é simples e rápido."
404
+ </p>
405
+ </div>
406
+ </div>
407
+ </div>
408
+ </div>
409
+
410
+ <!-- Newsletter -->
411
+ <div class="bg-white py-16">
412
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
413
+ <div class="bg-blue-50 rounded-lg p-8">
414
+ <div class="md:flex md:items-center md:justify-between">
415
+ <div class="md:w-1/2 mb-6 md:mb-0">
416
+ <h3 class="text-2xl font-bold text-gray-900">Receba ofertas exclusivas</h3>
417
+ <p class="mt-2 text-gray-600">
418
+ Assine nossa newsletter e seja o primeiro a saber sobre promoções especiais para Israel.
419
+ </p>
420
+ </div>
421
+ <div class="md:w-1/2">
422
+ <form class="flex">
423
+ <input type="email" placeholder="Seu melhor email" class="flex-grow px-4 py-2 rounded-l-md border border-gray-300 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
424
+ <button type="submit" class="px-6 py-2 bg-blue-600 text-white font-medium rounded-r-md hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">
425
+ Assinar
426
+ </button>
427
+ </form>
428
+ <p class="mt-2 text-sm text-gray-500">
429
+ Não compartilhamos seu email com terceiros.
430
+ </p>
431
+ </div>
432
+ </div>
433
+ </div>
434
+ </div>
435
+ </div>
436
+
437
+ <!-- Footer -->
438
+ <footer class="bg-gray-800 text-white">
439
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
440
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8">
441
+ <div>
442
+ <h3 class="text-lg font-bold mb-4">SkyPegasus</h3>
443
+ <ul class="space-y-2">
444
+ <li><a href="#" class="text-gray-300 hover:text-white">Sobre nós</a></li>
445
+ <li><a href="#" class="text-gray-300 hover:text-white">Carreiras</a></li>
446
+ <li><a href="#" class="text-gray-300 hover:text-white">Blog</a></li>
447
+ <li><a href="#" class="text-gray-300 hover:text-white">Imprensa</a></li>
448
+ </ul>
449
+ </div>
450
+ <div>
451
+ <h3 class="text-lg font-bold mb-4">Ajuda</h3>
452
+ <ul class="space-y-2">
453
+ <li><a href="#" class="text-gray-300 hover:text-white">Central de Ajuda</a></li>
454
+ <li><a href="#" class="text-gray-300 hover:text-white">Segurança</a></li>
455
+ <li><a href="#" class="text-gray-300 hover:text-white">Perguntas Frequentes</a></li>
456
+ <li><a href="#" class="text-gray-300 hover:text-white">Contato</a></li>
457
+ </ul>
458
+ </div>
459
+ <div>
460
+ <h3 class="text-lg font-bold mb-4">Legal</h3>
461
+ <ul class="space-y-2">
462
+ <li><a href="#" class="text-gray-300 hover:text-white">Termos de Uso</a></li>
463
+ <li><a href="#" class="text-gray-300 hover:text-white">Política de Privacidade</a></li>
464
+ <li><a href="#" class="text-gray-300 hover:text-white">Cookies</a></li>
465
+ <li><a href="#" class="text-gray-300 hover:text-white">Reembolsos</a></li>
466
+ </ul>
467
+ </div>
468
+ <div>
469
+ <h3 class="text-lg font-bold mb-4">Siga-nos</h3>
470
+ <div class="flex space-x-4">
471
+ <a href="#" class="text-gray-300 hover:text-white">
472
+ <i data-feather="facebook" class="w-5 h-5"></i>
473
+ </a>
474
+ <a href="#" class="text-gray-300 hover:text-white">
475
+ <i data-feather="twitter" class="w-5 h-5"></i>
476
+ </a>
477
+ <a href="#" class="text-gray-300 hover:text-white">
478
+ <i data-feather="instagram" class="w-5 h-5"></i>
479
+ </a>
480
+ <a href="#" class="text-gray-300 hover:text-white">
481
+ <i data-feather="linkedin" class="w-5 h-5"></i>
482
+ </a>
483
+ </div>
484
+ <div class="mt-4">
485
+ <p class="text-sm text-gray-400">
486
+ Baixe nosso aplicativo
487
+ </p>
488
+ <div class="flex space-x-2 mt-2">
489
+ <a href="#">
490
+ <img class="h-10" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Download_on_the_App_Store_Badge.svg/1200px-Download_on_the_App_Store_Badge.svg.png" alt="App Store">
491
+ </a>
492
+ <a href="#">
493
+ <img class="h-10" src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/78/Google_Play_Store_badge_EN.svg/1200px-Google_Play_Store_badge_EN.svg.png" alt="Google Play">
494
+ </a>
495
+ </div>
496
+ </div>
497
+ </div>
498
+ </div>
499
+ <div class="mt-12 border-t border-gray-700 pt-8">
500
+ <div class="md:flex md:items-center md:justify-between">
501
+ <div class="text-center md:text-left">
502
+ <p class="text-gray-400">
503
+ &copy; 2023 SkyPegasus. Todos os direitos reservados.
504
+ </p>
505
+ </div>
506
+ <div class="mt-4 md:mt-0">
507
+ <div class="flex items-center justify-center md:justify-end space-x-6">
508
+ <img class="h-8" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Flag_of_Europe.svg/1200px-Flag_of_Europe.svg.png" alt="Europa">
509
+ <img class="h-8" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/05/Flag_of_Brazil.svg/1200px-Flag_of_Brazil.svg.png" alt="Brasil">
510
+ <img class="h-8" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Flag_of_Israel.svg/1200px-Flag_of_Israel.svg.png" alt="Israel">
511
+ </div>
512
+ </div>
513
+ </div>
514
+ </div>
515
+ </div>
516
+ </footer>
517
+
518
+ <script>
519
+ // Initialize Vanta.js globe
520
+ VANTA.GLOBE({
521
+ el: "#vanta-bg",
522
+ mouseControls: true,
523
+ touchControls: true,
524
+ gyroControls: false,
525
+ minHeight: 200.00,
526
+ minWidth: 200.00,
527
+ scale: 1.00,
528
+ scaleMobile: 1.00,
529
+ color: 0x3b82f6,
530
+ backgroundColor: 0x1e3a8a,
531
+ size: 0.8
532
+ });
533
+
534
+ // Initialize feather icons
535
+ feather.replace();
536
+ </script>
537
+ </body>
538
  </html>
voos.html ADDED
@@ -0,0 +1,466 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="pt-BR">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Voos para Israel | SkyPegasus</title>
7
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <script src="https://unpkg.com/feather-icons"></script>
10
+ <style>
11
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
12
+ body {
13
+ font-family: 'Poppins', sans-serif;
14
+ }
15
+ .flight-row:hover {
16
+ background-color: #f8fafc;
17
+ transform: translateY(-2px);
18
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
19
+ }
20
+ .price-badge {
21
+ transition: all 0.3s ease;
22
+ }
23
+ .price-badge:hover {
24
+ transform: scale(1.05);
25
+ }
26
+ </style>
27
+ </head>
28
+ <body class="bg-gray-50">
29
+ <!-- Navbar -->
30
+ <nav class="bg-white shadow-lg">
31
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
32
+ <div class="flex justify-between h-16">
33
+ <div class="flex items-center">
34
+ <div class="flex-shrink-0 flex items-center">
35
+ <i data-feather="navigation" class="text-blue-600 w-8 h-8"></i>
36
+ <span class="ml-2 text-xl font-bold text-blue-600">SkyPegasus</span>
37
+ </div>
38
+ <div class="hidden md:ml-6 md:flex md:space-x-8">
39
+ <a href="index.html" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Home</a>
40
+ <a href="voos.html" class="border-blue-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Voos</a>
41
+ <a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Destinos</a>
42
+ <a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Ofertas</a>
43
+ <a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Contato</a>
44
+ </div>
45
+ </div>
46
+ <div class="hidden md:ml-4 md:flex md:items-center">
47
+ <button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md text-sm font-medium">Minha Conta</button>
48
+ </div>
49
+ <div class="-mr-2 flex items-center md:hidden">
50
+ <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500">
51
+ <i data-feather="menu" class="block h-6 w-6"></i>
52
+ </button>
53
+ </div>
54
+ </div>
55
+ </div>
56
+ </nav>
57
+
58
+ <!-- Flight Search -->
59
+ <div class="bg-blue-600 text-white py-12">
60
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
61
+ <h1 class="text-3xl font-bold mb-6">Encontre seu voo para Israel</h1>
62
+ <div class="bg-white rounded-xl shadow-xl p-6 text-gray-800">
63
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-4">
64
+ <div>
65
+ <label for="origin" class="block text-sm font-medium text-gray-700">Origem</label>
66
+ <select id="origin" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border-gray-300 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md">
67
+ <option selected>São Paulo (GRU)</option>
68
+ <option>Rio de Janeiro (GIG)</option>
69
+ <option>Brasília (BSB)</option>
70
+ <option>Recife (REC)</option>
71
+ <option>Salvador (SSA)</option>
72
+ </select>
73
+ </div>
74
+ <div>
75
+ <label for="destination" class="block text-sm font-medium text-gray-700">Destino</label>
76
+ <select id="destination" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border-gray-300 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md">
77
+ <option selected>Tel Aviv (TLV)</option>
78
+ <option>Jerusalém (JRS)</option>
79
+ <option>Eilat (ETH)</option>
80
+ </select>
81
+ </div>
82
+ <div>
83
+ <label for="departure" class="block text-sm font-medium text-gray-700">Data de Ida</label>
84
+ <input type="date" id="departure" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border-gray-300 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md">
85
+ </div>
86
+ <div>
87
+ <label for="return" class="block text-sm font-medium text-gray-700">Data de Volta</label>
88
+ <input type="date" id="return" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border-gray-300 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md">
89
+ </div>
90
+ </div>
91
+ <div class="mt-4 grid grid-cols-1 md:grid-cols-3 gap-4">
92
+ <div>
93
+ <label for="passengers" class="block text-sm font-medium text-gray-700">Passageiros</label>
94
+ <select id="passengers" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border-gray-300 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md">
95
+ <option>1 adulto</option>
96
+ <option selected>2 adultos</option>
97
+ <option>2 adultos, 1 criança</option>
98
+ <option>Família (2+2)</option>
99
+ </select>
100
+ </div>
101
+ <div>
102
+ <label for="class" class="block text-sm font-medium text-gray-700">Classe</label>
103
+ <select id="class" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border-gray-300 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md">
104
+ <option>Econômica</option>
105
+ <option selected>Econômica Premium</option>
106
+ <option>Executiva</option>
107
+ <option>Primeira Classe</option>
108
+ </select>
109
+ </div>
110
+ <div class="flex items-end">
111
+ <button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">
112
+ Buscar Voos
113
+ </button>
114
+ </div>
115
+ </div>
116
+ </div>
117
+ </div>
118
+ </div>
119
+
120
+ <!-- Flight Results -->
121
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
122
+ <div class="flex justify-between items-center mb-8">
123
+ <h2 class="text-2xl font-bold text-gray-900">Voos disponíveis</h2>
124
+ <div class="flex items-center">
125
+ <span class="text-gray-600 mr-2">Ordenar por:</span>
126
+ <select class="border-gray-300 rounded-md shadow-sm focus:border-blue-500 focus:ring-blue-500">
127
+ <option>Mais barato</option>
128
+ <option>Mais rápido</option>
129
+ <option>Melhor horário</option>
130
+ </select>
131
+ </div>
132
+ </div>
133
+
134
+ <!-- Flight List -->
135
+ <div class="bg-white shadow rounded-lg overflow-hidden">
136
+ <!-- Flight 1 -->
137
+ <div class="flight-row border-b border-gray-200 p-6 transition duration-300 ease-in-out">
138
+ <div class="flex flex-col md:flex-row md:items-center justify-between">
139
+ <div class="flex items-center mb-4 md:mb-0">
140
+ <div class="mr-4">
141
+ <img src="http://static.photos/airlines/200x200/1" alt="El Al" class="h-12 w-12 object-contain">
142
+ </div>
143
+ <div>
144
+ <div class="text-lg font-semibold">El Al Israel Airlines</div>
145
+ <div class="text-sm text-gray-500">Boeing 787-9 Dreamliner</div>
146
+ </div>
147
+ </div>
148
+
149
+ <div class="flex items-center mb-4 md:mb-0">
150
+ <div class="text-center mx-4">
151
+ <div class="text-xl font-bold">14:30</div>
152
+ <div class="text-sm text-gray-500">GRU</div>
153
+ </div>
154
+ <div class="flex flex-col items-center mx-4">
155
+ <div class="text-sm text-gray-500">14h 20m</div>
156
+ <div class="w-24 border-t border-gray-300 my-1"></div>
157
+ <div class="text-xs text-gray-500">Sem escalas</div>
158
+ </div>
159
+ <div class="text-center mx-4">
160
+ <div class="text-xl font-bold">05:50</div>
161
+ <div class="text-sm text-gray-500">+1 dia</div>
162
+ <div class="text-sm text-gray-500">TLV</div>
163
+ </div>
164
+ </div>
165
+
166
+ <div class="flex items-center justify-end">
167
+ <div class="text-right mr-4">
168
+ <div class="text-sm line-through text-gray-500">R$ 4,299</div>
169
+ <div class="text-2xl font-bold text-blue-600">R$ 3,654</div>
170
+ <div class="text-xs text-gray-500">por pessoa</div>
171
+ </div>
172
+ <button class="price-badge bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-md font-medium">
173
+ Selecionar
174
+ </button>
175
+ </div>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Flight 2 -->
180
+ <div class="flight-row border-b border-gray-200 p-6 transition duration-300 ease-in-out">
181
+ <div class="flex flex-col md:flex-row md:items-center justify-between">
182
+ <div class="flex items-center mb-4 md:mb-0">
183
+ <div class="mr-4">
184
+ <img src="http://static.photos/airlines/200x200/2" alt="LATAM" class="h-12 w-12 object-contain">
185
+ </div>
186
+ <div>
187
+ <div class="text-lg font-semibold">LATAM Airlines</div>
188
+ <div class="text-sm text-gray-500">Boeing 777-300ER</div>
189
+ </div>
190
+ </div>
191
+
192
+ <div class="flex items-center mb-4 md:mb-0">
193
+ <div class="text-center mx-4">
194
+ <div class="text-xl font-bold">18:15</div>
195
+ <div class="text-sm text-gray-500">GRU</div>
196
+ </div>
197
+ <div class="flex flex-col items-center mx-4">
198
+ <div class="text-sm text-gray-500">15h 35m</div>
199
+ <div class="w-24 border-t border-gray-300 my-1"></div>
200
+ <div class="text-xs text-gray-500">Escala em JFK</div>
201
+ </div>
202
+ <div class="text-center mx-4">
203
+ <div class="text-xl font-bold">09:50</div>
204
+ <div class="text-sm text-gray-500">+1 dia</div>
205
+ <div class="text-sm text-gray-500">TLV</div>
206
+ </div>
207
+ </div>
208
+
209
+ <div class="flex items-center justify-end">
210
+ <div class="text-right mr-4">
211
+ <div class="text-2xl font-bold text-blue-600">R$ 3,799</div>
212
+ <div class="text-xs text-gray-500">por pessoa</div>
213
+ </div>
214
+ <button class="price-badge bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-md font-medium">
215
+ Selecionar
216
+ </button>
217
+ </div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Flight 3 -->
222
+ <div class="flight-row border-b border-gray-200 p-6 transition duration-300 ease-in-out">
223
+ <div class="flex flex-col md:flex-row md:items-center justify-between">
224
+ <div class="flex items-center mb-4 md:mb-0">
225
+ <div class="mr-4">
226
+ <img src="http://static.photos/airlines/200x200/3" alt="Ethiopian" class="h-12 w-12 object-contain">
227
+ </div>
228
+ <div>
229
+ <div class="text-lg font-semibold">Ethiopian Airlines</div>
230
+ <div class="text-sm text-gray-500">Boeing 787-8 Dreamliner</div>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="flex items-center mb-4 md:mb-0">
235
+ <div class="text-center mx-4">
236
+ <div class="text-xl font-bold">22:30</div>
237
+ <div class="text-sm text-gray-500">GRU</div>
238
+ </div>
239
+ <div class="flex flex-col items-center mx-4">
240
+ <div class="text-sm text-gray-500">19h 10m</div>
241
+ <div class="w-24 border-t border-gray-300 my-1"></div>
242
+ <div class="text-xs text-gray-500">Escala em ADD</div>
243
+ </div>
244
+ <div class="text-center mx-4">
245
+ <div class="text-xl font-bold">17:40</div>
246
+ <div class="text-sm text-gray-500">+1 dia</div>
247
+ <div class="text-sm text-gray-500">TLV</div>
248
+ </div>
249
+ </div>
250
+
251
+ <div class="flex items-center justify-end">
252
+ <div class="text-right mr-4">
253
+ <div class="text-sm line-through text-gray-500">R$ 4,099</div>
254
+ <div class="text-2xl font-bold text-blue-600">R$ 3,499</div>
255
+ <div class="text-xs text-gray-500">por pessoa</div>
256
+ </div>
257
+ <button class="price-badge bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-md font-medium">
258
+ Selecionar
259
+ </button>
260
+ </div>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Flight 4 -->
265
+ <div class="flight-row border-b border-gray-200 p-6 transition duration-300 ease-in-out">
266
+ <div class="flex flex-col md:flex-row md:items-center justify-between">
267
+ <div class="flex items-center mb-4 md:mb-0">
268
+ <div class="mr-4">
269
+ <img src="http://static.photos/airlines/200x200/4" alt="Turkish" class="h-12 w-12 object-contain">
270
+ </div>
271
+ <div>
272
+ <div class="text-lg font-semibold">Turkish Airlines</div>
273
+ <div class="text-sm text-gray-500">Airbus A350-900</div>
274
+ </div>
275
+ </div>
276
+
277
+ <div class="flex items-center mb-4 md:mb-0">
278
+ <div class="text-center mx-4">
279
+ <div class="text-xl font-bold">10:45</div>
280
+ <div class="text-sm text-gray-500">GRU</div>
281
+ </div>
282
+ <div class="flex flex-col items-center mx-4">
283
+ <div class="text-sm text-gray-500">17h 55m</div>
284
+ <div class="w-24 border-t border-gray-300 my-1"></div>
285
+ <div class="text-xs text-gray-500">Escala em IST</div>
286
+ </div>
287
+ <div class="text-center mx-4">
288
+ <div class="text-xl font-bold">04:40</div>
289
+ <div class="text-sm text-gray-500">+1 dia</div>
290
+ <div class="text-sm text-gray-500">TLV</div>
291
+ </div>
292
+ </div>
293
+
294
+ <div class="flex items-center justify-end">
295
+ <div class="text-right mr-4">
296
+ <div class="text-2xl font-bold text-blue-600">R$ 3,899</div>
297
+ <div class="text-xs text-gray-500">por pessoa</div>
298
+ </div>
299
+ <button class="price-badge bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-md font-medium">
300
+ Selecionar
301
+ </button>
302
+ </div>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- Flight 5 -->
307
+ <div class="flight-row p-6 transition duration-300 ease-in-out">
308
+ <div class="flex flex-col md:flex-row md:items-center justify-between">
309
+ <div class="flex items-center mb-4 md:mb-0">
310
+ <div class="mr-4">
311
+ <img src="http://static.photos/airlines/200x200/5" alt="Air France" class="h-12 w-12 object-contain">
312
+ </div>
313
+ <div>
314
+ <div class="text-lg font-semibold">Air France</div>
315
+ <div class="text-sm text-gray-500">Boeing 777-200ER</div>
316
+ </div>
317
+ </div>
318
+
319
+ <div class="flex items-center mb-4 md:mb-0">
320
+ <div class="text-center mx-4">
321
+ <div class="text-xl font-bold">13:20</div>
322
+ <div class="text-sm text-gray-500">GRU</div>
323
+ </div>
324
+ <div class="flex flex-col items-center mx-4">
325
+ <div class="text-sm text-gray-500">16h 30m</div>
326
+ <div class="w-24 border-t border-gray-300 my-1"></div>
327
+ <div class="text-xs text-gray-500">Escala em CDG</div>
328
+ </div>
329
+ <div class="text-center mx-4">
330
+ <div class="text-xl font-bold">05:50</div>
331
+ <div class="text-sm text-gray-500">+1 dia</div>
332
+ <div class="text-sm text-gray-500">TLV</div>
333
+ </div>
334
+ </div>
335
+
336
+ <div class="flex items-center justify-end">
337
+ <div class="text-right mr-4">
338
+ <div class="text-sm line-through text-gray-500">R$ 4,599</div>
339
+ <div class="text-2xl font-bold text-blue-600">R$ 3,999</div>
340
+ <div class="text-xs text-gray-500">por pessoa</div>
341
+ </div>
342
+ <button class="price-badge bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-md font-medium">
343
+ Selecionar
344
+ </button>
345
+ </div>
346
+ </div>
347
+ </div>
348
+ </div>
349
+
350
+ <!-- Pagination -->
351
+ <div class="mt-8 flex justify-center">
352
+ <nav class="relative z-0 inline-flex rounded-md shadow-sm -space-x-px" aria-label="Pagination">
353
+ <a href="#" class="relative inline-flex items-center px-2 py-2 rounded-l-md border border-gray-300 bg-white text-sm font-medium text-gray-500 hover:bg-gray-50">
354
+ <span class="sr-only">Anterior</span>
355
+ <i data-feather="chevron-left" class="h-5 w-5"></i>
356
+ </a>
357
+ <a href="#" aria-current="page" class="z-10 bg-blue-50 border-blue-500 text-blue-600 relative inline-flex items-center px-4 py-2 border text-sm font-medium">
358
+ 1
359
+ </a>
360
+ <a href="#" class="bg-white border-gray-300 text-gray-500 hover:bg-gray-50 relative inline-flex items-center px-4 py-2 border text-sm font-medium">
361
+ 2
362
+ </a>
363
+ <a href="#" class="bg-white border-gray-300 text-gray-500 hover:bg-gray-50 relative inline-flex items-center px-4 py-2 border text-sm font-medium">
364
+ 3
365
+ </a>
366
+ <a href="#" class="bg-white border-gray-300 text-gray-500 hover:bg-gray-50 relative inline-flex items-center px-4 py-2 border text-sm font-medium">
367
+ 4
368
+ </a>
369
+ <a href="#" class="bg-white border-gray-300 text-gray-500 hover:bg-gray-50 relative inline-flex items-center px-4 py-2 border text-sm font-medium">
370
+ 5
371
+ </a>
372
+ <a href="#" class="relative inline-flex items-center px-2 py-2 rounded-r-md border border-gray-300 bg-white text-sm font-medium text-gray-500 hover:bg-gray-50">
373
+ <span class="sr-only">Próximo</span>
374
+ <i data-feather="chevron-right" class="h-5 w-5"></i>
375
+ </a>
376
+ </nav>
377
+ </div>
378
+ </div>
379
+
380
+ <!-- Footer -->
381
+ <footer class="bg-gray-800 text-white">
382
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
383
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8">
384
+ <div>
385
+ <h3 class="text-lg font-bold mb-4">SkyPegasus</h3>
386
+ <ul class="space-y-2">
387
+ <li><a href="#" class="text-gray-300 hover:text-white">Sobre nós</a></li>
388
+ <li><a href="#" class="text-gray-300 hover:text-white">Carreiras</a></li>
389
+ <li><a href="#" class="text-gray-300 hover:text-white">Blog</a></li>
390
+ <li><a href="#" class="text-gray-300 hover:text-white">Imprensa</a></li>
391
+ </ul>
392
+ </div>
393
+ <div>
394
+ <h3 class="text-lg font-bold mb-4">Ajuda</h3>
395
+ <ul class="space-y-2">
396
+ <li><a href="#" class="text-gray-300 hover:text-white">Central de Ajuda</a></li>
397
+ <li><a href="#" class="text-gray-300 hover:text-white">Segurança</a></li>
398
+ <li><a href="#" class="text-gray-300 hover:text-white">Perguntas Frequentes</a></li>
399
+ <li><a href="#" class="text-gray-300 hover:text-white">Contato</a></li>
400
+ </ul>
401
+ </div>
402
+ <div>
403
+ <h3 class="text-lg font-bold mb-4">Legal</h3>
404
+ <ul class="space-y-2">
405
+ <li><a href="#" class="text-gray-300 hover:text-white">Termos de Uso</a></li>
406
+ <li><a href="#" class="text-gray-300 hover:text-white">Política de Privacidade</a></li>
407
+ <li><a href="#" class="text-gray-300 hover:text-white">Cookies</a></li>
408
+ <li><a href="#" class="text-gray-300 hover:text-white">Reembolsos</a></li>
409
+ </ul>
410
+ </div>
411
+ <div>
412
+ <h3 class="text-lg font-bold mb-4">Siga-nos</h3>
413
+ <div class="flex space-x-4">
414
+ <a href="#" class="text-gray-300 hover:text-white">
415
+ <i data-feather="facebook" class="w-5 h-5"></i>
416
+ </a>
417
+ <a href="#" class="text-gray-300 hover:text-white">
418
+ <i data-feather="twitter" class="w-5 h-5"></i>
419
+ </a>
420
+ <a href="#" class="text-gray-300 hover:text-white">
421
+ <i data-feather="instagram" class="w-5 h-5"></i>
422
+ </a>
423
+ <a href="#" class="text-gray-300 hover:text-white">
424
+ <i data-feather="linkedin" class="w-5 h-5"></i>
425
+ </a>
426
+ </div>
427
+ <div class="mt-4">
428
+ <p class="text-sm text-gray-400">
429
+ Baixe nosso aplicativo
430
+ </p>
431
+ <div class="flex space-x-2 mt-2">
432
+ <a href="#">
433
+ <img class="h-10" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Download_on_the_App_Store_Badge.svg/1200px-Download_on_the_App_Store_Badge.svg.png" alt="App Store">
434
+ </a>
435
+ <a href="#">
436
+ <img class="h-10" src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/78/Google_Play_Store_badge_EN.svg/1200px-Google_Play_Store_badge_EN.svg.png" alt="Google Play">
437
+ </a>
438
+ </div>
439
+ </div>
440
+ </div>
441
+ </div>
442
+ <div class="mt-12 border-t border-gray-700 pt-8">
443
+ <div class="md:flex md:items-center md:justify-between">
444
+ <div class="text-center md:text-left">
445
+ <p class="text-gray-400">
446
+ &copy; 2023 SkyPegasus. Todos os direitos reservados.
447
+ </p>
448
+ </div>
449
+ <div class="mt-4 md:mt-0">
450
+ <div class="flex items-center justify-center md:justify-end space-x-6">
451
+ <img class="h-8" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Flag_of_Europe.svg/1200px-Flag_of_Europe.svg.png" alt="Europa">
452
+ <img class="h-8" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/05/Flag_of_Brazil.svg/1200px-Flag_of_Brazil.svg.png" alt="Brasil">
453
+ <img class="h-8" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Flag_of_Israel.svg/1200px-Flag_of_Israel.svg.png" alt="Israel">
454
+ </div>
455
+ </div>
456
+ </div>
457
+ </div>
458
+ </div>
459
+ </footer>
460
+
461
+ <script>
462
+ // Initialize feather icons
463
+ feather.replace();
464
+ </script>
465
+ </body>
466
+ </html>