File size: 25,712 Bytes
f39790d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="NouDa Solutions - A full-service marketing agency helping businesses grow through smart, targeted campaigns and innovative solutions.">
<title>NouDa Solutions | Helping Brands Grow Smarter</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Poppins', sans-serif;
scroll-behavior: smooth;
}
.hero-gradient {
background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
}
.fade-in {
opacity: 0;
transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.visible {
opacity: 1;
transform: translateY(0);
}
.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.nav-link {
position: relative;
}
.nav-link:after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: -2px;
left: 0;
background-color: #3f51b5;
transition: width 0.3s ease;
}
.nav-link:hover:after {
width: 100%;
}
</style>
</head>
<body class="bg-white text-gray-800">
<!-- Navigation -->
<nav class="bg-white shadow-sm sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-20 items-center">
<div class="flex items-center">
<div class="flex-shrink-0">
<span class="text-2xl font-bold text-blue-800">NouDa Solutions</span>
</div>
<div class="hidden md:block ml-10">
<div class="flex space-x-8">
<a href="#about" class="nav-link text-gray-800 font-medium">About</a>
<a href="#services" class="nav-link text-gray-800 font-medium">Services</a>
<a href="#why-us" class="nav-link text-gray-800 font-medium">Why Us</a>
<a href="#contact" class="nav-link text-gray-800 font-medium">Contact</a>
</div>
</div>
</div>
<div class="hidden md:block">
<a href="#contact" class="bg-blue-700 hover:bg-blue-800 text-white px-6 py-2 rounded-md font-medium transition duration-300">Get Started</a>
</div>
<div class="md:hidden">
<button type="button" class="text-gray-800 hover:text-blue-700 focus:outline-none" id="mobile-menu-button">
<svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div class="md:hidden hidden" id="mobile-menu">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3 bg-white">
<a href="#about" class="block px-3 py-2 text-gray-800 hover:text-blue-700 font-medium">About</a>
<a href="#services" class="block px-3 py-2 text-gray-800 hover:text-blue-700 font-medium">Services</a>
<a href="#why-us" class="block px-3 py-2 text-gray-800 hover:text-blue-700 font-medium">Why Us</a>
<a href="#contact" class="block px-3 py-2 text-gray-800 hover:text-blue-700 font-medium">Contact</a>
<a href="#contact" class="block px-3 py-2 bg-blue-700 text-white rounded-md font-medium text-center">Get Started</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-gradient text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-24 md:py-32">
<div class="text-center fade-in">
<h1 class="text-4xl md:text-6xl font-bold leading-tight mb-6">
Helping Brands <span class="text-blue-200">Grow Smarter</span>
</h1>
<p class="text-xl md:text-2xl mb-10 opacity-90">
Marketing strategies built for results.
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<a href="#contact" class="bg-white hover:bg-blue-100 text-blue-800 px-8 py-3 rounded-md font-medium text-lg transition duration-300">
Get Started
</a>
<a href="#services" class="bg-transparent hover:bg-blue-800 border-2 border-white text-white px-8 py-3 rounded-md font-medium text-lg transition duration-300">
Our Services
</a>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-16 md:py-24 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:flex lg:items-center lg:justify-between">
<div class="lg:w-1/2 mb-12 lg:mb-0 fade-in">
<h2 class="text-3xl md:text-4xl font-bold mb-6 text-blue-800">
About <span class="text-blue-600">NouDa Solutions</span>
</h2>
<p class="text-lg text-gray-700 mb-6">
We are a full-service marketing agency focused on helping businesses grow through smart, targeted campaigns and innovative solutions.
</p>
<p class="text-lg text-gray-700 mb-8">
Our team combines strategic thinking with creative execution to deliver measurable results that drive business growth.
</p>
<div class="flex items-center space-x-4">
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center">
<i class="fas fa-lightbulb text-blue-700 text-xl"></i>
</div>
<p class="text-gray-700">
Trusted by <span class="font-bold">200+</span> businesses worldwide
</p>
</div>
</div>
<div class="lg:w-1/2 lg:pl-12 fade-in">
<div class="bg-gray-100 rounded-xl overflow-hidden">
<img src="https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
alt="Marketing team meeting"
class="w-full h-auto object-cover">
</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-16 md:py-24 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16 fade-in">
<h2 class="text-3xl md:text-4xl font-bold mb-4 text-blue-800">
Our <span class="text-blue-600">Services</span>
</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
Comprehensive marketing solutions tailored to your business needs
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
<!-- Service 1 -->
<div class="service-card bg-white p-8 rounded-xl shadow-md transition duration-300 fade-in">
<div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-bullseye text-blue-700 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3 text-blue-800">Digital Marketing</h3>
<p class="text-gray-600">
Targeted campaigns across all digital channels to maximize your online presence and conversions.
</p>
</div>
<!-- Service 2 -->
<div class="service-card bg-white p-8 rounded-xl shadow-md transition duration-300 fade-in" style="transition-delay: 0.1s;">
<div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-palette text-blue-700 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3 text-blue-800">Branding</h3>
<p class="text-gray-600">
Develop a powerful brand identity that resonates with your audience and stands out in the market.
</p>
</div>
<!-- Service 3 -->
<div class="service-card bg-white p-8 rounded-xl shadow-md transition duration-300 fade-in" style="transition-delay: 0.2s;">
<div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-code text-blue-700 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3 text-blue-800">Web Development</h3>
<p class="text-gray-600">
High-performance websites designed for user experience, conversions, and search visibility.
</p>
</div>
<!-- Service 4 -->
<div class="service-card bg-white p-8 rounded-xl shadow-md transition duration-300 fade-in" style="transition-delay: 0.3s;">
<div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-chart-line text-blue-700 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3 text-blue-800">Strategy Consulting</h3>
<p class="text-gray-600">
Data-driven marketing strategies aligned with your business objectives for sustainable growth.
</p>
</div>
</div>
</div>
</section>
<!-- Why Choose Us Section -->
<section id="why-us" class="py-16 md:py-24 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16 fade-in">
<h2 class="text-3xl md:text-4xl font-bold mb-4 text-blue-800">
Why Choose <span class="text-blue-600">NouDa</span>
</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
What sets us apart in delivering exceptional marketing results
</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Reason 1 -->
<div class="bg-gray-50 p-8 rounded-xl border-l-4 border-blue-700 fade-in">
<div class="flex items-center mb-6">
<div class="bg-blue-700 text-white w-10 h-10 rounded-full flex items-center justify-center font-bold mr-4">
<i class="fas fa-user-friends"></i>
</div>
<h3 class="text-xl font-bold text-blue-800">Client-Centered Approach</h3>
</div>
<p class="text-gray-600">
We take time to understand your unique business needs and goals, creating customized solutions rather than one-size-fits-all approaches.
</p>
</div>
<!-- Reason 2 -->
<div class="bg-gray-50 p-8 rounded-xl border-l-4 border-blue-700 fade-in" style="transition-delay: 0.1s;">
<div class="flex items-center mb-6">
<div class="bg-blue-700 text-white w-10 h-10 rounded-full flex items-center justify-center font-bold mr-4">
<i class="fas fa-chart-bar"></i>
</div>
<h3 class="text-xl font-bold text-blue-800">Proven Results</h3>
</div>
<p class="text-gray-600">
Our data-driven strategies consistently deliver measurable ROI, with clients seeing an average of 3x return on their marketing investment.
</p>
</div>
<!-- Reason 3 -->
<div class="bg-gray-50 p-8 rounded-xl border-l-4 border-blue-700 fade-in" style="transition-delay: 0.2s;">
<div class="flex items-center mb-6">
<div class="bg-blue-700 text-white w-10 h-10 rounded-full flex items-center justify-center font-bold mr-4">
<i class="fas fa-users"></i>
</div>
<h3 class="text-xl font-bold text-blue-800">Experienced Team</h3>
</div>
<p class="text-gray-600">
Our team combines decades of marketing expertise across industries, bringing both strategic vision and tactical excellence to every project.
</p>
</div>
</div>
<div class="mt-16 text-center fade-in">
<a href="#contact" class="inline-flex items-center px-8 py-3 bg-blue-700 hover:bg-blue-800 text-white rounded-md font-medium text-lg transition duration-300">
Start Your Growth Journey
<i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 md:py-24 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-12">
<div class="mb-12 lg:mb-0 fade-in">
<h2 class="text-3xl md:text-4xl font-bold mb-6 text-blue-800">
Ready to <span class="text-blue-600">Grow?</span>
</h2>
<p class="text-xl text-gray-600 mb-8">
Let's discuss how we can help your business achieve its marketing goals.
</p>
<div class="space-y-6">
<div class="flex items-center">
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-envelope text-blue-700 text-xl"></i>
</div>
<div>
<p class="text-gray-500">Email us at</p>
<p class="font-medium text-blue-800">hello@noudasolutions.com</p>
</div>
</div>
<div class="flex items-center">
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-phone text-blue-700 text-xl"></i>
</div>
<div>
<p class="text-gray-500">Call us at</p>
<p class="font-medium text-blue-800">+1 (555) 123-4567</p>
</div>
</div>
<div class="flex items-center">
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-map-marker-alt text-blue-700 text-xl"></i>
</div>
<div>
<p class="text-gray-500">Visit us at</p>
<p class="font-medium text-blue-800">123 Business Ave, Suite 400, New York, NY</p>
</div>
</div>
</div>
<div class="mt-8 flex space-x-4">
<a href="#" class="bg-blue-800 hover:bg-blue-900 text-white w-10 h-10 rounded-full flex items-center justify-center">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="bg-blue-800 hover:bg-blue-900 text-white w-10 h-10 rounded-full flex items-center justify-center">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="bg-blue-800 hover:bg-blue-900 text-white w-10 h-10 rounded-full flex items-center justify-center">
<i class="fab fa-facebook-f"></i>
</a>
</div>
</div>
<div class="fade-in">
<form class="bg-white p-8 rounded-xl shadow-sm">
<div class="mb-6">
<label for="name" class="block text-gray-700 font-medium mb-2">Your Name</label>
<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-700 focus:border-transparent" placeholder="John Doe">
</div>
<div class="mb-6">
<label for="email" class="block text-gray-700 font-medium mb-2">Email Address</label>
<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-700 focus:border-transparent" placeholder="you@example.com">
</div>
<div class="mb-6">
<label for="message" class="block text-gray-700 font-medium mb-2">Your Message</label>
<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-700 focus:border-transparent" placeholder="Tell us about your marketing needs..."></textarea>
</div>
<button type="submit" class="w-full bg-blue-700 hover:bg-blue-800 text-white py-3 px-6 rounded-md font-medium transition duration-300">
Send Message
</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-blue-900 text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-4 gap-8 mb-12">
<div>
<h3 class="text-xl font-bold text-blue-200 mb-4">NouDa Solutions</h3>
<p class="text-blue-100">
Helping businesses grow smarter through strategic marketing solutions.
</p>
</div>
<div>
<h4 class="text-lg font-medium text-blue-200 mb-4">Quick Links</h4>
<ul class="space-y-2">
<li><a href="#about" class="text-blue-100 hover:text-white transition duration-300">About Us</a></li>
<li><a href="#services" class="text-blue-100 hover:text-white transition duration-300">Services</a></li>
<li><a href="#why-us" class="text-blue-100 hover:text-white transition duration-300">Why Choose Us</a></li>
<li><a href="#contact" class="text-blue-100 hover:text-white transition duration-300">Contact</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-medium text-blue-200 mb-4">Services</h4>
<ul class="space-y-2">
<li><a href="#" class="text-blue-100 hover:text-white transition duration-300">Digital Marketing</a></li>
<li><a href="#" class="text-blue-100 hover:text-white transition duration-300">Branding</a></li>
<li><a href="#" class="text-blue-100 hover:text-white transition duration-300">Web Development</a></li>
<li><a href="#" class="text-blue-100 hover:text-white transition duration-300">Strategy Consulting</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-medium text-blue-200 mb-4">Connect</h4>
<div class="flex space-x-4 mb-4">
<a href="#" class="text-blue-100 hover:text-white transition duration-300">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="text-blue-100 hover:text-white transition duration-300">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-blue-100 hover:text-white transition duration-300">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="text-blue-100 hover:text-white transition duration-300">
<i class="fab fa-instagram"></i>
</a>
</div>
<p class="text-blue-100">Subscribe to our newsletter</p>
<div class="mt-2 flex">
<input type="email" placeholder="Your email" class="px-4 py-2 rounded-l-md w-full focus:outline-none text-gray-800">
<button class="bg-blue-700 hover:bg-blue-800 px-4 py-2 rounded-r-md">
<i class="fas fa-paper-plane"></i>
</button>
</div>
</div>
</div>
<div class="pt-8 border-t border-blue-800 flex flex-col md:flex-row justify-between items-center">
<p class="text-blue-100 mb-4 md:mb-0">
© 2023 NouDa Solutions. All rights reserved.
</p>
<div class="flex space-x-6">
<a href="#" class="text-blue-100 hover:text-white transition duration-300 text-sm">Privacy Policy</a>
<a href="#" class="text-blue-100 hover:text-white transition duration-300 text-sm">Terms of Service</a>
<a href="#" class="text-blue-100 hover:text-white transition duration-300 text-sm">Cookie Policy</a>
</div>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
// Scroll animation
document.addEventListener('DOMContentLoaded', function() {
const fadeElements = document.querySelectorAll('.fade-in');
const fadeInOnScroll = function() {
fadeElements.forEach(function(element) {
const elementTop = element.getBoundingClientRect().top;
const windowHeight = window.innerHeight;
if (elementTop < windowHeight - 100) {
element.classList.add('visible');
element.style.transform = 'translateY(0)';
}
});
};
// Set initial state
fadeElements.forEach(function(element) {
element.style.transform = 'translateY(20px)';
});
fadeInOnScroll();
window.addEventListener('scroll', fadeInOnScroll);
});
</script>
<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=youkenyan/test" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |