From b80aa591ae2b9b4a536c81f926126c88576f936a Mon Sep 17 00:00:00 2001 From: "Pawla Abdul (CMO)" Date: Sun, 29 Mar 2026 07:04:07 +0000 Subject: [PATCH] feat: add 'How It Works' demo section to homepage Adds responsive grid of three core groomer workflows: - Book an Appointment (breed-aware scheduling) - Client Portal & Pet History (records management) - Manage Waitlist & No-Shows (automation) Includes placeholder for demo assets (screenshots/video) pending CTO assets delivery (GRO-243). Section drives visitors to live demo or local deployment options. Responsive design matches existing site patterns and styling. Co-Authored-By: Paperclip --- index.html | 44 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 40 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index e7f71a1..994a344 100644 --- a/index.html +++ b/index.html @@ -71,6 +71,14 @@ .blog-date { color: #999; font-size: 0.9rem; margin-bottom: 15px; } .blog-card p { color: #666; font-size: 0.95rem; line-height: 1.7; } .blog-card a { color: #4CAF50; font-weight: 600; text-decoration: none; } + .how-it-works-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; margin-bottom: 50px; } + .workflow-card { background: #f9f9f9; padding: 35px; border-radius: 10px; text-align: center; transition: transform 0.3s; } + .workflow-card:hover { transform: translateY(-5px); } + .workflow-icon { font-size: 2.5rem; margin-bottom: 15px; } + .workflow-card h3 { color: #1a1a2e; margin-bottom: 12px; font-size: 1.25rem; } + .workflow-card p { color: #666; line-height: 1.7; font-size: 0.95rem; } + .asset-placeholder { background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%); border: 2px dashed #ccc; border-radius: 8px; padding: 60px 20px; text-align: center; color: #999; margin: 40px 0; } + .asset-placeholder p { margin: 0; font-size: 0.95rem; } footer { background: #1a1a2e; color: #fff; padding: 50px 0; text-align: center; border-top: 1px solid #333; } footer p { color: #c0c0c0; } footer strong { color: #fff; } @@ -142,10 +150,38 @@
-

See It In Action

-

Try the live demo environment. Log in with demo credentials to explore the full groomer and customer experience.

- Launch Demo → -

Or run it locally: docker compose up

+

How It Works

+

Three core workflows that solve grooming shop chaos.

+ +
+
+
📅
+

Book an Appointment

+

Breed-aware scheduling that handles duration and complexity. Never double-book again. Clients can book themselves through the portal, and you get instant SMS/email notifications.

+
+ +
+
👥
+

Client Portal & Pet History

+

Searchable client records. Track pet health notes, vaccination dates, allergies, and coat preferences. One place for all the information you used to keep on scraps of paper.

+
+ +
+
+

Manage Waitlist & No-Shows

+

Automated waitlist system fills cancellations instantly. Send no-show reminders and track which clients are reliable. Never lose a booking to a last-minute cancellation again.

+
+
+ +
+

📸 Screenshots and walkthroughs coming soon — showing the live product in action

+
+ +
+

Ready to try it? Choose your path:

+ Launch Live Demo → + Deploy Locally +