Add dedicated reviews page and consolidate customer testimonials#65
Merged
stefan-burke merged 5 commits intomainfrom Apr 3, 2026
Merged
Add dedicated reviews page and consolidate customer testimonials#65stefan-burke merged 5 commits intomainfrom
stefan-burke merged 5 commits intomainfrom
Conversation
- Create dedicated /reviews/ page with all customer quotes attributed to their sources (Elliott's Bouncy Castle Hire) with link to the full review - Remove reviewer names from quotes on home, features, perfect-for, and compared-to pages — visitors can see attributions on /reviews/ - Add "Read more reviews" links on pages with quotes - All quotes already have quotation marks in blockquote format https://claude.ai/code/session_01LUurmFFechFvELS48cyEHJ
- Remove 2 unverifiable quotes ("game changer / saved us a few bob"
and "no more holding data on paper") not found in source text
- Fix "doubling" → "double" to match source (reviews + kids-parties)
- Fix "so much" → "sooo much" to match source (reviews + webhooks)
- Remove duplicate quote from reviews page
https://claude.ai/code/session_01LUurmFFechFvELS48cyEHJ
The "game changer / saves us a few bob" quote is from Elliott's Google review of Chobble, not the blog post. Restored with accurate wording and added Google review link to the reviews page attribution. https://claude.ai/code/session_01LUurmFFechFvELS48cyEHJ
These are two different reviewers — Paul left a Google review, while Elliott's Bouncy Castle Hire wrote a detailed blog post. Give each their own section on the reviews page. https://claude.ai/code/session_01LUurmFFechFvELS48cyEHJ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Created a new dedicated reviews page to showcase customer testimonials and updated existing pages to link to this centralized location instead of embedding full review content.
Key Changes
pages/reviews.md- a dedicated reviews page featuring Elliott's Bouncy Castle Hire's comprehensive testimonial with multiple quotes about the platform's features, pricing, and ease of usepages/home.md- removed attribution from hero testimonialspages/features/qr-code-check-ins.md- removed inline citationspages/features/webhooks.md- removed inline citationspages/compared-to/eventbrite.md- removed inline citationspages/perfect-for/kids-parties.md- removed inline citationspages/perfect-for/workshops.md- removed inline citationsImplementation Details
https://claude.ai/code/session_01LUurmFFechFvELS48cyEHJ