Fix: Merged layouts for core and dog sections as much as possible.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
{% block page_head %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='dist/css/core_contact.bundle.css') }}">
|
||||
{% include 'layouts/_shared_project_hub.html' %}
|
||||
{% include 'layouts/_shared_project_hub_scripts.html' %}
|
||||
{% endblock %}
|
||||
|
||||
{% block page_nav_links %}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
{% block page_head %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='dist/css/core_contact.bundle.css') }}">
|
||||
{% include 'layouts/_shared_project_hub.html' %}
|
||||
{% include 'layouts/_shared_project_hub_scripts.html' %}
|
||||
{% endblock %}
|
||||
|
||||
{% block page_nav_links %}
|
||||
|
||||
@@ -14,8 +14,6 @@
|
||||
<a href="#{{ model.FLAG_SOCIAL_PROOF }}">Social Proof</a>
|
||||
<a href="#{{ model.FLAG_TESTIMONIAL }}">Testimonial</a>
|
||||
<a href="#{{ model.FLAG_EARLY_ACCESS }}">Early Access</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 %}
|
||||
|
||||
@@ -23,7 +21,7 @@
|
||||
<section class="hero">
|
||||
<div class="{{ model.FLAG_CONTAINER }}">
|
||||
<div class="hero-content" data-aos="fade-up">
|
||||
<a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_PRIMARY }}">NOW AVAILABLE</a>
|
||||
<a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_SUCCESS }}">NOW AVAILABLE</a>
|
||||
<h1>Finally, Professional Software Built for Dog Trainers</h1>
|
||||
<p>Stop losing track of client progress and spending hours on admin. Fetch Metrics helps you track every command, demonstrate real results, and keep clients engaged.</p>
|
||||
<!-- <a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_PRIMARY }}">Get Early Access</a>
|
||||
@@ -93,7 +91,7 @@
|
||||
<section id="{{ model.FLAG_SOLUTION }}" class="{{ model.FLAG_SOLUTION }}">
|
||||
<div class="{{ model.FLAG_CONTAINER }}">
|
||||
<h2 class="section-title text-center">See It In Action</h2>
|
||||
<p class="section-subtitle text-center">This isn't vaporware - we've built a working system that professional trainers are already using:</p>
|
||||
<p class="section-subtitle text-center">This isn't just concept software - we've built a working system that professional trainers are already using:</p>
|
||||
<div class="{{ model.FLAG_CARD }} {{ model.FLAG_SOLUTION }}">
|
||||
<div class="{{ model.FLAG_CONTAINER }}">
|
||||
<h3>📝 Command Management</h3>
|
||||
|
||||
Reference in New Issue
Block a user