| | <!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"> |
| | |
| | <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> |
| | |
| | |
| | <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> |
| |
|
| | |
| | <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> |
| |
|
| | |
| | <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> |
| |
|
| | |
| | <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"> |
| | |
| | <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> |
| | |
| | |
| | <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> |
| | |
| | |
| | <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> |
| | |
| | |
| | <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> |
| |
|
| | |
| | <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"> |
| | |
| | <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> |
| | |
| | |
| | <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> |
| | |
| | |
| | <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> |
| |
|
| | |
| | <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 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> |
| | |
| | document.getElementById('mobile-menu-button').addEventListener('click', function() { |
| | const menu = document.getElementById('mobile-menu'); |
| | menu.classList.toggle('hidden'); |
| | }); |
| | |
| | |
| | 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)'; |
| | } |
| | }); |
| | }; |
| | |
| | |
| | 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> |