AIMaster7 commited on
Commit
f45355d
·
verified ·
1 Parent(s): ae5dce7

undefined - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +6 -4
  2. index.html +626 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Nexus
3
- emoji: 📉
4
- colorFrom: purple
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: nexus
3
+ emoji: 🐳
4
+ colorFrom: gray
5
  colorTo: purple
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,626 @@
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 Enterprise | Business Solutions</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
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
11
+
12
+ body {
13
+ font-family: 'Poppins', sans-serif;
14
+ scroll-behavior: smooth;
15
+ }
16
+
17
+ .gradient-bg {
18
+ background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
19
+ }
20
+
21
+ .hero-clip-path {
22
+ clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
23
+ }
24
+
25
+ .feature-card:hover {
26
+ transform: translateY(-10px);
27
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
28
+ }
29
+
30
+ .testimonial-card {
31
+ transition: all 0.3s ease;
32
+ }
33
+
34
+ .testimonial-card:hover {
35
+ transform: scale(1.03);
36
+ }
37
+
38
+ .stats-item {
39
+ transition: all 0.3s ease;
40
+ }
41
+
42
+ .stats-item:hover {
43
+ transform: translateY(-5px);
44
+ }
45
+
46
+ .animate-float {
47
+ animation: float 6s ease-in-out infinite;
48
+ }
49
+
50
+ @keyframes float {
51
+ 0% { transform: translateY(0px); }
52
+ 50% { transform: translateY(-20px); }
53
+ 100% { transform: translateY(0px); }
54
+ }
55
+ </style>
56
+ </head>
57
+ <body class="bg-gray-50">
58
+ <!-- Navigation -->
59
+ <nav class="fixed w-full bg-white shadow-md z-50">
60
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
61
+ <div class="flex justify-between h-20 items-center">
62
+ <div class="flex-shrink-0 flex items-center">
63
+ <div class="flex items-center">
64
+ <i class="fas fa-cube text-blue-600 text-3xl mr-2"></i>
65
+ <span class="text-xl font-bold text-gray-900">Nexus</span>
66
+ </div>
67
+ </div>
68
+ <div class="hidden md:block">
69
+ <div class="ml-10 flex items-center space-x-8">
70
+ <a href="#home" class="text-gray-900 hover:text-blue-600 px-3 py-2 font-medium">Home</a>
71
+ <a href="#solutions" class="text-gray-900 hover:text-blue-600 px-3 py-2 font-medium">Solutions</a>
72
+ <a href="#about" class="text-gray-900 hover:text-blue-600 px-3 py-2 font-medium">About</a>
73
+ <a href="#testimonials" class="text-gray-900 hover:text-blue-600 px-3 py-2 font-medium">Clients</a>
74
+ <a href="#contact" class="text-gray-900 hover:text-blue-600 px-3 py-2 font-medium">Contact</a>
75
+ <button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md font-medium transition duration-300">
76
+ Get Started
77
+ </button>
78
+ </div>
79
+ </div>
80
+ <div class="md:hidden">
81
+ <button id="mobile-menu-button" class="text-gray-900 hover:text-blue-600 focus:outline-none">
82
+ <i class="fas fa-bars text-2xl"></i>
83
+ </button>
84
+ </div>
85
+ </div>
86
+ </div>
87
+
88
+ <!-- Mobile menu -->
89
+ <div id="mobile-menu" class="hidden md:hidden bg-white shadow-lg">
90
+ <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
91
+ <a href="#home" class="block px-3 py-2 text-gray-900 hover:text-blue-600 font-medium">Home</a>
92
+ <a href="#solutions" class="block px-3 py-2 text-gray-900 hover:text-blue-600 font-medium">Solutions</a>
93
+ <a href="#about" class="block px-3 py-2 text-gray-900 hover:text-blue-600 font-medium">About</a>
94
+ <a href="#testimonials" class="block px-3 py-2 text-gray-900 hover:text-blue-600 font-medium">Clients</a>
95
+ <a href="#contact" class="block px-3 py-2 text-gray-900 hover:text-blue-600 font-medium">Contact</a>
96
+ <button class="w-full bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md font-medium mt-2">
97
+ Get Started
98
+ </button>
99
+ </div>
100
+ </div>
101
+ </nav>
102
+
103
+ <!-- Hero Section -->
104
+ <section id="home" class="gradient-bg text-white hero-clip-path pt-24 pb-32 md:pt-32">
105
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
106
+ <div class="flex flex-col md:flex-row items-center">
107
+ <div class="md:w-1/2 mb-12 md:mb-0">
108
+ <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold leading-tight mb-6">
109
+ Transform Your Business With Our <span class="text-blue-200">Enterprise Solutions</span>
110
+ </h1>
111
+ <p class="text-lg md:text-xl text-blue-100 mb-8">
112
+ We help businesses of all sizes streamline operations, enhance productivity, and drive growth with our cutting-edge technology solutions.
113
+ </p>
114
+ <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
115
+ <button class="bg-white text-blue-600 hover:bg-gray-100 px-8 py-3 rounded-md font-semibold text-lg transition duration-300">
116
+ Get Started
117
+ </button>
118
+ <button class="border-2 border-white text-white hover:bg-blue-700 px-8 py-3 rounded-md font-semibold text-lg transition duration-300">
119
+ Learn More
120
+ </button>
121
+ </div>
122
+ </div>
123
+ <div class="md:w-1/2 flex justify-center">
124
+ <img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
125
+ alt="Business Solutions"
126
+ class="rounded-lg shadow-2xl animate-float w-full max-w-md">
127
+ </div>
128
+ </div>
129
+ </div>
130
+ </section>
131
+
132
+ <!-- Trusted By Section -->
133
+ <section class="bg-white py-12">
134
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
135
+ <p class="text-center text-gray-500 mb-8">Trusted by leading companies worldwide</p>
136
+ <div class="flex flex-wrap justify-center items-center gap-8 md:gap-16">
137
+ <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a9/Amazon_logo.svg/2560px-Amazon_logo.svg.png" alt="Amazon" class="h-8 opacity-70 hover:opacity-100 transition">
138
+ <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Microsoft_logo.svg/2560px-Microsoft_logo.svg.png" alt="Microsoft" class="h-8 opacity-70 hover:opacity-100 transition">
139
+ <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Google_2015_logo.svg/2560px-Google_2015_logo.svg.png" alt="Google" class="h-8 opacity-70 hover:opacity-100 transition">
140
+ <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Apple_logo_black.svg/505px-Apple_logo_black.svg.png" alt="Apple" class="h-8 opacity-70 hover:opacity-100 transition">
141
+ <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/51/IBM_logo.svg/2560px-IBM_logo.svg.png" alt="IBM" class="h-8 opacity-70 hover:opacity-100 transition">
142
+ </div>
143
+ </div>
144
+ </section>
145
+
146
+ <!-- Solutions Section -->
147
+ <section id="solutions" class="py-20 bg-gray-50">
148
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
149
+ <div class="text-center mb-16">
150
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Our Enterprise Solutions</h2>
151
+ <p class="text-lg text-gray-600 max-w-3xl mx-auto">
152
+ We offer a comprehensive suite of services designed to meet the unique needs of your business.
153
+ </p>
154
+ </div>
155
+
156
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
157
+ <!-- Solution 1 -->
158
+ <div class="bg-white rounded-xl shadow-lg p-8 feature-card transition duration-300">
159
+ <div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6">
160
+ <i class="fas fa-cloud text-blue-600 text-2xl"></i>
161
+ </div>
162
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Cloud Solutions</h3>
163
+ <p class="text-gray-600 mb-4">
164
+ Scalable cloud infrastructure that grows with your business, ensuring reliability and security.
165
+ </p>
166
+ <a href="#" class="text-blue-600 font-medium flex items-center">
167
+ Learn more <i class="fas fa-arrow-right ml-2"></i>
168
+ </a>
169
+ </div>
170
+
171
+ <!-- Solution 2 -->
172
+ <div class="bg-white rounded-xl shadow-lg p-8 feature-card transition duration-300">
173
+ <div class="w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mb-6">
174
+ <i class="fas fa-chart-line text-green-600 text-2xl"></i>
175
+ </div>
176
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Data Analytics</h3>
177
+ <p class="text-gray-600 mb-4">
178
+ Transform your data into actionable insights with our powerful analytics platform.
179
+ </p>
180
+ <a href="#" class="text-blue-600 font-medium flex items-center">
181
+ Learn more <i class="fas fa-arrow-right ml-2"></i>
182
+ </a>
183
+ </div>
184
+
185
+ <!-- Solution 3 -->
186
+ <div class="bg-white rounded-xl shadow-lg p-8 feature-card transition duration-300">
187
+ <div class="w-16 h-16 bg-purple-100 rounded-full flex items-center justify-center mb-6">
188
+ <i class="fas fa-lock text-purple-600 text-2xl"></i>
189
+ </div>
190
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Cybersecurity</h3>
191
+ <p class="text-gray-600 mb-4">
192
+ Comprehensive protection against evolving threats with our enterprise-grade security solutions.
193
+ </p>
194
+ <a href="#" class="text-blue-600 font-medium flex items-center">
195
+ Learn more <i class="fas fa-arrow-right ml-2"></i>
196
+ </a>
197
+ </div>
198
+
199
+ <!-- Solution 4 -->
200
+ <div class="bg-white rounded-xl shadow-lg p-8 feature-card transition duration-300">
201
+ <div class="w-16 h-16 bg-yellow-100 rounded-full flex items-center justify-center mb-6">
202
+ <i class="fas fa-robot text-yellow-600 text-2xl"></i>
203
+ </div>
204
+ <h3 class="text-xl font-bold text-gray-900 mb-3">AI & Automation</h3>
205
+ <p class="text-gray-600 mb-4">
206
+ Leverage artificial intelligence to automate processes and enhance decision-making.
207
+ </p>
208
+ <a href="#" class="text-blue-600 font-medium flex items-center">
209
+ Learn more <i class="fas fa-arrow-right ml-2"></i>
210
+ </a>
211
+ </div>
212
+
213
+ <!-- Solution 5 -->
214
+ <div class="bg-white rounded-xl shadow-lg p-8 feature-card transition duration-300">
215
+ <div class="w-16 h-16 bg-red-100 rounded-full flex items-center justify-center mb-6">
216
+ <i class="fas fa-mobile-alt text-red-600 text-2xl"></i>
217
+ </div>
218
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Mobile Solutions</h3>
219
+ <p class="text-gray-600 mb-4">
220
+ Enterprise mobile applications that empower your workforce anywhere, anytime.
221
+ </p>
222
+ <a href="#" class="text-blue-600 font-medium flex items-center">
223
+ Learn more <i class="fas fa-arrow-right ml-2"></i>
224
+ </a>
225
+ </div>
226
+
227
+ <!-- Solution 6 -->
228
+ <div class="bg-white rounded-xl shadow-lg p-8 feature-card transition duration-300">
229
+ <div class="w-16 h-16 bg-indigo-100 rounded-full flex items-center justify-center mb-6">
230
+ <i class="fas fa-users-cog text-indigo-600 text-2xl"></i>
231
+ </div>
232
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Consulting Services</h3>
233
+ <p class="text-gray-600 mb-4">
234
+ Expert guidance to align technology with your business strategy for maximum impact.
235
+ </p>
236
+ <a href="#" class="text-blue-600 font-medium flex items-center">
237
+ Learn more <i class="fas fa-arrow-right ml-2"></i>
238
+ </a>
239
+ </div>
240
+ </div>
241
+ </div>
242
+ </section>
243
+
244
+ <!-- About Section -->
245
+ <section id="about" class="py-20 bg-white">
246
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
247
+ <div class="flex flex-col lg:flex-row items-center">
248
+ <div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12">
249
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-6">About Nexus Enterprise</h2>
250
+ <p class="text-gray-600 mb-6">
251
+ Founded in 2010, Nexus Enterprise has grown from a small startup to a global leader in enterprise technology solutions. Our mission is to empower businesses through innovation and technology.
252
+ </p>
253
+ <p class="text-gray-600 mb-8">
254
+ With offices in 12 countries and a team of over 500 experts, we've helped more than 1,000 companies transform their operations and achieve their business goals.
255
+ </p>
256
+ <div class="grid grid-cols-2 gap-6 mb-8">
257
+ <div class="flex items-center">
258
+ <i class="fas fa-check-circle text-green-500 text-xl mr-3"></i>
259
+ <span class="text-gray-700 font-medium">Certified Experts</span>
260
+ </div>
261
+ <div class="flex items-center">
262
+ <i class="fas fa-check-circle text-green-500 text-xl mr-3"></i>
263
+ <span class="text-gray-700 font-medium">24/7 Support</span>
264
+ </div>
265
+ <div class="flex items-center">
266
+ <i class="fas fa-check-circle text-green-500 text-xl mr-3"></i>
267
+ <span class="text-gray-700 font-medium">Custom Solutions</span>
268
+ </div>
269
+ <div class="flex items-center">
270
+ <i class="fas fa-check-circle text-green-500 text-xl mr-3"></i>
271
+ <span class="text-gray-700 font-medium">Global Reach</span>
272
+ </div>
273
+ </div>
274
+ <button class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-3 rounded-md font-semibold transition duration-300">
275
+ Our Story
276
+ </button>
277
+ </div>
278
+ <div class="lg:w-1/2">
279
+ <div class="relative">
280
+ <img src="https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
281
+ alt="Our Team"
282
+ class="rounded-lg shadow-xl w-full">
283
+ <div class="absolute -bottom-6 -left-6 bg-white p-6 rounded-lg shadow-lg hidden md:block">
284
+ <div class="flex items-center">
285
+ <div class="bg-blue-100 p-3 rounded-full mr-4">
286
+ <i class="fas fa-trophy text-blue-600 text-2xl"></i>
287
+ </div>
288
+ <div>
289
+ <h4 class="font-bold text-gray-900">Industry Leader</h4>
290
+ <p class="text-gray-600 text-sm">Ranked #1 by Gartner for 3 consecutive years</p>
291
+ </div>
292
+ </div>
293
+ </div>
294
+ </div>
295
+ </div>
296
+ </div>
297
+ </div>
298
+ </section>
299
+
300
+ <!-- Stats Section -->
301
+ <section class="gradient-bg text-white py-16">
302
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
303
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
304
+ <div class="stats-item p-6">
305
+ <div class="text-4xl md:text-5xl font-bold mb-2">12+</div>
306
+ <div class="text-blue-200">Years Experience</div>
307
+ </div>
308
+ <div class="stats-item p-6">
309
+ <div class="text-4xl md:text-5xl font-bold mb-2">500+</div>
310
+ <div class="text-blue-200">Team Members</div>
311
+ </div>
312
+ <div class="stats-item p-6">
313
+ <div class="text-4xl md:text-5xl font-bold mb-2">1K+</div>
314
+ <div class="text-blue-200">Clients Worldwide</div>
315
+ </div>
316
+ <div class="stats-item p-6">
317
+ <div class="text-4xl md:text-5xl font-bold mb-2">98%</div>
318
+ <div class="text-blue-200">Client Satisfaction</div>
319
+ </div>
320
+ </div>
321
+ </div>
322
+ </section>
323
+
324
+ <!-- Testimonials Section -->
325
+ <section id="testimonials" class="py-20 bg-gray-50">
326
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
327
+ <div class="text-center mb-16">
328
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">What Our Clients Say</h2>
329
+ <p class="text-lg text-gray-600 max-w-3xl mx-auto">
330
+ Don't just take our word for it. Here's what some of our clients have to say about working with us.
331
+ </p>
332
+ </div>
333
+
334
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
335
+ <!-- Testimonial 1 -->
336
+ <div class="bg-white rounded-xl shadow-lg p-8 testimonial-card">
337
+ <div class="flex items-center mb-6">
338
+ <img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Sarah Johnson" class="w-12 h-12 rounded-full mr-4">
339
+ <div>
340
+ <h4 class="font-bold text-gray-900">Sarah Johnson</h4>
341
+ <p class="text-gray-600 text-sm">CTO, TechForward Inc.</p>
342
+ </div>
343
+ </div>
344
+ <p class="text-gray-700 mb-6">
345
+ "Nexus Enterprise transformed our IT infrastructure with their cloud solutions. Our systems are now more scalable and secure than ever before."
346
+ </p>
347
+ <div class="flex text-yellow-400">
348
+ <i class="fas fa-star"></i>
349
+ <i class="fas fa-star"></i>
350
+ <i class="fas fa-star"></i>
351
+ <i class="fas fa-star"></i>
352
+ <i class="fas fa-star"></i>
353
+ </div>
354
+ </div>
355
+
356
+ <!-- Testimonial 2 -->
357
+ <div class="bg-white rounded-xl shadow-lg p-8 testimonial-card">
358
+ <div class="flex items-center mb-6">
359
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Michael Chen" class="w-12 h-12 rounded-full mr-4">
360
+ <div>
361
+ <h4 class="font-bold text-gray-900">Michael Chen</h4>
362
+ <p class="text-gray-600 text-sm">CEO, Global Retail Corp</p>
363
+ </div>
364
+ </div>
365
+ <p class="text-gray-700 mb-6">
366
+ "Their data analytics platform gave us insights we never had before. We've increased revenue by 30% since implementation."
367
+ </p>
368
+ <div class="flex text-yellow-400">
369
+ <i class="fas fa-star"></i>
370
+ <i class="fas fa-star"></i>
371
+ <i class="fas fa-star"></i>
372
+ <i class="fas fa-star"></i>
373
+ <i class="fas fa-star"></i>
374
+ </div>
375
+ </div>
376
+
377
+ <!-- Testimonial 3 -->
378
+ <div class="bg-white rounded-xl shadow-lg p-8 testimonial-card">
379
+ <div class="flex items-center mb-6">
380
+ <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Emma Rodriguez" class="w-12 h-12 rounded-full mr-4">
381
+ <div>
382
+ <h4 class="font-bold text-gray-900">Emma Rodriguez</h4>
383
+ <p class="text-gray-600 text-sm">CIO, Financial Services Group</p>
384
+ </div>
385
+ </div>
386
+ <p class="text-gray-700 mb-6">
387
+ "The cybersecurity solutions from Nexus Enterprise have given us peace of mind. Their team is responsive and incredibly knowledgeable."
388
+ </p>
389
+ <div class="flex text-yellow-400">
390
+ <i class="fas fa-star"></i>
391
+ <i class="fas fa-star"></i>
392
+ <i class="fas fa-star"></i>
393
+ <i class="fas fa-star"></i>
394
+ <i class="fas fa-star-half-alt"></i>
395
+ </div>
396
+ </div>
397
+ </div>
398
+ </div>
399
+ </section>
400
+
401
+ <!-- CTA Section -->
402
+ <section class="py-20 bg-blue-600 text-white">
403
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
404
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Transform Your Business?</h2>
405
+ <p class="text-xl text-blue-100 mb-8 max-w-3xl mx-auto">
406
+ Schedule a consultation with our experts today and discover how our solutions can drive your business forward.
407
+ </p>
408
+ <div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
409
+ <button class="bg-white text-blue-600 hover:bg-gray-100 px-8 py-3 rounded-md font-semibold text-lg transition duration-300">
410
+ Get Started
411
+ </button>
412
+ <button class="border-2 border-white text-white hover:bg-blue-700 px-8 py-3 rounded-md font-semibold text-lg transition duration-300">
413
+ Contact Sales
414
+ </button>
415
+ </div>
416
+ </div>
417
+ </section>
418
+
419
+ <!-- Contact Section -->
420
+ <section id="contact" class="py-20 bg-white">
421
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
422
+ <div class="flex flex-col lg:flex-row">
423
+ <div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12">
424
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-6">Get In Touch</h2>
425
+ <p class="text-gray-600 mb-8">
426
+ Have questions about our solutions or want to discuss how we can help your business? Our team is ready to assist you.
427
+ </p>
428
+
429
+ <div class="space-y-6">
430
+ <div class="flex items-start">
431
+ <div class="bg-blue-100 p-3 rounded-full mr-4">
432
+ <i class="fas fa-map-marker-alt text-blue-600"></i>
433
+ </div>
434
+ <div>
435
+ <h4 class="font-bold text-gray-900 mb-1">Our Headquarters</h4>
436
+ <p class="text-gray-600">123 Enterprise Way, San Francisco, CA 94107</p>
437
+ </div>
438
+ </div>
439
+
440
+ <div class="flex items-start">
441
+ <div class="bg-blue-100 p-3 rounded-full mr-4">
442
+ <i class="fas fa-phone-alt text-blue-600"></i>
443
+ </div>
444
+ <div>
445
+ <h4 class="font-bold text-gray-900 mb-1">Phone</h4>
446
+ <p class="text-gray-600">+1 (800) 123-4567</p>
447
+ </div>
448
+ </div>
449
+
450
+ <div class="flex items-start">
451
+ <div class="bg-blue-100 p-3 rounded-full mr-4">
452
+ <i class="fas fa-envelope text-blue-600"></i>
453
+ </div>
454
+ <div>
455
+ <h4 class="font-bold text-gray-900 mb-1">Email</h4>
456
+ <p class="text-gray-600">info@nexusenterprise.com</p>
457
+ </div>
458
+ </div>
459
+ </div>
460
+
461
+ <div class="mt-8">
462
+ <h4 class="font-bold text-gray-900 mb-4">Follow Us</h4>
463
+ <div class="flex space-x-4">
464
+ <a href="#" class="bg-gray-100 hover:bg-blue-600 hover:text-white w-10 h-10 rounded-full flex items-center justify-center transition duration-300">
465
+ <i class="fab fa-facebook-f"></i>
466
+ </a>
467
+ <a href="#" class="bg-gray-100 hover:bg-blue-400 hover:text-white w-10 h-10 rounded-full flex items-center justify-center transition duration-300">
468
+ <i class="fab fa-twitter"></i>
469
+ </a>
470
+ <a href="#" class="bg-gray-100 hover:bg-blue-700 hover:text-white w-10 h-10 rounded-full flex items-center justify-center transition duration-300">
471
+ <i class="fab fa-linkedin-in"></i>
472
+ </a>
473
+ <a href="#" class="bg-gray-100 hover:bg-pink-600 hover:text-white w-10 h-10 rounded-full flex items-center justify-center transition duration-300">
474
+ <i class="fab fa-instagram"></i>
475
+ </a>
476
+ </div>
477
+ </div>
478
+ </div>
479
+
480
+ <div class="lg:w-1/2">
481
+ <div class="bg-gray-50 rounded-xl shadow-lg p-8">
482
+ <h3 class="text-2xl font-bold text-gray-900 mb-6">Send Us a Message</h3>
483
+ <form>
484
+ <div class="mb-6">
485
+ <label for="name" class="block text-gray-700 font-medium mb-2">Name</label>
486
+ <input type="text" id="name" class="w-full px-4 py-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500">
487
+ </div>
488
+ <div class="mb-6">
489
+ <label for="email" class="block text-gray-700 font-medium mb-2">Email</label>
490
+ <input type="email" id="email" class="w-full px-4 py-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500">
491
+ </div>
492
+ <div class="mb-6">
493
+ <label for="company" class="block text-gray-700 font-medium mb-2">Company</label>
494
+ <input type="text" id="company" class="w-full px-4 py-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500">
495
+ </div>
496
+ <div class="mb-6">
497
+ <label for="message" class="block text-gray-700 font-medium mb-2">Message</label>
498
+ <textarea id="message" rows="4" class="w-full px-4 py-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500"></textarea>
499
+ </div>
500
+ <button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-md font-semibold transition duration-300">
501
+ Send Message
502
+ </button>
503
+ </form>
504
+ </div>
505
+ </div>
506
+ </div>
507
+ </div>
508
+ </section>
509
+
510
+ <!-- Footer -->
511
+ <footer class="bg-gray-900 text-white py-12">
512
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
513
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
514
+ <div>
515
+ <div class="flex items-center mb-4">
516
+ <i class="fas fa-cube text-blue-500 text-2xl mr-2"></i>
517
+ <span class="text-xl font-bold">Nexus</span>
518
+ </div>
519
+ <p class="text-gray-400 mb-4">
520
+ Empowering businesses through innovative technology solutions since 2010.
521
+ </p>
522
+ <div class="flex space-x-4">
523
+ <a href="#" class="text-gray-400 hover:text-white">
524
+ <i class="fab fa-facebook-f"></i>
525
+ </a>
526
+ <a href="#" class="text-gray-400 hover:text-white">
527
+ <i class="fab fa-twitter"></i>
528
+ </a>
529
+ <a href="#" class="text-gray-400 hover:text-white">
530
+ <i class="fab fa-linkedin-in"></i>
531
+ </a>
532
+ <a href="#" class="text-gray-400 hover:text-white">
533
+ <i class="fab fa-instagram"></i>
534
+ </a>
535
+ </div>
536
+ </div>
537
+
538
+ <div>
539
+ <h4 class="text-lg font-semibold mb-4">Solutions</h4>
540
+ <ul class="space-y-2">
541
+ <li><a href="#" class="text-gray-400 hover:text-white">Cloud Solutions</a></li>
542
+ <li><a href="#" class="text-gray-400 hover:text-white">Data Analytics</a></li>
543
+ <li><a href="#" class="text-gray-400 hover:text-white">Cybersecurity</a></li>
544
+ <li><a href="#" class="text-gray-400 hover:text-white">AI & Automation</a></li>
545
+ <li><a href="#" class="text-gray-400 hover:text-white">Mobile Solutions</a></li>
546
+ </ul>
547
+ </div>
548
+
549
+ <div>
550
+ <h4 class="text-lg font-semibold mb-4">Company</h4>
551
+ <ul class="space-y-2">
552
+ <li><a href="#" class="text-gray-400 hover:text-white">About Us</a></li>
553
+ <li><a href="#" class="text-gray-400 hover:text-white">Careers</a></li>
554
+ <li><a href="#" class="text-gray-400 hover:text-white">News</a></li>
555
+ <li><a href="#" class="text-gray-400 hover:text-white">Partners</a></li>
556
+ <li><a href="#" class="text-gray-400 hover:text-white">Contact</a></li>
557
+ </ul>
558
+ </div>
559
+
560
+ <div>
561
+ <h4 class="text-lg font-semibold mb-4">Resources</h4>
562
+ <ul class="space-y-2">
563
+ <li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
564
+ <li><a href="#" class="text-gray-400 hover:text-white">Whitepapers</a></li>
565
+ <li><a href="#" class="text-gray-400 hover:text-white">Case Studies</a></li>
566
+ <li><a href="#" class="text-gray-400 hover:text-white">Webinars</a></li>
567
+ <li><a href="#" class="text-gray-400 hover:text-white">Help Center</a></li>
568
+ </ul>
569
+ </div>
570
+ </div>
571
+
572
+ <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
573
+ <p class="text-gray-400 mb-4 md:mb-0">
574
+ &copy; 2023 Nexus Enterprise. All rights reserved.
575
+ </p>
576
+ <div class="flex space-x-6">
577
+ <a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a>
578
+ <a href="#" class="text-gray-400 hover:text-white">Terms of Service</a>
579
+ <a href="#" class="text-gray-400 hover:text-white">Cookie Policy</a>
580
+ </div>
581
+ </div>
582
+ </div>
583
+ </footer>
584
+
585
+ <script>
586
+ // Mobile menu toggle
587
+ document.getElementById('mobile-menu-button').addEventListener('click', function() {
588
+ const menu = document.getElementById('mobile-menu');
589
+ menu.classList.toggle('hidden');
590
+ });
591
+
592
+ // Smooth scrolling for navigation links
593
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
594
+ anchor.addEventListener('click', function (e) {
595
+ e.preventDefault();
596
+
597
+ const targetId = this.getAttribute('href');
598
+ const targetElement = document.querySelector(targetId);
599
+
600
+ if (targetElement) {
601
+ window.scrollTo({
602
+ top: targetElement.offsetTop - 80,
603
+ behavior: 'smooth'
604
+ });
605
+
606
+ // Close mobile menu if open
607
+ const mobileMenu = document.getElementById('mobile-menu');
608
+ if (!mobileMenu.classList.contains('hidden')) {
609
+ mobileMenu.classList.add('hidden');
610
+ }
611
+ }
612
+ });
613
+ });
614
+
615
+ // Add shadow to navbar on scroll
616
+ window.addEventListener('scroll', function() {
617
+ const nav = document.querySelector('nav');
618
+ if (window.scrollY > 10) {
619
+ nav.classList.add('shadow-lg');
620
+ } else {
621
+ nav.classList.remove('shadow-lg');
622
+ }
623
+ });
624
+ </script>
625
+ <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=AIMaster7/nexus" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
626
+ </html>