chenjunzhou commited on
Commit
fc5c726
·
verified ·
1 Parent(s): 22b1826

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +6 -4
  2. index.html +511 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Blockverse
3
- emoji: 🌍
4
- colorFrom: yellow
5
  colorTo: green
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: blockverse
3
+ emoji: 🐳
4
+ colorFrom: purple
5
  colorTo: green
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,511 @@
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="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>BlockVerse - Next-Gen Voxel Adventure</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ :root {
11
+ --primary: #4f46e5;
12
+ --secondary: #10b981;
13
+ --accent: #f59e0b;
14
+ --dark: #1e293b;
15
+ --darker: #0f172a;
16
+ }
17
+
18
+ body {
19
+ background-color: var(--darker);
20
+ color: white;
21
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
22
+ overflow-x: hidden;
23
+ }
24
+
25
+ .glow {
26
+ text-shadow: 0 0 10px rgba(79, 70, 229, 0.7);
27
+ }
28
+
29
+ .glow-box {
30
+ box-shadow: 0 0 15px rgba(79, 70, 229, 0.5);
31
+ }
32
+
33
+ .cylindrical-tree {
34
+ width: 80px;
35
+ height: 120px;
36
+ background: linear-gradient(to bottom, #3a5f0b, #2c4a08);
37
+ border-radius: 40px;
38
+ position: relative;
39
+ }
40
+
41
+ .cylindrical-tree::before {
42
+ content: '';
43
+ position: absolute;
44
+ top: -40px;
45
+ left: -20px;
46
+ width: 120px;
47
+ height: 80px;
48
+ background: linear-gradient(to bottom, #4a7c0b, #3a5f0b);
49
+ border-radius: 60px;
50
+ }
51
+
52
+ .pixel-art {
53
+ image-rendering: pixelated;
54
+ image-rendering: -moz-crisp-edges;
55
+ image-rendering: crisp-edges;
56
+ }
57
+
58
+ .block-hover {
59
+ transition: all 0.3s ease;
60
+ transform-style: preserve-3d;
61
+ }
62
+
63
+ .block-hover:hover {
64
+ transform: translateY(-5px) rotateX(5deg);
65
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
66
+ }
67
+
68
+ .parallax {
69
+ background-attachment: fixed;
70
+ background-position: center;
71
+ background-repeat: no-repeat;
72
+ background-size: cover;
73
+ }
74
+
75
+ @keyframes float {
76
+ 0% { transform: translateY(0px); }
77
+ 50% { transform: translateY(-10px); }
78
+ 100% { transform: translateY(0px); }
79
+ }
80
+
81
+ .floating {
82
+ animation: float 3s ease-in-out infinite;
83
+ }
84
+
85
+ .minecraft-btn {
86
+ background: linear-gradient(to bottom, #727272, #3a3a3a);
87
+ border: 2px solid #2d2d2d;
88
+ border-radius: 0;
89
+ color: white;
90
+ text-shadow: 2px 2px 0 #000;
91
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
92
+ transition: all 0.2s;
93
+ }
94
+
95
+ .minecraft-btn:hover {
96
+ background: linear-gradient(to bottom, #838383, #4a4a4a);
97
+ transform: translateY(-2px);
98
+ }
99
+
100
+ .voxel-character {
101
+ width: 100px;
102
+ height: 150px;
103
+ background: linear-gradient(to bottom, #4f46e5, #3730a3);
104
+ position: relative;
105
+ border-radius: 10px;
106
+ }
107
+
108
+ .voxel-character::before {
109
+ content: '';
110
+ position: absolute;
111
+ top: 20px;
112
+ left: 25px;
113
+ width: 50px;
114
+ height: 40px;
115
+ background: #f1f5f9;
116
+ border-radius: 10px;
117
+ }
118
+
119
+ .voxel-character::after {
120
+ content: '';
121
+ position: absolute;
122
+ top: 30px;
123
+ left: 35px;
124
+ width: 10px;
125
+ height: 10px;
126
+ background: #1e293b;
127
+ border-radius: 50%;
128
+ box-shadow: 20px 0 0 #1e293b;
129
+ }
130
+
131
+ .world-preview {
132
+ perspective: 1000px;
133
+ }
134
+
135
+ .world-container {
136
+ transform-style: preserve-3d;
137
+ transform: rotateX(20deg) rotateY(-20deg);
138
+ transition: transform 0.5s ease;
139
+ }
140
+
141
+ .world-container:hover {
142
+ transform: rotateX(25deg) rotateY(-25deg);
143
+ }
144
+
145
+ .block {
146
+ position: absolute;
147
+ width: 40px;
148
+ height: 40px;
149
+ background: linear-gradient(135deg, #3b82f6, #1d4ed8);
150
+ border: 1px solid #1e40af;
151
+ box-sizing: border-box;
152
+ }
153
+ </style>
154
+ </head>
155
+ <body>
156
+ <!-- Navigation -->
157
+ <nav class="bg-gray-900/80 backdrop-blur-md fixed w-full z-50 border-b border-gray-800">
158
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
159
+ <div class="flex items-center justify-between h-16">
160
+ <div class="flex items-center">
161
+ <div class="flex-shrink-0">
162
+ <span class="text-2xl font-bold glow text-indigo-400">BLOCK<span class="text-emerald-400">VERSE</span></span>
163
+ </div>
164
+ <div class="hidden md:block">
165
+ <div class="ml-10 flex items-baseline space-x-4">
166
+ <a href="#" class="text-white px-3 py-2 rounded-md text-sm font-medium bg-indigo-900/50">Home</a>
167
+ <a href="#" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Explore</a>
168
+ <a href="#" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Create</a>
169
+ <a href="#" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Community</a>
170
+ <a href="#" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Shop</a>
171
+ </div>
172
+ </div>
173
+ </div>
174
+ <div class="hidden md:block">
175
+ <div class="ml-4 flex items-center md:ml-6">
176
+ <button class="minecraft-btn px-4 py-2 mr-4">
177
+ <i class="fas fa-download mr-2"></i> Download
178
+ </button>
179
+ <button class="bg-indigo-600 hover:bg-indigo-700 px-4 py-2 rounded-md text-sm font-medium">
180
+ Sign In
181
+ </button>
182
+ </div>
183
+ </div>
184
+ <div class="-mr-2 flex md:hidden">
185
+ <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none">
186
+ <span class="sr-only">Open main menu</span>
187
+ <i class="fas fa-bars"></i>
188
+ </button>
189
+ </div>
190
+ </div>
191
+ </div>
192
+ </nav>
193
+
194
+ <!-- Hero Section -->
195
+ <section class="relative h-screen flex items-center justify-center overflow-hidden">
196
+ <div class="absolute inset-0 bg-gradient-to-b from-indigo-900/20 to-gray-900 z-10"></div>
197
+ <div class="absolute inset-0 parallax" style="background-image: url('https://images.unsplash.com/photo-1607513746994-51f730a44832?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');"></div>
198
+
199
+ <div class="relative z-20 text-center px-4">
200
+ <h1 class="text-5xl md:text-7xl font-bold mb-6 glow">
201
+ <span class="text-indigo-400">BUILD</span>
202
+ <span class="text-white">YOUR</span>
203
+ <span class="text-emerald-400">DREAM</span>
204
+ <span class="text-amber-400">WORLD</span>
205
+ </h1>
206
+ <p class="text-xl md:text-2xl text-gray-300 mb-10 max-w-3xl mx-auto">
207
+ Experience the ultimate voxel adventure with infinite possibilities. Craft, explore, and survive in a dynamically generated universe.
208
+ </p>
209
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
210
+ <button class="minecraft-btn px-8 py-4 text-lg font-bold flex items-center justify-center">
211
+ <i class="fas fa-play mr-3"></i> PLAY NOW
212
+ </button>
213
+ <button class="bg-gray-800 hover:bg-gray-700 px-8 py-4 text-lg font-bold border border-gray-700 flex items-center justify-center">
214
+ <i class="fas fa-book mr-3"></i> LEARN MORE
215
+ </button>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Floating elements -->
220
+ <div class="absolute bottom-20 left-10 floating">
221
+ <div class="cylindrical-tree"></div>
222
+ </div>
223
+ <div class="absolute top-1/4 right-20 floating" style="animation-delay: 0.5s;">
224
+ <div class="cylindrical-tree" style="width: 60px; height: 90px;"></div>
225
+ </div>
226
+ <div class="absolute bottom-1/3 right-1/4 floating" style="animation-delay: 1s;">
227
+ <div class="voxel-character"></div>
228
+ </div>
229
+ </section>
230
+
231
+ <!-- Features Section -->
232
+ <section class="py-20 bg-gradient-to-b from-gray-900 to-gray-800">
233
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
234
+ <div class="text-center mb-16">
235
+ <h2 class="text-4xl font-bold mb-4 text-white">ENDLESS POSSIBILITIES</h2>
236
+ <p class="text-xl text-gray-400 max-w-3xl mx-auto">
237
+ BlockVerse combines the best of creativity, adventure, and survival in a stunning voxel universe.
238
+ </p>
239
+ </div>
240
+
241
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
242
+ <!-- Feature 1 -->
243
+ <div class="bg-gray-800/50 p-8 rounded-xl glow-box border border-gray-700 block-hover">
244
+ <div class="text-indigo-400 text-4xl mb-4">
245
+ <i class="fas fa-cubes"></i>
246
+ </div>
247
+ <h3 class="text-2xl font-bold mb-3 text-white">Infinite Worlds</h3>
248
+ <p class="text-gray-400">
249
+ Explore procedurally generated worlds with unique biomes, from lush forests to scorching deserts and frozen tundras.
250
+ </p>
251
+ </div>
252
+
253
+ <!-- Feature 2 -->
254
+ <div class="bg-gray-800/50 p-8 rounded-xl glow-box border border-gray-700 block-hover">
255
+ <div class="text-emerald-400 text-4xl mb-4">
256
+ <i class="fas fa-hammer"></i>
257
+ </div>
258
+ <h3 class="text-2xl font-bold mb-3 text-white">Creative Building</h3>
259
+ <p class="text-gray-400">
260
+ Craft anything you can imagine with our intuitive building system and hundreds of unique blocks and items.
261
+ </p>
262
+ </div>
263
+
264
+ <!-- Feature 3 -->
265
+ <div class="bg-gray-800/50 p-8 rounded-xl glow-box border border-gray-700 block-hover">
266
+ <div class="text-amber-400 text-4xl mb-4">
267
+ <i class="fas fa-users"></i>
268
+ </div>
269
+ <h3 class="text-2xl font-bold mb-3 text-white">Multiplayer Fun</h3>
270
+ <p class="text-gray-400">
271
+ Join friends or meet new players in massive online worlds. Collaborate or compete in exciting game modes.
272
+ </p>
273
+ </div>
274
+ </div>
275
+ </div>
276
+ </section>
277
+
278
+ <!-- World Preview Section -->
279
+ <section class="py-20 bg-gray-900 relative overflow-hidden">
280
+ <div class="absolute inset-0 opacity-20">
281
+ <div class="absolute top-0 left-0 w-32 h-32 bg-indigo-500 rounded-full filter blur-3xl"></div>
282
+ <div class="absolute bottom-0 right-0 w-32 h-32 bg-emerald-500 rounded-full filter blur-3xl"></div>
283
+ </div>
284
+
285
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative">
286
+ <div class="flex flex-col lg:flex-row items-center gap-12">
287
+ <div class="lg:w-1/2 world-preview">
288
+ <div class="world-container mx-auto">
289
+ <!-- Simple 3D voxel representation -->
290
+ <div class="relative w-64 h-64 mx-auto">
291
+ <!-- Ground -->
292
+ <div class="block" style="transform: translate3d(80px, 160px, 0px) scale3d(1, 0.2, 3); background: linear-gradient(135deg, #10b981, #059669);"></div>
293
+
294
+ <!-- Trees -->
295
+ <div class="block" style="transform: translate3d(100px, 120px, 40px) scale3d(0.5, 1, 0.5); background: linear-gradient(135deg, #3a5f0b, #2c4a08);"></div>
296
+ <div class="block" style="transform: translate3d(140px, 100px, 80px) scale3d(0.5, 1.5, 0.5); background: linear-gradient(135deg, #3a5f0b, #2c4a08);"></div>
297
+
298
+ <!-- House -->
299
+ <div class="block" style="transform: translate3d(40px, 80px, 40px) scale3d(2, 1.5, 2); background: linear-gradient(135deg, #b45309, #92400e);"></div>
300
+ <div class="block" style="transform: translate3d(60px, 40px, 60px) scale3d(1, 1, 1); background: linear-gradient(135deg, #3b82f6, #1d4ed8);"></div>
301
+
302
+ <!-- Mountains -->
303
+ <div class="block" style="transform: translate3d(180px, 60px, 120px) scale3d(3, 2, 3); background: linear-gradient(135deg, #6b7280, #4b5563);"></div>
304
+ </div>
305
+ </div>
306
+ </div>
307
+
308
+ <div class="lg:w-1/2">
309
+ <h2 class="text-4xl font-bold mb-6 text-white">A WORLD THAT NEVER ENDS</h2>
310
+ <p class="text-xl text-gray-400 mb-8">
311
+ BlockVerse's advanced world generation creates stunning landscapes that stretch infinitely in all directions.
312
+ Every biome is carefully crafted with our unique cylindrical tree design and realistic terrain features.
313
+ </p>
314
+
315
+ <div class="space-y-6">
316
+ <div class="flex items-start">
317
+ <div class="flex-shrink-0 mt-1">
318
+ <div class="flex items-center justify-center h-8 w-8 rounded-full bg-indigo-500 text-white">
319
+ <i class="fas fa-check"></i>
320
+ </div>
321
+ </div>
322
+ <div class="ml-4">
323
+ <h3 class="text-lg font-medium text-white">Dynamic Weather System</h3>
324
+ <p class="text-gray-400">
325
+ Experience realistic rain, snow, and storms that affect gameplay and visuals.
326
+ </p>
327
+ </div>
328
+ </div>
329
+
330
+ <div class="flex items-start">
331
+ <div class="flex-shrink-0 mt-1">
332
+ <div class="flex items-center justify-center h-8 w-8 rounded-full bg-emerald-500 text-white">
333
+ <i class="fas fa-check"></i>
334
+ </div>
335
+ </div>
336
+ <div class="ml-4">
337
+ <h3 class="text-lg font-medium text-white">Day/Night Cycle</h3>
338
+ <p class="text-gray-400">
339
+ Watch beautiful sunsets and prepare for dangerous nights when monsters emerge.
340
+ </p>
341
+ </div>
342
+ </div>
343
+
344
+ <div class="flex items-start">
345
+ <div class="flex-shrink-0 mt-1">
346
+ <div class="flex items-center justify-center h-8 w-8 rounded-full bg-amber-500 text-white">
347
+ <i class="fas fa-check"></i>
348
+ </div>
349
+ </div>
350
+ <div class="ml-4">
351
+ <h3 class="text-lg font-medium text-white">Unique Creatures</h3>
352
+ <p class="text-gray-400">
353
+ Encounter dozens of creatures, from friendly animals to terrifying monsters.
354
+ </p>
355
+ </div>
356
+ </div>
357
+ </div>
358
+ </div>
359
+ </div>
360
+ </div>
361
+ </section>
362
+
363
+ <!-- Game Modes Section -->
364
+ <section class="py-20 bg-gradient-to-b from-gray-800 to-gray-900">
365
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
366
+ <div class="text-center mb-16">
367
+ <h2 class="text-4xl font-bold mb-4 text-white">MULTIPLE WAYS TO PLAY</h2>
368
+ <p class="text-xl text-gray-400 max-w-3xl mx-auto">
369
+ Whether you're a creative builder or a hardcore survivalist, BlockVerse has a mode for you.
370
+ </p>
371
+ </div>
372
+
373
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
374
+ <!-- Mode 1 -->
375
+ <div class="bg-gray-800/50 rounded-xl overflow-hidden border border-gray-700 block-hover">
376
+ <div class="h-48 bg-indigo-900/30 flex items-center justify-center">
377
+ <i class="fas fa-home text-6xl text-indigo-400"></i>
378
+ </div>
379
+ <div class="p-6">
380
+ <h3 class="text-xl font-bold mb-2 text-white">Creative</h3>
381
+ <p class="text-gray-400 mb-4">
382
+ Unlimited resources and flight let you build anything without limits.
383
+ </p>
384
+ <button class="minecraft-btn w-full py-2">
385
+ Learn More
386
+ </button>
387
+ </div>
388
+ </div>
389
+
390
+ <!-- Mode 2 -->
391
+ <div class="bg-gray-800/50 rounded-xl overflow-hidden border border-gray-700 block-hover">
392
+ <div class="h-48 bg-emerald-900/30 flex items-center justify-center">
393
+ <i class="fas fa-fire text-6xl text-emerald-400"></i>
394
+ </div>
395
+ <div class="p-6">
396
+ <h3 class="text-xl font-bold mb-2 text-white">Survival</h3>
397
+ <p class="text-gray-400 mb-4">
398
+ Gather resources, craft tools, and survive against monsters and hunger.
399
+ </p>
400
+ <button class="minecraft-btn w-full py-2">
401
+ Learn More
402
+ </button>
403
+ </div>
404
+ </div>
405
+
406
+ <!-- Mode 3 -->
407
+ <div class="bg-gray-800/50 rounded-xl overflow-hidden border border-gray-700 block-hover">
408
+ <div class="h-48 bg-amber-900/30 flex items-center justify-center">
409
+ <i class="fas fa-trophy text-6xl text-amber-400"></i>
410
+ </div>
411
+ <div class="p-6">
412
+ <h3 class="text-xl font-bold mb-2 text-white">Adventure</h3>
413
+ <p class="text-gray-400 mb-4">
414
+ Play custom maps with unique stories, puzzles, and challenges.
415
+ </p>
416
+ <button class="minecraft-btn w-full py-2">
417
+ Learn More
418
+ </button>
419
+ </div>
420
+ </div>
421
+
422
+ <!-- Mode 4 -->
423
+ <div class="bg-gray-800/50 rounded-xl overflow-hidden border border-gray-700 block-hover">
424
+ <div class="h-48 bg-purple-900/30 flex items-center justify-center">
425
+ <i class="fas fa-users text-6xl text-purple-400"></i>
426
+ </div>
427
+ <div class="p-6">
428
+ <h3 class="text-xl font-bold mb-2 text-white">Multiplayer</h3>
429
+ <p class="text-gray-400 mb-4">
430
+ Join servers with thousands of players for mini-games and collaborations.
431
+ </p>
432
+ <button class="minecraft-btn w-full py-2">
433
+ Learn More
434
+ </button>
435
+ </div>
436
+ </div>
437
+ </div>
438
+ </div>
439
+ </section>
440
+
441
+ <!-- CTA Section -->
442
+ <section class="py-20 bg-gradient-to-r from-indigo-900 to-purple-900 relative overflow-hidden">
443
+ <div class="absolute inset-0 opacity-20">
444
+ <div class="absolute top-0 left-0 w-64 h-64 bg-white rounded-full filter blur-3xl"></div>
445
+ <div class="absolute bottom-0 right-0 w-64 h-64 bg-emerald-400 rounded-full filter blur-3xl"></div>
446
+ </div>
447
+
448
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative text-center">
449
+ <h2 class="text-4xl md:text-5xl font-bold mb-6 text-white glow">READY TO BEGIN YOUR ADVENTURE?</h2>
450
+ <p class="text-xl text-gray-300 mb-10 max-w-3xl mx-auto">
451
+ Join millions of players worldwide in the ultimate voxel experience. Available on PC, consoles, and mobile devices.
452
+ </p>
453
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
454
+ <button class="minecraft-btn px-8 py-4 text-lg font-bold flex items-center justify-center bg-white text-gray-900">
455
+ <i class="fas fa-download mr-3"></i> DOWNLOAD NOW
456
+ </button>
457
+ <button class="bg-transparent border-2 border-white hover:bg-white/10 px-8 py-4 text-lg font-bold text-white flex items-center justify-center">
458
+ <i class="fas fa-play-circle mr-3"></i> WATCH TRAILER
459
+ </button>
460
+ </div>
461
+
462
+ <div class="mt-12 flex flex-wrap justify-center gap-6">
463
+ <div class="bg-black/30 px-6 py-3 rounded-lg border border-gray-700 flex items-center">
464
+ <i class="fab fa-windows text-2xl mr-3 text-blue-400"></i>
465
+ <span>Windows</span>
466
+ </div>
467
+ <div class="bg-black/30 px-6 py-3 rounded-lg border border-gray-700 flex items-center">
468
+ <i class="fab fa-apple text-2xl mr-3 text-gray-300"></i>
469
+ <span>macOS</span>
470
+ </div>
471
+ <div class="bg-black/30 px-6 py-3 rounded-lg border border-gray-700 flex items-center">
472
+ <i class="fab fa-linux text-2xl mr-3 text-amber-400"></i>
473
+ <span>Linux</span>
474
+ </div>
475
+ <div class="bg-black/30 px-6 py-3 rounded-lg border border-gray-700 flex items-center">
476
+ <i class="fab fa-playstation text-2xl mr-3 text-blue-500"></i>
477
+ <span>PlayStation</span>
478
+ </div>
479
+ <div class="bg-black/30 px-6 py-3 rounded-lg border border-gray-700 flex items-center">
480
+ <i class="fab fa-xbox text-2xl mr-3 text-green-500"></i>
481
+ <span>Xbox</span>
482
+ </div>
483
+ <div class="bg-black/30 px-6 py-3 rounded-lg border border-gray-700 flex items-center">
484
+ <i class="fas fa-mobile-alt text-2xl mr-3 text-purple-400"></i>
485
+ <span>iOS & Android</span>
486
+ </div>
487
+ </div>
488
+ </div>
489
+ </section>
490
+
491
+ <!-- Footer -->
492
+ <footer class="bg-gray-900 border-t border-gray-800">
493
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
494
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8">
495
+ <div>
496
+ <h3 class="text-lg font-semibold text-white mb-4">BlockVerse</h3>
497
+ <ul class="space-y-2">
498
+ <li><a href="#" class="text-gray-400 hover:text-white">About Us</a></li>
499
+ <li><a href="#" class="text-gray-400 hover:text-white">Careers</a></li>
500
+ <li><a href="#" class="text-gray-400 hover:text-white">News</a></li>
501
+ <li><a href="#" class="text-gray-400 hover:text-white">Contact</a></li>
502
+ </ul>
503
+ </div>
504
+
505
+ <div>
506
+ <h3 class="text-lg font-semibold text-white mb-4">Resources</h3>
507
+ <ul class="space-y-2">
508
+ <li><a href="#" class="text-gray-400 hover:text-white">Help Center</a></li>
509
+ <li><a href="#" class="text-gray-400 hover:text-white">Community</a></li>
510
+ <li><a href="#" class="text-gray-400 hover:text-white">Tutorials</a
511
+ </html>