feat(web): update homepage content and add hero A/B test#3529
Merged
ComputelessComputer merged 6 commits intomainfrom Feb 2, 2026
Merged
feat(web): update homepage content and add hero A/B test#3529ComputelessComputer merged 6 commits intomainfrom
ComputelessComputer merged 6 commits intomainfrom
Conversation
- Update hero section title to 'Take Meeting Notes With AI of Your Choice' - Update subtitle to emphasize STT and LLM provider choice - Update value props grid: No Forced Stack, You Own Your Data, Just Works - Update CoolStuffSection to 'Secure by Design' with updated descriptions - Update mainFeatures with new descriptions for transcription, summary, chat - Add Keyboard shortcuts feature, update Floating panel description - Replace Contacts with Custom templates in detailsFeatures - Update CTA section to 'Your meetings. Your data. Your control.' Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
✅ Deploy Preview for hyprnote ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for hyprnote-storybook canceled.
|
- Fix typo: 'are not added value' -> 'are not adding value' - Add FAQ section with 5 questions from Google Doc: 1. What languages does Hyprnote support? 2. Can I import existing recordings? 3. Does Hyprnote train AI models on my data? 4. Is Hyprnote safe? 5. How is Hyprnote different from other AI note-takers? Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
- Add PostHog feature flag 'hero-ab-test' for hero section A/B testing - Control variant: 'Take Meeting Notes With AI of Your Choice' - Variant A: 'AI Notepad for Meetings—No Strings Attached.' - Track hero_section_viewed event with variant info - Include hero_variant in conversion tracking events - Update ValuePropsGrid to accept dynamic props based on variant Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
- Fix type narrowing for useFeatureFlagVariantKey return type - Use more flexible ReadonlyArray type for ValuePropsGrid props Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
Use FAQ and FAQItem components from mdx-jobs for consistent styling with the /jobs/designteer page Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
Fix data inconsistency where unknown PostHog variants would be tracked but control content would be displayed. Now the variant is validated first and used for both content lookup and tracking. Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
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.
feat(web): update homepage content and add hero A/B test
Summary
Updates the homepage content based on the Google Doc "Homepage copy A/B Test" Version 2 tab, adds a new FAQ section, and implements A/B testing for the hero section using PostHog feature flags.
Key content changes:
Updates since last revision
"variant_b") would be tracked in analytics butcontrolcontent would be displayed. Now the variant is validated first and used for both content lookup and tracking.FAQandFAQItemcomponents frommdx-jobs.tsxfor consistent styling with the/jobs/designteerpage (uses native<details>elements instead of custom accordion)hero-ab-testwith two variants:control: Current Version 2 copy ("Take Meeting Notes With AI of Your Choice")variant_a: Version 1 copy ("AI Notepad for Meetings—No Strings Attached.")hero_section_viewedevent andhero_variantproperty to conversion eventsReview & Testing Checklist for Human
hero-ab-testmust be created in PostHog dashboard with variantscontrolandvariant_a(50/50 split recommended) - code will show control variant until this is configuredhero_variantin analytics matches the content actually displayed (especially test with an unknown variant value)/jobs/designteerNotes
useFeatureFlagVariantKeyfrom@posthog/react- shows control variant while flags are loading or if flag doesn't existhero-ab-testwith string variantscontrolandvariant_amdx-jobs.tsx(same as job posting pages)dprint checkon the modified fileLink to Devin run: https://app.devin.ai/sessions/e31917453f12498fb724358eca5c334c
Requested by: @ComputelessComputer