-
Notifications
You must be signed in to change notification settings - Fork 2
feat: add Reviews testimonial carousel and How We Work scroll-pinned section #233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
c32fc03
feat: add Reviews testimonial carousel and How We Work scroll-pinned …
rabden 1f0f0bb
fix: change h1 to h2 in HowWeWork for proper heading hierarchy
github-actions[bot] 4e213a3
fix: address PR review feedback and reorder How We Work section
rabden 6447b0c
redesign about, team profile, how-we-work; fix review/product badges
rabden e52c5c4
address PR #233 bot review items: about/team reduced-motion, testid, …
rabden 10df22e
chore: stop tracking .cortexkit tool artifacts
rabden 1285601
refactor: use window.scrollY instead of deprecated pageYOffset
github-actions[bot] 9b6e1a0
Update src/components/ui/button.tsx
rabden 72c6bea
fix: remove duplicate catch block in button audio handler
github-actions[bot] 971e9b9
nav: add How We Work and Reviews section tabs
rabden 82f0e60
fix: address review feedback in how-we-work component
github-actions[bot] 345713f
nav: widen island to 1000px, hide optional items below xl
rabden b56af4f
perf: use useReducedMotion hook in MagneticButton
github-actions[bot] 0bbc8ed
fix: add dedicated mobile layout for how-we-work section
rabden File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -92,3 +92,6 @@ worktrees/ | |
| .impeccable/ | ||
| DESIGN.md | ||
| PRODUCT.md | ||
|
|
||
| # cortexkit tool artifacts | ||
| .cortexkit/ | ||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,67 @@ | ||
| { | ||
| "eyebrow": "Loved by our community", | ||
| "headline": "What people say after actually using what we build.", | ||
| "trustBadges": [ | ||
| { | ||
| "id": "product-hunt", | ||
| "label": "Product Hunt", | ||
| "rating": "5.0", | ||
| "source": "product-hunt" | ||
| }, | ||
| { | ||
| "id": "app-store", | ||
| "label": "App Store", | ||
| "rating": "5.0", | ||
| "source": "app-store" | ||
| } | ||
| ], | ||
| "reviews": [ | ||
| { | ||
| "id": "muhammad-yasir", | ||
| "quote": "I've been part of the Volvox community for a while, and I also had the chance to be one of the beta testers for Volvox Bot. Watching it evolve from the early builds to what it is now has been genuinely exciting. What stood out to me during testing wasn't just the moderation features themselves, but how much the team actually listened to feedback. If you manage a Discord server, you know that good moderation tools need to be reliable first — and that's something Volvox Bot has consistently focused on.", | ||
| "name": "Muhammad Yasir", | ||
| "role": "Beta tester, Volvox Bot", | ||
| "profilePicUrl": "https://media.discordapp.net/attachments/1526645020935848016/1527068732923314177/1773444230028.jfif?ex=6a59f9d5&is=6a58a855&hm=f0113572d44612377c2bb9c47c502b36a3f8af3f109e3fead03c85d26c15a02f&=&format=webp&width=533&height=533", | ||
| "rating": 5, | ||
| "source": "product-hunt", | ||
| "product": "Volvox Bot", | ||
| "featured": true | ||
| }, | ||
| { | ||
| "id": "great-game-202", | ||
| "quote": "Decision Jar is an absolute game-changer AI decision maker app that instantly eliminates decision fatigue for couples. It's the 'why didn't this exist sooner' tool we've been missing.", | ||
| "name": "Great game 202", | ||
| "role": "Verified App Store Review", | ||
| "rating": 5, | ||
| "source": "app-store", | ||
| "product": "Decision Jar" | ||
| }, | ||
| { | ||
| "id": "kathy-mchugh", | ||
| "quote": "Finally an app that reduces my headaches instead of adds to them. This app helps me and my partner decide dinner every night — the AI suggestions brought up ideas we would've never thought of.", | ||
| "name": "KathyMcHugh", | ||
| "role": "Verified App Store Review", | ||
| "rating": 5, | ||
| "source": "app-store", | ||
| "product": "Decision Jar" | ||
| }, | ||
| { | ||
| "id": "thebapes", | ||
| "quote": "This app helped me and my girlfriend finally decide what we're going to do for dinner. And it even suggested ideas we didn't even think of.", | ||
| "name": "TheBapes", | ||
| "role": "Verified App Store Review", | ||
| "rating": 5, | ||
| "source": "app-store", | ||
| "product": "Decision Jar" | ||
| }, | ||
| { | ||
| "id": "chimemaram1", | ||
| "quote": "Volvox the best bot ever", | ||
| "name": "@Chimemaram1", | ||
| "role": "on X", | ||
| "rating": 5, | ||
| "source": "x", | ||
| "product": "Volvox Bot" | ||
| } | ||
| ] | ||
| } | ||
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.