| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>BB Business - Modern Business Solutions</title> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <script src="https://unpkg.com/feather-icons"></script> |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> |
| <link rel="preconnect" href="https://fonts.googleapis.com"> |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet"> |
| <script> |
| tailwind.config = { |
| theme: { |
| extend: { |
| colors: { |
| pastelpink: '#F8BBD0', |
| lightmint: '#A5D6A7', |
| softgray: '#F5F5F5', |
| }, |
| fontFamily: { |
| poppins: ['Poppins', 'sans-serif'], |
| }, |
| } |
| } |
| } |
| </script> |
| <style> |
| .hover-lift { |
| transition: all 0.3s ease; |
| } |
| .hover-lift:hover { |
| transform: translateY(-5px); |
| box-shadow: 0 10px 20px rgba(0,0,0,0.1); |
| } |
| .underline-hover { |
| position: relative; |
| } |
| .underline-hover:after { |
| content: ''; |
| position: absolute; |
| width: 0; |
| height: 2px; |
| bottom: -2px; |
| left: 0; |
| background-color: #F8BBD0; |
| transition: width 0.3s ease; |
| } |
| .underline-hover:hover:after { |
| width: 100%; |
| } |
| </style> |
| </head> |
| <body class="font-poppins bg-softgray"> |
| |
| <header class="bg-white shadow-sm"> |
| <div class="container mx-auto px-6 py-4"> |
| <div class="flex items-center justify-between"> |
| <div class="flex items-center"> |
| <span class="text-2xl font-bold text-gray-700"> |
| <span class="text-pastelpink">BB</span> Business |
| </span> |
| </div> |
| <div class="hidden md:flex items-center space-x-8"> |
| <a href="#" class="text-gray-600 hover:text-pastelpink underline-hover">Home</a> |
| <a href="#" class="text-gray-600 hover:text-pastelpink underline-hover">About</a> |
| <a href="#" class="text-gray-600 hover:text-pastelpink underline-hover">Services</a> |
| <a href="#" class="text-gray-600 hover:text-pastelpink underline-hover">Blog</a> |
| <a href="#" class="text-gray-600 hover:text-pastelpink underline-hover">Pages</a> |
| <a href="#" class="text-gray-600 hover:text-pastelpink underline-hover">Contact</a> |
| <a href="#" class="bg-pastelpink text-white px-6 py-2 rounded-full hover:bg-opacity-90 transition">Free Consultation</a> |
| </div> |
| <div class="md:hidden"> |
| <i data-feather="menu"></i> |
| </div> |
| </div> |
| </div> |
| </header> |
|
|
| |
| <section class="bg-white"> |
| <div class="container mx-auto px-6 py-16 md:py-24"> |
| <div class="flex flex-col md:flex-row items-center"> |
| <div class="md:w-1/2 mb-12 md:mb-0" data-aos="fade-right"> |
| <p class="text-pastelpink font-medium mb-2">We Are Expert Team</p> |
| <h1 class="text-4xl md:text-5xl font-bold text-gray-800 leading-tight mb-6"> |
| We create products that make people's lives easier & better. |
| </h1> |
| <div class="flex space-x-6 mt-8"> |
| <a href="#" class="text-pastelpink py-2 font-medium underline-hover">How it works?</a> |
| <a href="#" class="bg-pastelpink text-white px-6 py-2 rounded-full hover:bg-opacity-90 transition">Start Now</a> |
| </div> |
| </div> |
| <div class="md:w-1/2" data-aos="fade-left"> |
| <img src="http://static.photos/office/1024x576/1" alt="Team working together" class="rounded-lg shadow-lg w-full"> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 bg-softgray"> |
| <div class="container mx-auto px-6"> |
| <div class="text-center mb-16" data-aos="fade-up"> |
| <h2 class="text-3xl font-bold text-gray-800 mb-4">Our Services</h2> |
| <p class="text-gray-600 max-w-2xl mx-auto">We provide comprehensive solutions to help your business grow and succeed in the digital world.</p> |
| </div> |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
| |
| <div class="bg-white p-8 rounded-xl shadow-sm hover-lift" data-aos="fade-up" data-aos-delay="100"> |
| <div class="w-16 h-16 bg-pastelpink bg-opacity-20 rounded-full flex items-center justify-center mb-6"> |
| <i data-feather="share-2" class="text-pastelpink w-8 h-8"></i> |
| </div> |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Social Marketing</h3> |
| <p class="text-gray-600">Boost your online presence with our strategic social media marketing solutions.</p> |
| </div> |
| |
| <div class="bg-white p-8 rounded-xl shadow-sm hover-lift" data-aos="fade-up" data-aos-delay="200"> |
| <div class="w-16 h-16 bg-pastelpink bg-opacity-20 rounded-full flex items-center justify-center mb-6"> |
| <i data-feather="briefcase" class="text-pastelpink w-8 h-8"></i> |
| </div> |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Business Ideas</h3> |
| <p class="text-gray-600">Innovative business strategies tailored to your unique needs and goals.</p> |
| </div> |
| |
| <div class="bg-white p-8 rounded-xl shadow-sm hover-lift" data-aos="fade-up" data-aos-delay="300"> |
| <div class="w-16 h-16 bg-pastelpink bg-opacity-20 rounded-full flex items-center justify-center mb-6"> |
| <i data-feather="code" class="text-pastelpink w-8 h-8"></i> |
| </div> |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Development</h3> |
| <p class="text-gray-600">Custom software development to bring your digital ideas to life.</p> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <footer class="bg-white py-12"> |
| <div class="container mx-auto px-6"> |
| <div class="flex flex-col md:flex-row justify-between items-center"> |
| <div class="mb-6 md:mb-0"> |
| <span class="text-2xl font-bold text-gray-700"> |
| <span class="text-pastelpink">BB</span> Business |
| </span> |
| </div> |
| <div class="flex flex-wrap justify-center md:justify-start space-x-6 mb-6 md:mb-0"> |
| <a href="#" class="text-gray-600 hover:text-pastelpink">About</a> |
| <a href="#" class="text-gray-600 hover:text-pastelpink">Services</a> |
| <a href="#" class="text-gray-600 hover:text-pastelpink">Privacy Policy</a> |
| <a href="#" class="text-gray-600 hover:text-pastelpink">Contact</a> |
| </div> |
| <div class="flex space-x-4"> |
| <a href="#" class="w-10 h-10 rounded-full bg-pastelpink bg-opacity-20 flex items-center justify-center hover:bg-opacity-30 transition"> |
| <i data-feather="instagram" class="text-pastelpink"></i> |
| </a> |
| <a href="#" class="w-10 h-10 rounded-full bg-pastelpink bg-opacity-20 flex items-center justify-center hover:bg-opacity-30 transition"> |
| <i data-feather="linkedin" class="text-pastelpink"></i> |
| </a> |
| <a href="#" class="w-10 h-10 rounded-full bg-pastelpink bg-opacity-20 flex items-center justify-center hover:bg-opacity-30 transition"> |
| <i data-feather="twitter" class="text-pastelpink"></i> |
| </a> |
| </div> |
| </div> |
| <div class="border-t border-gray-200 mt-8 pt-8 text-center text-gray-500 text-sm"> |
| © 2025 BB Business. All rights reserved. |
| </div> |
| </div> |
| </footer> |
|
|
| <script> |
| AOS.init({ |
| duration: 800, |
| easing: 'ease-in-out', |
| once: true |
| }); |
| feather.replace(); |
| </script> |
| </body> |
| </html> |
|
|