gokul9 commited on
Commit
7e84e17
·
verified ·
1 Parent(s): f92ed18

loading for long time - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +6 -4
  2. index.html +568 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Deepseek V3 React 19 Dont Works
3
- emoji: 🔥
4
- colorFrom: indigo
5
  colorTo: red
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: deepseek-v3-react-19-dont-works
3
+ emoji: 🐳
4
+ colorFrom: yellow
5
  colorTo: red
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,568 @@
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>Nexus - Modern React Website</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <script src="https://unpkg.com/[email protected]/umd/react.development.js"></script>
9
+ <script src="https://unpkg.com/[email protected]/umd/react-dom.development.js"></script>
10
+ <script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
11
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
12
+ <style>
13
+ @keyframes float {
14
+ 0%, 100% { transform: translateY(0); }
15
+ 50% { transform: translateY(-20px); }
16
+ }
17
+ .floating {
18
+ animation: float 6s ease-in-out infinite;
19
+ }
20
+ .gradient-text {
21
+ background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
22
+ -webkit-background-clip: text;
23
+ background-clip: text;
24
+ color: transparent;
25
+ }
26
+ .card-hover {
27
+ transition: all 0.3s ease;
28
+ }
29
+ .card-hover:hover {
30
+ transform: translateY(-10px);
31
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
32
+ }
33
+ .bg-glass {
34
+ background: rgba(255, 255, 255, 0.1);
35
+ backdrop-filter: blur(10px);
36
+ -webkit-backdrop-filter: blur(10px);
37
+ border: 1px solid rgba(255, 255, 255, 0.2);
38
+ }
39
+ </style>
40
+ </head>
41
+ <body class="bg-gray-900 text-white">
42
+ <div id="root">
43
+ <div class="flex items-center justify-center h-screen bg-gray-900">
44
+ <div class="text-center">
45
+ <div class="text-2xl text-white mb-4">Loading Nexus...</div>
46
+ <div class="w-12 h-12 border-4 border-indigo-500 border-t-transparent rounded-full animate-spin mx-auto"></div>
47
+ </div>
48
+ </div>
49
+ </div>
50
+
51
+ <script type="text/babel" data-presets="react">
52
+ const { useState, useEffect } = React;
53
+
54
+ const App = () => {
55
+ const [activeTab, setActiveTab] = useState('home');
56
+ const [isMenuOpen, setIsMenuOpen] = useState(false);
57
+ const [scrollY, setScrollY] = useState(0);
58
+
59
+ useEffect(() => {
60
+ const handleScroll = () => {
61
+ setScrollY(window.scrollY);
62
+ };
63
+ window.addEventListener('scroll', handleScroll);
64
+ return () => window.removeEventListener('scroll', handleScroll);
65
+ }, []);
66
+
67
+ const navItems = [
68
+ { id: 'home', label: 'Home' },
69
+ { id: 'features', label: 'Features' },
70
+ { id: 'pricing', label: 'Pricing' },
71
+ { id: 'testimonials', label: 'Testimonials' },
72
+ { id: 'contact', label: 'Contact' }
73
+ ];
74
+
75
+ const features = [
76
+ {
77
+ icon: 'rocket',
78
+ title: 'Lightning Fast',
79
+ description: 'Optimized for performance with React 19 and modern tooling.'
80
+ },
81
+ {
82
+ icon: 'palette',
83
+ title: 'Beautiful UI',
84
+ description: 'Stunning designs with Tailwind CSS and custom animations.'
85
+ },
86
+ {
87
+ icon: 'mobile',
88
+ title: 'Fully Responsive',
89
+ description: 'Looks perfect on all devices from mobile to desktop.'
90
+ },
91
+ {
92
+ icon: 'lock',
93
+ title: 'Secure',
94
+ description: 'Built with security best practices in mind.'
95
+ }
96
+ ];
97
+
98
+ const testimonials = [
99
+ {
100
+ name: 'Sarah Johnson',
101
+ role: 'Product Manager',
102
+ quote: 'This platform transformed our workflow. The performance is unmatched!',
103
+ avatar: 'https://randomuser.me/api/portraits/women/44.jpg'
104
+ },
105
+ {
106
+ name: 'Michael Chen',
107
+ role: 'CTO',
108
+ quote: 'The clean codebase and modern architecture saved us months of development.',
109
+ avatar: 'https://randomuser.me/api/portraits/men/32.jpg'
110
+ },
111
+ {
112
+ name: 'Emma Williams',
113
+ role: 'UX Designer',
114
+ quote: 'Finally a template that actually looks good and works perfectly on all devices.',
115
+ avatar: 'https://randomuser.me/api/portraits/women/68.jpg'
116
+ }
117
+ ];
118
+
119
+ const pricingPlans = [
120
+ {
121
+ name: 'Starter',
122
+ price: '$19',
123
+ period: '/month',
124
+ features: ['Basic features', 'Email support', 'Limited access', 'Community forum'],
125
+ cta: 'Get Started',
126
+ popular: false
127
+ },
128
+ {
129
+ name: 'Professional',
130
+ price: '$49',
131
+ period: '/month',
132
+ features: ['All starter features', 'Priority support', 'Full access', 'API access'],
133
+ cta: 'Get Professional',
134
+ popular: true
135
+ },
136
+ {
137
+ name: 'Enterprise',
138
+ price: '$99',
139
+ period: '/month',
140
+ features: ['All professional features', '24/7 support', 'Dedicated account manager', 'Custom solutions'],
141
+ cta: 'Contact Sales',
142
+ popular: false
143
+ }
144
+ ];
145
+
146
+ return (
147
+ <div className="min-h-screen">
148
+ {/* Navigation */}
149
+ <header className={`fixed w-full z-50 transition-all duration-300 ${scrollY > 50 ? 'bg-gray-900/90 py-2 shadow-lg' : 'bg-transparent py-4'}`}>
150
+ <div className="container mx-auto px-6">
151
+ <div className="flex justify-between items-center">
152
+ <div className="flex items-center">
153
+ <div className="text-2xl font-bold gradient-text">Nexus</div>
154
+ </div>
155
+
156
+ {/* Desktop Navigation */}
157
+ <nav className="hidden md:flex space-x-8">
158
+ {navItems.map(item => (
159
+ <button
160
+ key={item.id}
161
+ onClick={() => setActiveTab(item.id)}
162
+ className={`px-3 py-2 rounded-md text-sm font-medium transition-colors ${activeTab === item.id ? 'bg-indigo-600 text-white' : 'text-gray-300 hover:text-white hover:bg-gray-700'}`}
163
+ >
164
+ {item.label}
165
+ </button>
166
+ ))}
167
+ </nav>
168
+
169
+ <div className="hidden md:block">
170
+ <button className="bg-gradient-to-r from-indigo-500 to-purple-600 px-6 py-2 rounded-full text-white font-medium hover:opacity-90 transition-opacity">
171
+ Get Started
172
+ </button>
173
+ </div>
174
+
175
+ {/* Mobile menu button */}
176
+ <div className="md:hidden">
177
+ <button
178
+ onClick={() => setIsMenuOpen(!isMenuOpen)}
179
+ className="text-gray-300 hover:text-white focus:outline-none"
180
+ >
181
+ <i className={`fas ${isMenuOpen ? 'fa-times' : 'fa-bars'} text-2xl`}></i>
182
+ </button>
183
+ </div>
184
+ </div>
185
+
186
+ {/* Mobile Navigation */}
187
+ {isMenuOpen && (
188
+ <div className="md:hidden mt-4 pb-4">
189
+ <div className="flex flex-col space-y-2">
190
+ {navItems.map(item => (
191
+ <button
192
+ key={item.id}
193
+ onClick={() => {
194
+ setActiveTab(item.id);
195
+ setIsMenuOpen(false);
196
+ }}
197
+ className={`px-3 py-2 rounded-md text-left text-sm font-medium ${activeTab === item.id ? 'bg-indigo-600 text-white' : 'text-gray-300 hover:text-white hover:bg-gray-700'}`}
198
+ >
199
+ {item.label}
200
+ </button>
201
+ ))}
202
+ <button className="bg-gradient-to-r from-indigo-500 to-purple-600 px-4 py-2 rounded-full text-white font-medium mt-2">
203
+ Get Started
204
+ </button>
205
+ </div>
206
+ </div>
207
+ )}
208
+ </div>
209
+ </header>
210
+
211
+ {/* Hero Section */}
212
+ <section id="home" className="pt-32 pb-20 px-6">
213
+ <div className="container mx-auto">
214
+ <div className="flex flex-col lg:flex-row items-center">
215
+ <div className="lg:w-1/2 mb-12 lg:mb-0">
216
+ <h1 className="text-4xl md:text-6xl font-bold mb-6 leading-tight">
217
+ Build <span className="gradient-text">amazing</span> digital experiences
218
+ </h1>
219
+ <p className="text-xl text-gray-300 mb-8 max-w-lg">
220
+ Nexus combines the power of React 19 with beautiful Tailwind CSS to help you create stunning websites in record time.
221
+ </p>
222
+ <div className="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
223
+ <button className="bg-gradient-to-r from-indigo-500 to-purple-600 px-8 py-4 rounded-full text-white font-medium hover:opacity-90 transition-opacity shadow-lg">
224
+ Get Started for Free
225
+ </button>
226
+ <button className="bg-gray-800 px-8 py-4 rounded-full text-white font-medium hover:bg-gray-700 transition-colors border border-gray-700">
227
+ <i className="fas fa-play mr-2"></i> Watch Demo
228
+ </button>
229
+ </div>
230
+ <div className="mt-8 flex items-center space-x-4">
231
+ <div className="flex -space-x-2">
232
+ <img className="w-10 h-10 rounded-full border-2 border-gray-800" src="https://randomuser.me/api/portraits/women/12.jpg" alt="User" />
233
+ <img className="w-10 h-10 rounded-full border-2 border-gray-800" src="https://randomuser.me/api/portraits/men/15.jpg" alt="User" />
234
+ <img className="w-10 h-10 rounded-full border-2 border-gray-800" src="https://randomuser.me/api/portraits/women/33.jpg" alt="User" />
235
+ </div>
236
+ <div className="text-gray-400">
237
+ Trusted by <span className="text-white font-medium">10,000+</span> developers
238
+ </div>
239
+ </div>
240
+ </div>
241
+ <div className="lg:w-1/2 relative">
242
+ <div className="relative floating">
243
+ <div className="absolute -top-10 -left-10 w-32 h-32 bg-purple-600 rounded-full filter blur-3xl opacity-20"></div>
244
+ <div className="absolute -bottom-10 -right-10 w-32 h-32 bg-indigo-600 rounded-full filter blur-3xl opacity-20"></div>
245
+ <div className="bg-glass p-6 rounded-3xl shadow-2xl border border-gray-700 overflow-hidden">
246
+ <div className="bg-gray-800 rounded-2xl p-4">
247
+ <div className="flex space-x-2 mb-4">
248
+ <div className="w-3 h-3 rounded-full bg-red-500"></div>
249
+ <div className="w-3 h-3 rounded-full bg-yellow-500"></div>
250
+ <div className="w-3 h-3 rounded-full bg-green-500"></div>
251
+ </div>
252
+ <div className="bg-gray-900 rounded-lg p-4 font-mono text-sm overflow-x-auto">
253
+ <code className="text-green-400">import</code> <code className="text-white">React</code> <code className="text-green-400">from</code> <code className="text-yellow-300">'react'</code><br/>
254
+ <code className="text-green-400">import</code> <code className="text-white">{`{ Home }`}</code> <code className="text-green-400">from</code> <code className="text-yellow-300">'./pages'</code><br/><br/>
255
+ <code className="text-blue-400">function</code> <code className="text-white">App() {`{`}</code><br/>
256
+ <code className="text-white ml-4"> </code><code className="text-purple-400">return</code> <code className="text-white">(</code><br/>
257
+ <code className="text-white ml-8"> </code><code className="text-gray-500">{`{/* Your amazing UI */}`}</code><br/>
258
+ <code className="text-white ml-8"> </code><code className="text-yellow-300">&lt;Home</code> <code className="text-blue-400">/&gt;</code><br/>
259
+ <code className="text-white ml-4"> </code><code className="text-white">)</code><br/>
260
+ <code className="text-white">}</code><br/><br/>
261
+ <code className="text-green-400">export</code> <code className="text-purple-400">default</code> <code className="text-white">App</code>
262
+ </div>
263
+ </div>
264
+ </div>
265
+ </div>
266
+ </div>
267
+ </div>
268
+ </div>
269
+ </section>
270
+
271
+ {/* Features Section */}
272
+ <section id="features" className="py-20 bg-gray-800/50">
273
+ <div className="container mx-auto px-6">
274
+ <div className="text-center mb-16">
275
+ <h2 className="text-3xl md:text-4xl font-bold mb-4">Powerful Features</h2>
276
+ <p className="text-xl text-gray-400 max-w-2xl mx-auto">
277
+ Everything you need to build modern, beautiful, and high-performance web applications.
278
+ </p>
279
+ </div>
280
+
281
+ <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
282
+ {features.map((feature, index) => (
283
+ <div key={index} className="bg-gray-800 rounded-xl p-8 card-hover">
284
+ <div className="w-14 h-14 bg-indigo-600/20 rounded-lg flex items-center justify-center mb-6">
285
+ <i className={`fas fa-${feature.icon} text-2xl text-indigo-400`}></i>
286
+ </div>
287
+ <h3 className="text-xl font-bold mb-3">{feature.title}</h3>
288
+ <p className="text-gray-400">{feature.description}</p>
289
+ </div>
290
+ ))}
291
+ </div>
292
+
293
+ <div className="mt-20 bg-gradient-to-r from-indigo-600/20 to-purple-600/20 rounded-2xl p-8 md:p-12">
294
+ <div className="flex flex-col lg:flex-row items-center">
295
+ <div className="lg:w-1/2 mb-8 lg:mb-0">
296
+ <h3 className="text-2xl md:text-3xl font-bold mb-4">Ready to get started?</h3>
297
+ <p className="text-gray-300 mb-6">
298
+ Join thousands of developers who are already building amazing things with Nexus.
299
+ </p>
300
+ <button className="bg-white text-gray-900 px-8 py-3 rounded-full font-medium hover:bg-gray-200 transition-colors">
301
+ Get Started Now
302
+ </button>
303
+ </div>
304
+ <div className="lg:w-1/2 flex justify-center">
305
+ <div className="relative">
306
+ <div className="absolute -top-6 -left-6 w-24 h-24 bg-purple-600 rounded-full filter blur-xl opacity-20"></div>
307
+ <div className="absolute -bottom-6 -right-6 w-24 h-24 bg-indigo-600 rounded-full filter blur-xl opacity-20"></div>
308
+ <div className="bg-gray-900 p-4 rounded-xl border border-gray-700">
309
+ <div className="flex items-center space-x-3 mb-4">
310
+ <div className="w-10 h-10 rounded-full bg-indigo-600 flex items-center justify-center">
311
+ <i className="fas fa-code text-white"></i>
312
+ </div>
313
+ <div>
314
+ <div className="font-medium">React 19 Components</div>
315
+ <div className="text-xs text-gray-500">Latest version</div>
316
+ </div>
317
+ </div>
318
+ <div className="bg-gray-800 rounded-lg p-4 text-sm">
319
+ <div className="flex justify-between text-gray-500 mb-2">
320
+ <span>Progress</span>
321
+ <span>85%</span>
322
+ </div>
323
+ <div className="w-full bg-gray-700 rounded-full h-2">
324
+ <div className="bg-gradient-to-r from-indigo-500 to-purple-600 h-2 rounded-full" style={{width: '85%'}}></div>
325
+ </div>
326
+ </div>
327
+ </div>
328
+ </div>
329
+ </div>
330
+ </div>
331
+ </div>
332
+ </div>
333
+ </section>
334
+
335
+ {/* Pricing Section */}
336
+ <section id="pricing" className="py-20">
337
+ <div className="container mx-auto px-6">
338
+ <div className="text-center mb-16">
339
+ <h2 className="text-3xl md:text-4xl font-bold mb-4">Simple, Transparent Pricing</h2>
340
+ <p className="text-xl text-gray-400 max-w-2xl mx-auto">
341
+ Choose the plan that fits your needs. No hidden fees, cancel anytime.
342
+ </p>
343
+ </div>
344
+
345
+ <div className="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto">
346
+ {pricingPlans.map((plan, index) => (
347
+ <div key={index} className={`relative rounded-2xl overflow-hidden ${plan.popular ? 'ring-2 ring-purple-500' : 'border border-gray-800'}`}>
348
+ {plan.popular && (
349
+ <div className="absolute top-0 right-0 bg-purple-600 text-white text-xs font-bold px-3 py-1 rounded-bl-lg">
350
+ POPULAR
351
+ </div>
352
+ )}
353
+ <div className="p-8 bg-gray-800">
354
+ <h3 className="text-xl font-bold mb-2">{plan.name}</h3>
355
+ <div className="mb-6">
356
+ <span className="text-4xl font-bold">{plan.price}</span>
357
+ <span className="text-gray-400">{plan.period}</span>
358
+ </div>
359
+ <ul className="space-y-3 mb-8">
360
+ {plan.features.map((feature, i) => (
361
+ <li key={i} className="flex items-center">
362
+ <i className="fas fa-check text-green-500 mr-3"></i>
363
+ <span>{feature}</span>
364
+ </li>
365
+ ))}
366
+ </ul>
367
+ <button className={`w-full py-3 rounded-lg font-medium ${plan.popular ? 'bg-gradient-to-r from-purple-600 to-indigo-600 text-white' : 'bg-gray-700 hover:bg-gray-600 text-white'}`}>
368
+ {plan.cta}
369
+ </button>
370
+ </div>
371
+ </div>
372
+ ))}
373
+ </div>
374
+
375
+ <div className="mt-12 text-center text-gray-400">
376
+ Need something custom? <a href="#contact" className="text-indigo-400 hover:underline">Contact our sales team</a>
377
+ </div>
378
+ </div>
379
+ </section>
380
+
381
+ {/* Testimonials Section */}
382
+ <section id="testimonials" className="py-20 bg-gray-800/50">
383
+ <div className="container mx-auto px-6">
384
+ <div className="text-center mb-16">
385
+ <h2 className="text-3xl md:text-4xl font-bold mb-4">What Our Customers Say</h2>
386
+ <p className="text-xl text-gray-400 max-w-2xl mx-auto">
387
+ Don't just take our word for it. Here's what our users have to say.
388
+ </p>
389
+ </div>
390
+
391
+ <div className="grid grid-cols-1 md:grid-cols-3 gap-8">
392
+ {testimonials.map((testimonial, index) => (
393
+ <div key={index} className="bg-gray-800 rounded-xl p-8 card-hover">
394
+ <div className="flex items-center mb-6">
395
+ <img src={testimonial.avatar} alt={testimonial.name} className="w-12 h-12 rounded-full mr-4" />
396
+ <div>
397
+ <h4 className="font-bold">{testimonial.name}</h4>
398
+ <p className="text-gray-400 text-sm">{testimonial.role}</p>
399
+ </div>
400
+ </div>
401
+ <p className="text-gray-300 mb-6">"{testimonial.quote}"</p>
402
+ <div className="flex text-yellow-400">
403
+ <i className="fas fa-star"></i>
404
+ <i className="fas fa-star"></i>
405
+ <i className="fas fa-star"></i>
406
+ <i className="fas fa-star"></i>
407
+ <i className="fas fa-star"></i>
408
+ </div>
409
+ </div>
410
+ ))}
411
+ </div>
412
+ </div>
413
+ </section>
414
+
415
+ {/* Contact Section */}
416
+ <section id="contact" className="py-20">
417
+ <div className="container mx-auto px-6">
418
+ <div className="flex flex-col lg:flex-row">
419
+ <div className="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12">
420
+ <h2 className="text-3xl md:text-4xl font-bold mb-6">Get in Touch</h2>
421
+ <p className="text-xl text-gray-400 mb-8">
422
+ Have questions or want to learn more? Our team is here to help.
423
+ </p>
424
+ <div className="space-y-6">
425
+ <div className="flex items-center">
426
+ <div className="w-12 h-12 bg-indigo-600/20 rounded-lg flex items-center justify-center mr-4">
427
+ <i className="fas fa-envelope text-indigo-400"></i>
428
+ </div>
429
+ <div>
430
+ <div className="text-gray-400">Email us</div>
431
+ <div className="font-medium">[email protected]</div>
432
+ </div>
433
+ </div>
434
+ <div className="flex items-center">
435
+ <div className="w-12 h-12 bg-indigo-600/20 rounded-lg flex items-center justify-center mr-4">
436
+ <i className="fas fa-phone-alt text-indigo-400"></i>
437
+ </div>
438
+ <div>
439
+ <div className="text-gray-400">Call us</div>
440
+ <div className="font-medium">+1 (555) 123-4567</div>
441
+ </div>
442
+ </div>
443
+ <div className="flex items-center">
444
+ <div className="w-12 h-12 bg-indigo-600/20 rounded-lg flex items-center justify-center mr-4">
445
+ <i className="fas fa-map-marker-alt text-indigo-400"></i>
446
+ </div>
447
+ <div>
448
+ <div className="text-gray-400">Visit us</div>
449
+ <div className="font-medium">123 Tech Street, San Francisco</div>
450
+ </div>
451
+ </div>
452
+ </div>
453
+ <div className="mt-8 flex space-x-4">
454
+ <a href="#" className="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-gray-700">
455
+ <i className="fab fa-twitter"></i>
456
+ </a>
457
+ <a href="#" className="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-gray-700">
458
+ <i className="fab fa-github"></i>
459
+ </a>
460
+ <a href="#" className="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-gray-700">
461
+ <i className="fab fa-linkedin-in"></i>
462
+ </a>
463
+ <a href="#" className="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-gray-700">
464
+ <i className="fab fa-discord"></i>
465
+ </a>
466
+ </div>
467
+ </div>
468
+ <div className="lg:w-1/2">
469
+ <div className="bg-gray-800 rounded-xl p-8">
470
+ <h3 className="text-2xl font-bold mb-6">Send us a message</h3>
471
+ <form className="space-y-6">
472
+ <div>
473
+ <label htmlFor="name" className="block text-sm font-medium mb-2">Name</label>
474
+ <input type="text" id="name" className="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500 outline-none transition" placeholder="Your name" />
475
+ </div>
476
+ <div>
477
+ <label htmlFor="email" className="block text-sm font-medium mb-2">Email</label>
478
+ <input type="email" id="email" className="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500 outline-none transition" placeholder="[email protected]" />
479
+ </div>
480
+ <div>
481
+ <label htmlFor="subject" className="block text-sm font-medium mb-2">Subject</label>
482
+ <input type="text" id="subject" className="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500 outline-none transition" placeholder="How can we help?" />
483
+ </div>
484
+ <div>
485
+ <label htmlFor="message" className="block text-sm font-medium mb-2">Message</label>
486
+ <textarea id="message" rows="4" className="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500 outline-none transition" placeholder="Your message..."></textarea>
487
+ </div>
488
+ <button type="submit" className="w-full bg-gradient-to-r from-indigo-500 to-purple-600 px-6 py-3 rounded-lg text-white font-medium hover:opacity-90 transition-opacity">
489
+ Send Message
490
+ </button>
491
+ </form>
492
+ </div>
493
+ </div>
494
+ </div>
495
+ </div>
496
+ </section>
497
+
498
+ {/* Footer */}
499
+ <footer className="bg-gray-900 border-t border-gray-800 py-12">
500
+ <div className="container mx-auto px-6">
501
+ <div className="grid grid-cols-1 md:grid-cols-4 gap-8">
502
+ <div>
503
+ <div className="text-2xl font-bold gradient-text mb-4">Nexus</div>
504
+ <p className="text-gray-400 mb-4">
505
+ Build amazing digital experiences with React 19 and Tailwind CSS.
506
+ </p>
507
+ <div className="flex space-x-4">
508
+ <a href="#" className="text-gray-400 hover:text-white">
509
+ <i className="fab fa-twitter"></i>
510
+ </a>
511
+ <a href="#" className="text-gray-400 hover:text-white">
512
+ <i className="fab fa-github"></i>
513
+ </a>
514
+ <a href="#" className="text-gray-400 hover:text-white">
515
+ <i className="fab fa-linkedin-in"></i>
516
+ </a>
517
+ </div>
518
+ </div>
519
+ <div>
520
+ <h4 className="text-lg font-bold mb-4">Product</h4>
521
+ <ul className="space-y-2">
522
+ <li><a href="#" className="text-gray-400 hover:text-white">Features</a></li>
523
+ <li><a href="#" className="text-gray-400 hover:text-white">Pricing</a></li>
524
+ <li><a href="#" className="text-gray-400 hover:text-white">Documentation</a></li>
525
+ <li><a href="#" className="text-gray-400 hover:text-white">Releases</a></li>
526
+ </ul>
527
+ </div>
528
+ <div>
529
+ <h4 className="text-lg font-bold mb-4">Company</h4>
530
+ <ul className="space-y-2">
531
+ <li><a href="#" className="text-gray-400 hover:text-white">About</a></li>
532
+ <li><a href="#" className="text-gray-400 hover:text-white">Careers</a></li>
533
+ <li><a href="#" className="text-gray-400 hover:text-white">Blog</a></li>
534
+ <li><a href="#" className="text-gray-400 hover:text-white">Press</a></li>
535
+ </ul>
536
+ </div>
537
+ <div>
538
+ <h4 className="text-lg font-bold mb-4">Legal</h4>
539
+ <ul className="space-y-2">
540
+ <li><a href="#" className="text-gray-400 hover:text-white">Privacy</a></li>
541
+ <li><a href="#" className="text-gray-400 hover:text-white">Terms</a></li>
542
+ <li><a href="#" className="text-gray-400 hover:text-white">Cookie Policy</a></li>
543
+ <li><a href="#" className="text-gray-400 hover:text-white">Contact</a></li>
544
+ </ul>
545
+ </div>
546
+ </div>
547
+ <div className="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
548
+ <div className="text-gray-400 mb-4 md:mb-0">
549
+ &copy; {new Date().getFullYear()} Nexus. All rights reserved.
550
+ </div>
551
+ <div className="flex space-x-6">
552
+ <a href="#" className="text-gray-400 hover:text-white">Privacy Policy</a>
553
+ <a href="#" className="text-gray-400 hover:text-white">Terms of Service</a>
554
+ <a href="#" className="text-gray-400 hover:text-white">Cookies</a>
555
+ </div>
556
+ </div>
557
+ </div>
558
+ </footer>
559
+ </div>
560
+ );
561
+ };
562
+
563
+ document.addEventListener('DOMContentLoaded', function() {
564
+ ReactDOM.render(<App />, document.getElementById('root'));
565
+ });
566
+ </script>
567
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=gokul9/deepseek-v3-react-19-dont-works" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
568
+ </html>