{% extends 'base.html.twig' %}
{% block meta_description %}{{ meta_description }}{% endblock %}
{% block title %}{{ page_title }}{% endblock %}
{% block body %}
<!-- Hero Section -->
<section class="bg-primary bg-gradient py-5 py-md-6">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 mb-4 mb-md-0">
<h1 class="display-4 fw-bold text-white mb-3">
Transform Your Workplace with Team Fitness Challenges
</h1>
<p class="fs-4 text-white-50 mb-4">
Boost morale, improve health, and build team spirit through friendly competition
</p>
<div class="d-flex flex-column flex-sm-row gap-3">
<div class="vue-cta-button" data-text="Get Started" data-link="/register" data-type="primary"></div>
<div class="vue-cta-button" data-text="Learn More" data-link="#features" data-type="outline"></div>
</div>
</div>
<div class="col-md-6">
<div class="hero-image-container">
<img id="hero-image" src="https://placehold.co/600x400/1E88E5/FFFFFF?text=Team+Fitness+Challenge" alt="Team Fitness Challenge">
</div>
</div>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="bg-white py-5">
<div class="container">
<div id="animated-stats"></div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="bg-light py-5">
<div class="container">
<div class="text-center mb-5">
<h2 class="display-5 fw-bold mb-3">Why Choose Fatness for Service?</h2>
<p class="fs-4 text-secondary mx-auto" style="max-width: 800px;">
Our platform makes it easy to organize and participate in corporate fitness challenges that boost team morale and improve health.
</p>
</div>
<div id="feature-showcase"></div>
</div>
</section>
<!-- How It Works Section -->
<section id="how-it-works" class="bg-white py-5">
<div class="container">
<div class="text-center mb-5">
<h2 class="display-5 fw-bold mb-3">How It Works</h2>
<p class="fs-4 text-secondary mx-auto" style="max-width: 800px;">
Getting started with Fatness for Service is simple and straightforward.
</p>
</div>
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-4 g-4">
<!-- Step 1 -->
<div class="col">
<div class="card h-100 shadow-sm position-relative">
<div class="position-absolute top-0 start-0 translate-middle bg-primary text-white rounded-circle d-flex align-items-center justify-content-center" style="width: 48px; height: 48px;">
<span class="fs-4 fw-bold">1</span>
</div>
<div class="card-body pt-4">
<h3 class="fs-4 fw-bold mb-3">Create or Join a Team</h3>
<p class="text-secondary">Form a team with your colleagues or join an existing one to start your fitness journey together.</p>
</div>
</div>
</div>
<!-- Step 2 -->
<div class="col">
<div class="card h-100 shadow-sm position-relative">
<div class="position-absolute top-0 start-0 translate-middle bg-primary text-white rounded-circle d-flex align-items-center justify-content-center" style="width: 48px; height: 48px;">
<span class="fs-4 fw-bold">2</span>
</div>
<div class="card-body pt-4">
<h3 class="fs-4 fw-bold mb-3">Participate in Activities</h3>
<p class="text-secondary">Engage in various fitness activities like running, cycling, or team sports that earn points for your team.</p>
</div>
</div>
</div>
<!-- Step 3 -->
<div class="col">
<div class="card h-100 shadow-sm position-relative">
<div class="position-absolute top-0 start-0 translate-middle bg-primary text-white rounded-circle d-flex align-items-center justify-content-center" style="width: 48px; height: 48px;">
<span class="fs-4 fw-bold">3</span>
</div>
<div class="card-body pt-4">
<h3 class="fs-4 fw-bold mb-3">Submit Evidence</h3>
<p class="text-secondary">Upload photos or connect fitness apps to verify your activities and earn points for your team.</p>
</div>
</div>
</div>
<!-- Step 4 -->
<div class="col">
<div class="card h-100 shadow-sm position-relative">
<div class="position-absolute top-0 start-0 translate-middle bg-primary text-white rounded-circle d-flex align-items-center justify-content-center" style="width: 48px; height: 48px;">
<span class="fs-4 fw-bold">4</span>
</div>
<div class="card-body pt-4">
<h3 class="fs-4 fw-bold mb-3">Climb the Leaderboard</h3>
<p class="text-secondary">Track your team's progress on real-time leaderboards and compete for the top spot.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section id="testimonials" class="bg-light py-5">
<div class="container">
<div class="text-center mb-5">
<h2 class="display-5 fw-bold mb-3">What Our Users Say</h2>
<p class="fs-4 text-secondary mx-auto" style="max-width: 800px;">
Hear from companies that have transformed their workplace with Fatness for Service.
</p>
</div>
<div class="row row-cols-1 row-cols-md-3 g-4">
<!-- Testimonial 1 -->
<div class="col">
<div class="card h-100 shadow-sm">
<div class="card-body">
<div class="d-flex align-items-center mb-3">
<img src="https://placehold.co/100/1E88E5/FFFFFF?text=JD" alt="John Doe" class="rounded-circle me-3" width="48" height="48">
<div>
<h4 class="fw-bold mb-0">John Doe</h4>
<p class="text-secondary small">HR Director, TechCorp</p>
</div>
</div>
<p class="text-secondary fst-italic">"Implementing Fatness for Service has transformed our company culture. Employee engagement is up 40% and sick days are down!"</p>
</div>
</div>
</div>
<!-- Testimonial 2 -->
<div class="col">
<div class="card h-100 shadow-sm">
<div class="card-body">
<div class="d-flex align-items-center mb-3">
<img src="https://placehold.co/100/43A047/FFFFFF?text=JS" alt="Jane Smith" class="rounded-circle me-3" width="48" height="48">
<div>
<h4 class="fw-bold mb-0">Jane Smith</h4>
<p class="text-secondary small">Team Lead, InnovateCo</p>
</div>
</div>
<p class="text-secondary fst-italic">"The friendly competition has brought our remote teams closer together. We've seen improved collaboration across departments."</p>
</div>
</div>
</div>
<!-- Testimonial 3 -->
<div class="col">
<div class="card h-100 shadow-sm">
<div class="card-body">
<div class="d-flex align-items-center mb-3">
<img src="https://placehold.co/100/00ACC1/FFFFFF?text=RJ" alt="Robert Johnson" class="rounded-circle me-3" width="48" height="48">
<div>
<h4 class="fw-bold mb-0">Robert Johnson</h4>
<p class="text-secondary small">CEO, StartupXYZ</p>
</div>
</div>
<p class="text-secondary fst-italic">"Our team's health metrics have improved significantly since implementing these challenges. The ROI on this platform has been incredible."</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="bg-success bg-gradient py-5">
<div class="container text-center">
<h2 class="display-5 fw-bold text-white mb-3">Ready to Transform Your Workplace?</h2>
<p class="fs-4 text-white-50 mb-4 mx-auto" style="max-width: 800px;">
Join hundreds of companies already improving team health and morale with Fatness for Service.
</p>
<div class="d-flex flex-column flex-sm-row justify-content-center gap-3">
<div class="vue-cta-button" data-text="Register Now" data-link="/register" data-type="primary"></div>
<div class="vue-cta-button" data-text="Contact Sales" data-link="/contact" data-type="outline"></div>
</div>
</div>
</section>
{% endblock %}