feat: enhance landing page with FAQ, testimonials, and trust sections - #159
Closed
saurabhhhcodes wants to merge 1 commit into
Closed
feat: enhance landing page with FAQ, testimonials, and trust sections#159saurabhhhcodes wants to merge 1 commit into
saurabhhhcodes wants to merge 1 commit into
Conversation
Implements #88 - FAQ section with expandable/collapsible accordion (aria-expanded, grid-rows transition, single-open behavior). - Customer testimonials with 5-star ratings. - Features highlight grid (zero-knowledge vault, Argon2id, session monitoring, panic lock, shared secrets, managed security). - Stats band (AES-256, Argon2id, zero-knowledge, open source). - Final CTA band with better conversion placement. - 'Learn more' hero anchor linking to features. - HomePage.test.tsx: 4 tests covering section rendering, CTA links, FAQ expand/collapse, and single-open behavior.
|
Someone is attempting to deploy a commit to the pankaj-bind's projects Team on Vercel. A member of the Team first needs to authorize it. |
4 tasks
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.
Implements #88
What's new
Landing page upgraded from a single hero block to a full conversion-focused page, matching the existing Tailwind light/dark design system:
aria-expanded+role=region, smooth grid-rows transition, single-item-open behavior.Tests
frontend/src/pages/__tests__/HomePage.test.tsx(4 tests): section rendering, CTA link presence (hero + final band), FAQ expand/collapse, single-open behavior.Note:
npm run buildcurrently fails insrc/utils/encryption.ts(pre-existing syntax error on the repo's fix branches, unrelated to this change — this PR touches onlyHomePage.tsx+ its test).