231 lines
14 KiB
HTML
231 lines
14 KiB
HTML
<!-- v2a -->
|
|
|
|
{% extends 'layouts/layout.html' %}
|
|
|
|
{% block page_head %}
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='dist/css/core_home.bundle.css') }}">
|
|
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css"> -->
|
|
{% endblock %}
|
|
|
|
{% block page_nav_links %}
|
|
<a href="#{{ model.FLAG_BENEFITS }}">Benefits</a>
|
|
<a href="#{{ model.FLAG_PROBLEM }}">Problem</a>
|
|
<a href="#{{ model.FLAG_SOLUTION }}">Solution</a>
|
|
<a href="#{{ model.FLAG_EARLY_ACCESS }}">Early Access</a>
|
|
<!-- <a href="#{{ model.FLAG_SOCIAL_PROOF }}">Social Proof</a>
|
|
<a href="#{{ model.FLAG_FEATURES }}">Features</a>
|
|
<a href="#{{ model.FLAG_FAQ }}">FAQs</a> -->
|
|
<a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_PRIMARY }}">Contact Us</a>
|
|
{% endblock %}
|
|
|
|
{% block page_body %}
|
|
<section class="hero">
|
|
<div class="container">
|
|
<div class="hero-content" data-aos="fade-up">
|
|
<h1>Transform Your Dog Training Business with Smart Progress Tracking</h1>
|
|
<p>The first UK-built platform designed specifically for professional dog trainers. Track progress, measure success, and keep clients engaged like never before.</p>
|
|
<!-- <a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_PRIMARY }}">Get Early Access</a>
|
|
<p>Join forward-thinking trainers across the UK who are revolutionising how they manage their business.</p> -->
|
|
<!-- <a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_PRIMARY }}">Watch 2-Minute Demo</a> -->
|
|
<a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_PRIMARY }}">Join the Waitlist</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="{{ model.FLAG_BENEFITS }}" class="{{ model.FLAG_BENEFITS }}">
|
|
<div class="container">
|
|
<h2 class="section-title text-center">Finally, Software That Understands Dog Training</h2> <!-- Finally, A System That Speaks Your Language -->
|
|
<p class="section-subtitle text-center">Running a successful dog training business shouldn't mean drowning in paperwork or losing track of client progress. Fetch Metrics brings clarity to every session, ensuring both you and your clients stay perfectly synchronized.</p>
|
|
|
|
<div class="{{ model.FLAG_CARD }} {{ model.FLAG_BENEFITS }}">
|
|
<p class="section-subtitle text-center"><strong>Key benefits:</strong></p>
|
|
<ul>
|
|
<li>📊 <strong>Track Real Progress:</strong> Document every breakthrough and milestone with detailed performance tracking that shows exactly how each dog is progressing with specific commands.</li>
|
|
<li>🤝 <strong>Keep Everyone in Sync:</strong> Ensure trainers and owners use consistent commands and signals. No more confusion, no more mixed messages, just clear communication that accelerates results.</li>
|
|
<li>📈 <strong>Prove Your Value:</strong> Generate professional progress reports that showcase improvement over time. Show clients exactly why your training works.</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="{{ model.FLAG_PROBLEM }}" class="{{ model.FLAG_PROBLEM }}">
|
|
<div class="container">
|
|
<h2 class="section-title text-center">Sound Familiar?</h2>
|
|
|
|
<div class="{{ model.FLAG_CARD }} {{ model.FLAG_PROBLEM }}">
|
|
<p class="section-subtitle text-center">Pain Points:</p>
|
|
<ul>
|
|
<li>Spending hours on admin instead of training</li>
|
|
<li>Clients forgetting commands between sessions</li>
|
|
<li>No clear way to show progress over time</li>
|
|
<li>Different trainers or pets using different signals</li>
|
|
<li>Lost notes and forgotten homework</li>
|
|
</ul>
|
|
<!--
|
|
<p>You became a dog trainer to work with animals and help families - not to be a data entry clerk. Yet successful trainers tell us they spend more time on administration than actual training.</p>
|
|
-->
|
|
<p>Fetch Metrics solves these challenges with purpose-built tools that streamline your workflow and enhance client results. Spend less time on paperwork and more time doing what you love.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="{{ model.FLAG_SOLUTION }}" class="{{ model.FLAG_SOLUTION }}">
|
|
<div class="container">
|
|
<h2 class="section-title text-center">Simple to Start, Powerful in Practice</h2>
|
|
<div class="{{ model.FLAG_CARD }} {{ model.FLAG_SOLUTION }}">
|
|
<ul>
|
|
<li><strong>1. Set Up Your Business:</strong> Add your trainers, create client profiles, and customise your training programmes in minutes.</li>
|
|
<li><strong>2. Track Every Session:</strong> Record progress, document breakthroughs, and maintain consistency across all trainers and clients.</li>
|
|
<li><strong>3. Engage Your Clients:</strong> Give owners access to their dog's journey, including command reminders and homework assignments.</li>
|
|
<li><strong>4. Showcase Success:</strong> Generate professional reports that demonstrate progress and justify your expertise.</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="{{ model.FLAG_EARLY_ACCESS }}" class="{{ model.FLAG_EARLY_ACCESS }}">
|
|
<div class="container">
|
|
<h2 class="section-title text-center">Be Among the First</h2>
|
|
<p class="section-subtitle text-center">We're putting the finishing touches on something special. Join our early access list to:</p>
|
|
<div class="{{ model.FLAG_CARD }} {{ model.FLAG_EARLY_ACCESS }}">
|
|
<ul>
|
|
<li>✓ Get exclusive first access when we launch</li>
|
|
<li>✓ Lock in founder pricing (up to 50% off)</li>
|
|
<li>✓ Shape the features that matter most to you</li>
|
|
<li>✓ Join a community of forward-thinking trainers</li>
|
|
</ul>
|
|
<a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_PRIMARY }}">Reserve My Spot</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!--
|
|
<section id="{{ model.FLAG_FEATURES }}" class="{{ model.FLAG_FEATURES }}">
|
|
<div class="container">
|
|
<h2 class="section-title text-center">Everything You Need, Nothing You Don't</h2>
|
|
<div class="{{ model.FLAG_CARD }} {{ model.FLAG_FEATURES }}">
|
|
< !--
|
|
<ul>
|
|
<li>✓ Detailed command performance tracking</li>
|
|
<li>✓ Multi-level skill progression monitoring</li>
|
|
<li>✓ Professional progress report generation</li>
|
|
<li>✓ Client and dog profile management</li>
|
|
<li>✓ Session planning and note-taking</li>
|
|
<li>✓ Mobile-friendly for field use</li>
|
|
<li>✓ Secure cloud-based storage</li>
|
|
<li>✓ GDPR compliant</li>
|
|
</ul>
|
|
-- >
|
|
<ul>
|
|
<li>✓ Comprehensive progress tracking for individual commands</li>
|
|
<li>✓ Unified command library for team consistency</li>
|
|
<li>✓ Client portal for owner engagement</li>
|
|
<li>✓ Session scheduling and reminders</li>
|
|
<li>✓ Professional progress reporting</li>
|
|
<li>✓ Mobile-friendly for field use</li>
|
|
<li>✓ Secure photo and video storage</li>
|
|
<li>✓ Multi-trainer support with permissions</li>
|
|
</ul>
|
|
<a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_PRIMARY }}">Reserve Your Spot Now</a>
|
|
<p>And this is just the beginning. We're constantly adding features based on feedback from trainers like you.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="{{ model.FLAG_BENEFITS }}" class="{{ model.FLAG_BENEFITS }}">
|
|
<div class="container">
|
|
<h2 class="section-title text-center">More Than Just Software - It's Your Training Partner</h2>
|
|
<div class="{{ model.FLAG_CARD }} {{ model.FLAG_BENEFITS }}">
|
|
<p class="section-subtitle text-center">For Your Business:</p>
|
|
<ul>
|
|
<li>✓ Reduce admin time by 70% with automated progress tracking</li>
|
|
<li>✓ Increase client retention with professional progress reports</li>
|
|
<li>✓ Stand out from competitors with data-driven training insights</li>
|
|
</ul>
|
|
<p class="section-subtitle text-center">For Your Clients:</p>
|
|
<ul>
|
|
<li>✓ See their dog's journey from first sit to graduation</li>
|
|
<li>✓ Understand exactly what their dog has mastered</li>
|
|
<li>✓ Feel confident in your professional approach</li>
|
|
</ul>
|
|
<p class="section-subtitle text-center">For Your Dogs:</p>
|
|
<ul>
|
|
<li>✓ Consistent training approach across all sessions</li>
|
|
<li>✓ Targeted practice on areas that need work</li>
|
|
<li>✓ Faster progression through structured tracking</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="{{ model.FLAG_SOCIAL_PROOF }}" class="{{ model.FLAG_SOCIAL_PROOF }}">
|
|
<div class="container">
|
|
<h2 class="section-title text-center">Built for UK Trainers, By UK Trainers</h2>
|
|
|
|
<div class="{{ model.FLAG_CARD }} {{ model.FLAG_SOCIAL_PROOF }}">
|
|
<p>We understand the unique challenges of running a dog training business in the UK. That's why we've created the first platform designed specifically for our market.</p>
|
|
<p class="section-subtitle text-center">Stats:</p>
|
|
<ul>
|
|
<li>✓ 30+ Professional Trainers in Beta</li>
|
|
<li>✓ 500+ Dogs Successfully Tracked</li>
|
|
<li>✓ 10 Hours Saved Per Week (Average)</li>
|
|
<li>✓ 40% Increase in Client Retention</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
-->
|
|
<!--
|
|
<section class="{{ model.FLAG_CTA_1 }}">
|
|
<div class="container">
|
|
<h2 class="section-title">Ready to Revolutionise Your Training Business?</h2>
|
|
<p class="section-subtitle text-center">Join the waitlist for early access to the UK's most comprehensive dog training management platform.</p>
|
|
<a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_LIGHT }}">Get Early Access Today</a>
|
|
<p>30-day money-back guarantee • Cancel anytime • No setup fees</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="{{ model.FLAG_PRICING }}" class="{{ model.FLAG_PRICING }}">
|
|
<div class="container">
|
|
<h2 class="section-title">Pricing That Grows With You</h2>
|
|
<p class="section-subtitle text-center">Whether you're an independent trainer or managing a team, we have a plan that fits. All plans include our core features with no hidden fees.</p>
|
|
<a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_LIGHT }}">Get Early Access Today</a>
|
|
<p>30-day money-back guarantee • Cancel anytime • No setup fees</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="{{ model.FLAG_FAQ }}" class="{{ model.FLAG_FAQ }}">
|
|
<div class="container">
|
|
<h2 class="section-title text-center">FAQs</h2>
|
|
<div class="{{ model.FLAG_CARD }} {{ model.FLAG_FAQ }}">
|
|
<ul>
|
|
<li><strong>Q: Is this just another scheduling app?:</strong> A: No, we're focused on what matters most - tracking and showcasing training progress. While we include scheduling features, our core strength is detailed command performance tracking and professional reporting.</li>
|
|
<li><strong>Q: Do my clients need their own accounts?:</strong> A: That's up to you! You can generate reports to share, or give clients access to view their dog's progress directly.</li>
|
|
<li><strong>Q: How detailed is the progress tracking?:</strong> A: As detailed as you need. Track success rates, duration, distractions, environments, and more for every command and behaviour.</li>
|
|
<li><strong>Q: Will this work for my training style?:</strong> A: Built by trainers, for trainers. Whether you use positive reinforcement, balanced training, or specialised techniques, our flexible system adapts to you.</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
-->
|
|
|
|
<section class="{{ model.FLAG_CTA_2 }}">
|
|
<div class="container">
|
|
<h2 class="section-title">Built for UK Trainers, by UK Trainers</h2>
|
|
<p class="section-subtitle text-center">Fetch Metrics isn't another generic business tool trying to fit your needs. We're building this specifically for the unique requirements of professional dog training in the UK.</p>
|
|
<a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_LIGHT }}">Questions?</a>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- CDN -- >
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
|
|
<script>
|
|
document.addEventListener('DOMContentLoaded', () => {
|
|
AOS.init({
|
|
duration: 1000,
|
|
once: true
|
|
});
|
|
});
|
|
</script>
|
|
-->
|
|
{% endblock %} |