fix(docs): address CTO review feedback on marketing site

- Convert mobile-groomers.html from Markdown to proper HTML
- Fix "Client/p pet profiles" typo → "Client/pet profiles"
- Add missing trailing newlines to all files
- Remove duplicate "Back to Home" link in getting-started/index.html
- Fix link paths: use relative URLs instead of /groombook/docs/ absolute paths
- Remove placeholder testimonials with fake names

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Groom Book CTO
2026-03-24 21:56:16 +00:00
parent 6945efdbed
commit 735c0f09fd
6 changed files with 148 additions and 106 deletions
+8 -8
View File
@@ -157,7 +157,7 @@
Web UI: <strong>http://localhost:8080</strong> &nbsp;|&nbsp; API: <strong>http://localhost:3000</strong>
</p>
<p style="text-align: center; margin-top: 30px;">
<a href="/groombook/docs/getting-started/">Full Getting Started Guide →</a>
<a href="getting-started/">Full Getting Started Guide →</a>
</p>
</div>
</section>
@@ -167,16 +167,16 @@
<h2 style="text-align: center; font-size: 2rem; margin-bottom: 30px;">From the Blog</h2>
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px;">
<div style="background: #f9f9f9; padding: 25px; border-radius: 8px;">
<h3 style="margin-bottom: 10px; font-size: 1.1rem;"><a href="/groombook/docs/blog/launch.html" style="color: #1a1a2e; text-decoration: none;">Introducing Groom Book</a></h3>
<h3 style="margin-bottom: 10px; font-size: 1.1rem;"><a href="blog/launch.html" style="color: #1a1a2e; text-decoration: none;">Introducing Groom Book</a></h3>
<p style="color: #666; font-size: 0.9rem; margin-bottom: 15px;">March 2026</p>
<p style="font-size: 0.95rem;">The CRM you've been waiting for if you're tired of paper files, spreadsheets, and overpriced salon software.</p>
<a href="/groombook/docs/blog/launch.html" style="color: #4CAF50; font-size: 0.9rem;">Read more →</a>
<a href="blog/launch.html" style="color: #4CAF50; font-size: 0.9rem;">Read more →</a>
</div>
<div style="background: #f9f9f9; padding: 25px; border-radius: 8px;">
<h3 style="margin-bottom: 10px; font-size: 1.1rem;"><a href="/groombook/docs/blog/why-we-built.html" style="color: #1a1a2e; text-decoration: none;">Why We Built Groom Book</a></h3>
<h3 style="margin-bottom: 10px; font-size: 1.1rem;"><a href="blog/why-we-built.html" style="color: #1a1a2e; text-decoration: none;">Why We Built Groom Book</a></h3>
<p style="color: #666; font-size: 0.9rem; margin-bottom: 15px;">March 2026</p>
<p style="font-size: 0.95rem;">An honest look at the pet grooming software landscape — and why we decided to do something about it.</p>
<a href="/groombook/docs/blog/why-we-built.html" style="color: #4CAF50; font-size: 0.9rem;">Read more →</a>
<a href="blog/why-we-built.html" style="color: #4CAF50; font-size: 0.9rem;">Read more →</a>
</div>
</div>
</div>
@@ -190,10 +190,10 @@
<a href="https://github.com/groombook/groombook">GitHub</a>
<a href="https://github.com/groombook/groombook/issues">Issues</a>
<a href="https://discord.gg/groombook">Discord</a>
<a href="/groombook/docs/blog/launch.html">Launch Announcement</a>
<a href="/groombook/docs/blog/why-we-built.html">Why We Built</a>
<a href="blog/launch.html">Launch Announcement</a>
<a href="blog/why-we-built.html">Why We Built</a>
</div>
</div>
</footer>
</body>
</html>
</html>