| <!DOCTYPE html> |
| <html lang="en" class="scroll-smooth"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>BizElegance Pro | Modern Business Solutions</title> |
| <link rel="stylesheet" href="style.css"> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| <script src="https://unpkg.com/feather-icons"></script> |
| <script> |
| tailwind.config = { |
| theme: { |
| extend: { |
| colors: { |
| primary: { |
| 50: '#f0f9ff', |
| 100: '#e0f2fe', |
| 200: '#bae6fd', |
| 300: '#7dd3fc', |
| 400: '#38bdf8', |
| 500: '#0ea5e9', |
| 600: '#0284c7', |
| 700: '#0369a1', |
| 800: '#075985', |
| 900: '#0c4a6e', |
| }, |
| secondary: { |
| 50: '#f8fafc', |
| 100: '#f1f5f9', |
| 200: '#e2e8f0', |
| 300: '#cbd5e1', |
| 400: '#94a3b8', |
| 500: '#64748b', |
| 600: '#475569', |
| 700: '#334155', |
| 800: '#1e293b', |
| 900: '#0f172a', |
| } |
| } |
| } |
| } |
| } |
| </script> |
| </head> |
| <body class="bg-gray-50 font-sans antialiased"> |
| <custom-navbar></custom-navbar> |
| |
| <main> |
| <!-- Hero Section --> |
| <section class="relative bg-gradient-to-r from-primary-600 to-primary-800 text-white"> |
| <div class="container mx-auto px-6 py-24 md:py-32 lg:py-40"> |
| <div class="max-w-3xl mx-auto text-center"> |
| <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold leading-tight mb-6"> |
| Elevate Your Business with Modern Solutions |
| </h1> |
| <p class="text-xl md:text-2xl text-primary-100 mb-10"> |
| Professional tools designed to streamline your workflow and boost productivity. |
| </p> |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> |
| <a href="#" class="bg-white text-primary-700 hover:bg-primary-50 font-medium rounded-lg px-8 py-3.5 text-lg transition-all duration-300 transform hover:scale-105"> |
| Get Started |
| <i data-feather="arrow-right" class="inline ml-2 w-5 h-5"></i> |
| </a> |
| <a href="#" class="border-2 border-white text-white hover:bg-white hover:text-primary-700 font-medium rounded-lg px-8 py-3.5 text-lg transition-all duration-300"> |
| Learn More |
| </a> |
| </div> |
| </div> |
| </div> |
| <div class="absolute bottom-0 left-0 right-0 h-16 bg-gradient-to-t from-gray-50 to-transparent"></div> |
| </section> |
|
|
| <!-- Features Section --> |
| <section class="py-20 bg-white"> |
| <div class="container mx-auto px-6"> |
| <div class="text-center mb-16"> |
| <span class="inline-block bg-primary-100 text-primary-800 text-sm font-semibold px-4 py-1 rounded-full mb-4"> |
| Why Choose Us |
| </span> |
| <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4"> |
| Business Tools Designed for Success |
| </h2> |
| <p class="max-w-2xl mx-auto text-gray-600"> |
| Our platform combines cutting-edge technology with elegant design to deliver exceptional results. |
| </p> |
| </div> |
| |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> |
| <div class="bg-gray-50 rounded-xl p-8 hover:shadow-lg transition-all duration-300"> |
| <div class="bg-primary-100 text-primary-800 w-14 h-14 rounded-lg flex items-center justify-center mb-6"> |
| <i data-feather="bar-chart-2" class="w-6 h-6"></i> |
| </div> |
| <h3 class="text-xl font-bold text-gray-900 mb-3">Advanced Analytics</h3> |
| <p class="text-gray-600"> |
| Gain valuable insights with our powerful data visualization and reporting tools. |
| </p> |
| </div> |
| |
| <div class="bg-gray-50 rounded-xl p-8 hover:shadow-lg transition-all duration-300"> |
| <div class="bg-primary-100 text-primary-800 w-14 h-14 rounded-lg flex items-center justify-center mb-6"> |
| <i data-feather="users" class="w-6 h-6"></i> |
| </div> |
| <h3 class="text-xl font-bold text-gray-900 mb-3">Team Collaboration</h3> |
| <p class="text-gray-600"> |
| Seamless communication and project management for distributed teams. |
| </p> |
| </div> |
| |
| <div class="bg-gray-50 rounded-xl p-8 hover:shadow-lg transition-all duration-300"> |
| <div class="bg-primary-100 text-primary-800 w-14 h-14 rounded-lg flex items-center justify-center mb-6"> |
| <i data-feather="lock" class="w-6 h-6"></i> |
| </div> |
| <h3 class="text-xl font-bold text-gray-900 mb-3">Enterprise Security</h3> |
| <p class="text-gray-600"> |
| Military-grade encryption and compliance with industry regulations. |
| </p> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| <!-- Testimonials Section --> |
| <section class="py-20 bg-gray-50"> |
| <div class="container mx-auto px-6"> |
| <div class="text-center mb-16"> |
| <span class="inline-block bg-primary-100 text-primary-800 text-sm font-semibold px-4 py-1 rounded-full mb-4"> |
| Client Success Stories |
| </span> |
| <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4"> |
| Trusted by Industry Leaders |
| </h2> |
| </div> |
| |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
| <div class="bg-white rounded-xl p-8 shadow-sm hover:shadow-md transition-all duration-300"> |
| <div class="flex items-center mb-6"> |
| <img src="http://static.photos/people/200x200/1" alt="Client" class="w-12 h-12 rounded-full mr-4"> |
| <div> |
| <h4 class="font-bold text-gray-900">Sarah Johnson</h4> |
| <p class="text-gray-500 text-sm">CEO, TechCorp</p> |
| </div> |
| </div> |
| <p class="text-gray-600 mb-4"> |
| "BizElegance transformed our operations completely. We've seen a 40% increase in productivity since implementation." |
| </p> |
| <div class="flex text-primary-500"> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| </div> |
| </div> |
| |
| <div class="bg-white rounded-xl p-8 shadow-sm hover:shadow-md transition-all duration-300"> |
| <div class="flex items-center mb-6"> |
| <img src="http://static.photos/people/200x200/2" alt="Client" class="w-12 h-12 rounded-full mr-4"> |
| <div> |
| <h4 class="font-bold text-gray-900">Michael Chen</h4> |
| <p class="text-gray-500 text-sm">CFO, Global Finance</p> |
| </div> |
| </div> |
| <p class="text-gray-600 mb-4"> |
| "The analytics dashboard alone was worth the investment. We've made better decisions thanks to their platform." |
| </p> |
| <div class="flex text-primary-500"> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| </div> |
| </div> |
| |
| <div class="bg-white rounded-xl p-8 shadow-sm hover:shadow-md transition-all duration-300"> |
| <div class="flex items-center mb-6"> |
| <img src="http://static.photos/people/200x200/3" alt="Client" class="w-12 h-12 rounded-full mr-4"> |
| <div> |
| <h4 class="font-bold text-gray-900">Emma Rodriguez</h4> |
| <p class="text-gray-500 text-sm">Director, Creative Agency</p> |
| </div> |
| </div> |
| <p class="text-gray-600 mb-4"> |
| "Their team collaboration tools have revolutionized how we work. Highly recommend to any growing business." |
| </p> |
| <div class="flex text-primary-500"> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| <!-- CTA Section --> |
| <section class="py-20 bg-primary-700 text-white"> |
| <div class="container mx-auto px-6"> |
| <div class="max-w-4xl mx-auto text-center"> |
| <h2 class="text-3xl md:text-4xl font-bold mb-6"> |
| Ready to Transform Your Business? |
| </h2> |
| <p class="text-xl text-primary-100 mb-10"> |
| Join thousands of businesses already experiencing the BizElegance advantage. |
| </p> |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> |
| <a href="#" class="bg-white text-primary-700 hover:bg-primary-50 font-medium rounded-lg px-8 py-3.5 text-lg transition-all duration-300 transform hover:scale-105"> |
| Get Started Free |
| </a> |
| <a href="#" class="border-2 border-white text-white hover:bg-white hover:text-primary-700 font-medium rounded-lg px-8 py-3.5 text-lg transition-all duration-300"> |
| Schedule Demo |
| </a> |
| </div> |
| </div> |
| </div> |
| </section> |
| </main> |
|
|
| <custom-footer></custom-footer> |
|
|
| <script src="components/navbar.js"></script> |
| <script src="components/footer.js"></script> |
| <script src="script.js"></script> |
| <script> |
| feather.replace(); |
| </script> |
| </body> |
| </html> |