@vite(['resources/js/blade.js']) {{-- Navbar --}}
G
GymFlow
{{-- Desktop nav --}} {{-- Mobile right: theme toggle + hamburger --}}
{{-- Mobile dropdown menu --}}
Features Pricing FAQ
Staff Login Start Free Trial →
{{-- HERO --}}
The Complete Gym OS

Run Your Entire Gym
from One Platform

Members, payments, classes, staff, leads, and analytics — all in one beautiful, fast, and affordable gym management system.

Start Free Trial — No card needed See Features
{{-- Stats row --}}
@foreach([['500+','Gyms Using GymFlow'],['2 min','Setup Time'],['99.9%','Uptime SLA'],['14 days','Free Trial']] as $s)

{{ $s[0] }}

{{ $s[1] }}

@endforeach
{{-- FEATURES --}}

Everything You Need

All-in-One Gym Management

@php $features = [ ['icon'=>'👥','title'=>'Member Management', 'desc'=>'Profiles, memberships, progress tracking, and automated renewals in one place.'], ['icon'=>'📅','title'=>'Classes & Timetable', 'desc'=>'Schedule classes, manage bookings, waitlists, and track attendance effortlessly.'], ['icon'=>'💰','title'=>'Payments & Invoices', 'desc'=>'Collect fees via Razorpay, auto-generate GST invoices and digital receipts.'], ['icon'=>'👔','title'=>'Staff & HRMS', 'desc'=>'Shifts, rosters, leave management, and automated payroll for your entire team.'], ['icon'=>'📊','title'=>'CRM & Leads', 'desc'=>'Track prospects through your sales pipeline all the way to paying members.'], ['icon'=>'🏋️','title'=>'Workout & Diet Plans', 'desc'=>'Build and assign personalised training and nutrition plans for every member.'], ['icon'=>'🏢','title'=>'Multi-Branch', 'desc'=>'Manage unlimited branches under one owner account with role-based access.'], ['icon'=>'📈','title'=>'Analytics & P&L', 'desc'=>'Revenue vs expenses, member trends, conversion rates and business health.'], ]; @endphp
@foreach($features as $f)
{{ $f['icon'] }}

{{ $f['title'] }}

{{ $f['desc'] }}

@endforeach
{{-- PRICING --}}

Simple Pricing

Start Free, Scale Fast

14-day free trial on all plans. No credit card required.

@php $pricingPlans = [ ['name'=>'Starter', 'price'=>'₹1,999','period'=>'/month','desc'=>'Perfect for single-location gyms', 'highlight'=>false,'cta'=>'Start Free Trial','features'=>['Up to 500 members','1 branch','All core modules','Email support']], ['name'=>'Pro', 'price'=>'₹4,999','period'=>'/month','desc'=>'For growing gyms and fitness chains', 'highlight'=>true, 'cta'=>'Start Free Trial','features'=>['Unlimited members','Up to 5 branches','All modules + HRMS','Priority support','Custom domain']], ['name'=>'Enterprise', 'price'=>'Custom', 'period'=>'', 'desc'=>'For large chains and franchises', 'highlight'=>false,'cta'=>'Contact Sales', 'features'=>['Unlimited everything','Unlimited branches','Dedicated support','SLA guarantee','White-label option']], ]; @endphp
@foreach($pricingPlans as $plan)
@if($plan['highlight'])
Most Popular
@endif

{{ $plan['name'] }}

{{ $plan['desc'] }}

{{ $plan['price'] }} @if($plan['period']){{ $plan['period'] }}@endif
    @foreach($plan['features'] as $feat)
  • {{ $feat }}
  • @endforeach
{{ $plan['cta'] }}
@endforeach
{{-- FAQ --}}

FAQ

Common Questions

@php $faqs = [ ['q'=>'Is there a free trial?', 'a'=>'Yes — every new account starts with a 14-day free trial. No credit card required. You can explore all features and add real members during the trial.'], ['q'=>'Can I manage multiple branches?', 'a'=>'Absolutely. GymFlow is built for multi-branch operations. Every branch gets its own staff, member base, attendance tracking, and P&L — all under one owner account.'], ['q'=>'Do my members get a portal?', 'a'=>'Yes. Every gym on GymFlow gets a public-facing website on a subdomain and a member login portal where members can view their membership, invoices, and workout plans.'], ['q'=>'What payment methods are supported?', 'a'=>'GymFlow integrates with Razorpay, supporting UPI, net banking, cards, and wallets. Invoices are auto-generated with GST support.'], ['q'=>'Can I import my existing member data?', 'a'=>'Yes. We provide a CSV import tool and our support team can help you migrate data from Excel or your existing software during onboarding.'], ['q'=>'Is my data secure?', 'a'=>'Each gym is fully isolated in its own tenant environment. Data is encrypted at rest and in transit. We maintain daily backups and offer 99.9% uptime SLA on Pro and Enterprise plans.'], ['q'=>'Can I cancel anytime?', 'a'=>'Yes. GymFlow is month-to-month with no lock-in. You can cancel anytime and export your data at any point.'], ]; @endphp
@foreach($faqs as $faq)

{{ $faq['a'] }}

@endforeach
{{-- CTA --}}

Ready to transform your gym?

Join hundreds of gym owners who run smarter with GymFlow. Start for free today.

Start Your Free Trial →
{{-- Footer --}}