File size: 12,496 Bytes
5ab7da5 | 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 | <!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> |